@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,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MsgAcknowledgementResponse = exports.MsgAcknowledgement = exports.MsgTimeoutOnCloseResponse = exports.MsgTimeoutOnClose = exports.MsgTimeoutResponse = exports.MsgTimeout = exports.MsgRecvPacketResponse = exports.MsgRecvPacket = exports.MsgChannelCloseConfirmResponse = exports.MsgChannelCloseConfirm = exports.MsgChannelCloseInitResponse = exports.MsgChannelCloseInit = exports.MsgChannelOpenConfirmResponse = exports.MsgChannelOpenConfirm = exports.MsgChannelOpenAckResponse = exports.MsgChannelOpenAck = exports.MsgChannelOpenTryResponse = exports.MsgChannelOpenTry = exports.MsgChannelOpenInitResponse = exports.MsgChannelOpenInit = exports.ResponseResultTypeAmino = exports.
|
|
3
|
+
exports.MsgAcknowledgementResponse = exports.MsgAcknowledgement = exports.MsgTimeoutOnCloseResponse = exports.MsgTimeoutOnClose = exports.MsgTimeoutResponse = exports.MsgTimeout = exports.MsgRecvPacketResponse = exports.MsgRecvPacket = exports.MsgChannelCloseConfirmResponse = exports.MsgChannelCloseConfirm = exports.MsgChannelCloseInitResponse = exports.MsgChannelCloseInit = exports.MsgChannelOpenConfirmResponse = exports.MsgChannelOpenConfirm = exports.MsgChannelOpenAckResponse = exports.MsgChannelOpenAck = exports.MsgChannelOpenTryResponse = exports.MsgChannelOpenTry = exports.MsgChannelOpenInitResponse = exports.MsgChannelOpenInit = exports.ResponseResultTypeAmino = exports.ResponseResultType = void 0;
|
|
4
4
|
exports.responseResultTypeFromJSON = responseResultTypeFromJSON;
|
|
5
5
|
exports.responseResultTypeToJSON = responseResultTypeToJSON;
|
|
6
6
|
//@ts-nocheck
|
|
@@ -21,7 +21,6 @@ var ResponseResultType;
|
|
|
21
21
|
ResponseResultType[ResponseResultType["RESPONSE_RESULT_TYPE_FAILURE"] = 3] = "RESPONSE_RESULT_TYPE_FAILURE";
|
|
22
22
|
ResponseResultType[ResponseResultType["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
|
|
23
23
|
})(ResponseResultType || (exports.ResponseResultType = ResponseResultType = {}));
|
|
24
|
-
exports.ResponseResultTypeSDKType = ResponseResultType;
|
|
25
24
|
exports.ResponseResultTypeAmino = ResponseResultType;
|
|
26
25
|
function responseResultTypeFromJSON(object) {
|
|
27
26
|
switch (object) {
|
|
@@ -67,6 +66,7 @@ function createBaseMsgChannelOpenInit() {
|
|
|
67
66
|
}
|
|
68
67
|
exports.MsgChannelOpenInit = {
|
|
69
68
|
typeUrl: "/ibc.core.channel.v1.MsgChannelOpenInit",
|
|
69
|
+
aminoType: "cosmos-sdk/MsgChannelOpenInit",
|
|
70
70
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
71
71
|
if (message.portId !== "") {
|
|
72
72
|
writer.uint32(10).string(message.portId);
|
|
@@ -159,6 +159,7 @@ function createBaseMsgChannelOpenInitResponse() {
|
|
|
159
159
|
}
|
|
160
160
|
exports.MsgChannelOpenInitResponse = {
|
|
161
161
|
typeUrl: "/ibc.core.channel.v1.MsgChannelOpenInitResponse",
|
|
162
|
+
aminoType: "cosmos-sdk/MsgChannelOpenInitResponse",
|
|
162
163
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
163
164
|
if (message.channelId !== "") {
|
|
164
165
|
writer.uint32(10).string(message.channelId);
|
|
@@ -245,6 +246,7 @@ function createBaseMsgChannelOpenTry() {
|
|
|
245
246
|
}
|
|
246
247
|
exports.MsgChannelOpenTry = {
|
|
247
248
|
typeUrl: "/ibc.core.channel.v1.MsgChannelOpenTry",
|
|
249
|
+
aminoType: "cosmos-sdk/MsgChannelOpenTry",
|
|
248
250
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
249
251
|
if (message.portId !== "") {
|
|
250
252
|
writer.uint32(10).string(message.portId);
|
|
@@ -381,6 +383,7 @@ function createBaseMsgChannelOpenTryResponse() {
|
|
|
381
383
|
}
|
|
382
384
|
exports.MsgChannelOpenTryResponse = {
|
|
383
385
|
typeUrl: "/ibc.core.channel.v1.MsgChannelOpenTryResponse",
|
|
386
|
+
aminoType: "cosmos-sdk/MsgChannelOpenTryResponse",
|
|
384
387
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
385
388
|
if (message.version !== "") {
|
|
386
389
|
writer.uint32(10).string(message.version);
|
|
@@ -467,6 +470,7 @@ function createBaseMsgChannelOpenAck() {
|
|
|
467
470
|
}
|
|
468
471
|
exports.MsgChannelOpenAck = {
|
|
469
472
|
typeUrl: "/ibc.core.channel.v1.MsgChannelOpenAck",
|
|
473
|
+
aminoType: "cosmos-sdk/MsgChannelOpenAck",
|
|
470
474
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
471
475
|
if (message.portId !== "") {
|
|
472
476
|
writer.uint32(10).string(message.portId);
|
|
@@ -600,6 +604,7 @@ function createBaseMsgChannelOpenAckResponse() {
|
|
|
600
604
|
}
|
|
601
605
|
exports.MsgChannelOpenAckResponse = {
|
|
602
606
|
typeUrl: "/ibc.core.channel.v1.MsgChannelOpenAckResponse",
|
|
607
|
+
aminoType: "cosmos-sdk/MsgChannelOpenAckResponse",
|
|
603
608
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
604
609
|
return writer;
|
|
605
610
|
},
|
|
@@ -662,6 +667,7 @@ function createBaseMsgChannelOpenConfirm() {
|
|
|
662
667
|
}
|
|
663
668
|
exports.MsgChannelOpenConfirm = {
|
|
664
669
|
typeUrl: "/ibc.core.channel.v1.MsgChannelOpenConfirm",
|
|
670
|
+
aminoType: "cosmos-sdk/MsgChannelOpenConfirm",
|
|
665
671
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
666
672
|
if (message.portId !== "") {
|
|
667
673
|
writer.uint32(10).string(message.portId);
|
|
@@ -773,6 +779,7 @@ function createBaseMsgChannelOpenConfirmResponse() {
|
|
|
773
779
|
}
|
|
774
780
|
exports.MsgChannelOpenConfirmResponse = {
|
|
775
781
|
typeUrl: "/ibc.core.channel.v1.MsgChannelOpenConfirmResponse",
|
|
782
|
+
aminoType: "cosmos-sdk/MsgChannelOpenConfirmResponse",
|
|
776
783
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
777
784
|
return writer;
|
|
778
785
|
},
|
|
@@ -833,6 +840,7 @@ function createBaseMsgChannelCloseInit() {
|
|
|
833
840
|
}
|
|
834
841
|
exports.MsgChannelCloseInit = {
|
|
835
842
|
typeUrl: "/ibc.core.channel.v1.MsgChannelCloseInit",
|
|
843
|
+
aminoType: "cosmos-sdk/MsgChannelCloseInit",
|
|
836
844
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
837
845
|
if (message.portId !== "") {
|
|
838
846
|
writer.uint32(10).string(message.portId);
|
|
@@ -922,6 +930,7 @@ function createBaseMsgChannelCloseInitResponse() {
|
|
|
922
930
|
}
|
|
923
931
|
exports.MsgChannelCloseInitResponse = {
|
|
924
932
|
typeUrl: "/ibc.core.channel.v1.MsgChannelCloseInitResponse",
|
|
933
|
+
aminoType: "cosmos-sdk/MsgChannelCloseInitResponse",
|
|
925
934
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
926
935
|
return writer;
|
|
927
936
|
},
|
|
@@ -984,6 +993,7 @@ function createBaseMsgChannelCloseConfirm() {
|
|
|
984
993
|
}
|
|
985
994
|
exports.MsgChannelCloseConfirm = {
|
|
986
995
|
typeUrl: "/ibc.core.channel.v1.MsgChannelCloseConfirm",
|
|
996
|
+
aminoType: "cosmos-sdk/MsgChannelCloseConfirm",
|
|
987
997
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
988
998
|
if (message.portId !== "") {
|
|
989
999
|
writer.uint32(10).string(message.portId);
|
|
@@ -1095,6 +1105,7 @@ function createBaseMsgChannelCloseConfirmResponse() {
|
|
|
1095
1105
|
}
|
|
1096
1106
|
exports.MsgChannelCloseConfirmResponse = {
|
|
1097
1107
|
typeUrl: "/ibc.core.channel.v1.MsgChannelCloseConfirmResponse",
|
|
1108
|
+
aminoType: "cosmos-sdk/MsgChannelCloseConfirmResponse",
|
|
1098
1109
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
1099
1110
|
return writer;
|
|
1100
1111
|
},
|
|
@@ -1156,6 +1167,7 @@ function createBaseMsgRecvPacket() {
|
|
|
1156
1167
|
}
|
|
1157
1168
|
exports.MsgRecvPacket = {
|
|
1158
1169
|
typeUrl: "/ibc.core.channel.v1.MsgRecvPacket",
|
|
1170
|
+
aminoType: "cosmos-sdk/MsgRecvPacket",
|
|
1159
1171
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
1160
1172
|
if (message.packet !== undefined) {
|
|
1161
1173
|
channel_1.Packet.encode(message.packet, writer.uint32(10).fork()).ldelim();
|
|
@@ -1258,6 +1270,7 @@ function createBaseMsgRecvPacketResponse() {
|
|
|
1258
1270
|
}
|
|
1259
1271
|
exports.MsgRecvPacketResponse = {
|
|
1260
1272
|
typeUrl: "/ibc.core.channel.v1.MsgRecvPacketResponse",
|
|
1273
|
+
aminoType: "cosmos-sdk/MsgRecvPacketResponse",
|
|
1261
1274
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
1262
1275
|
if (message.result !== 0) {
|
|
1263
1276
|
writer.uint32(8).int32(message.result);
|
|
@@ -1331,6 +1344,7 @@ function createBaseMsgTimeout() {
|
|
|
1331
1344
|
}
|
|
1332
1345
|
exports.MsgTimeout = {
|
|
1333
1346
|
typeUrl: "/ibc.core.channel.v1.MsgTimeout",
|
|
1347
|
+
aminoType: "cosmos-sdk/MsgTimeout",
|
|
1334
1348
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
1335
1349
|
if (message.packet !== undefined) {
|
|
1336
1350
|
channel_1.Packet.encode(message.packet, writer.uint32(10).fork()).ldelim();
|
|
@@ -1444,6 +1458,7 @@ function createBaseMsgTimeoutResponse() {
|
|
|
1444
1458
|
}
|
|
1445
1459
|
exports.MsgTimeoutResponse = {
|
|
1446
1460
|
typeUrl: "/ibc.core.channel.v1.MsgTimeoutResponse",
|
|
1461
|
+
aminoType: "cosmos-sdk/MsgTimeoutResponse",
|
|
1447
1462
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
1448
1463
|
if (message.result !== 0) {
|
|
1449
1464
|
writer.uint32(8).int32(message.result);
|
|
@@ -1518,6 +1533,7 @@ function createBaseMsgTimeoutOnClose() {
|
|
|
1518
1533
|
}
|
|
1519
1534
|
exports.MsgTimeoutOnClose = {
|
|
1520
1535
|
typeUrl: "/ibc.core.channel.v1.MsgTimeoutOnClose",
|
|
1536
|
+
aminoType: "cosmos-sdk/MsgTimeoutOnClose",
|
|
1521
1537
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
1522
1538
|
if (message.packet !== undefined) {
|
|
1523
1539
|
channel_1.Packet.encode(message.packet, writer.uint32(10).fork()).ldelim();
|
|
@@ -1642,6 +1658,7 @@ function createBaseMsgTimeoutOnCloseResponse() {
|
|
|
1642
1658
|
}
|
|
1643
1659
|
exports.MsgTimeoutOnCloseResponse = {
|
|
1644
1660
|
typeUrl: "/ibc.core.channel.v1.MsgTimeoutOnCloseResponse",
|
|
1661
|
+
aminoType: "cosmos-sdk/MsgTimeoutOnCloseResponse",
|
|
1645
1662
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
1646
1663
|
if (message.result !== 0) {
|
|
1647
1664
|
writer.uint32(8).int32(message.result);
|
|
@@ -1715,6 +1732,7 @@ function createBaseMsgAcknowledgement() {
|
|
|
1715
1732
|
}
|
|
1716
1733
|
exports.MsgAcknowledgement = {
|
|
1717
1734
|
typeUrl: "/ibc.core.channel.v1.MsgAcknowledgement",
|
|
1735
|
+
aminoType: "cosmos-sdk/MsgAcknowledgement",
|
|
1718
1736
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
1719
1737
|
if (message.packet !== undefined) {
|
|
1720
1738
|
channel_1.Packet.encode(message.packet, writer.uint32(10).fork()).ldelim();
|
|
@@ -1828,6 +1846,7 @@ function createBaseMsgAcknowledgementResponse() {
|
|
|
1828
1846
|
}
|
|
1829
1847
|
exports.MsgAcknowledgementResponse = {
|
|
1830
1848
|
typeUrl: "/ibc.core.channel.v1.MsgAcknowledgementResponse",
|
|
1849
|
+
aminoType: "cosmos-sdk/MsgAcknowledgementResponse",
|
|
1831
1850
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
1832
1851
|
if (message.result !== 0) {
|
|
1833
1852
|
writer.uint32(8).int32(message.result);
|
|
@@ -1,132 +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
|
-
channelOpenInit(value: MsgChannelOpenInit): {
|
|
8
|
-
typeUrl: string;
|
|
9
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
10
|
-
};
|
|
11
|
-
channelOpenTry(value: MsgChannelOpenTry): {
|
|
12
|
-
typeUrl: string;
|
|
13
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
14
|
-
};
|
|
15
|
-
channelOpenAck(value: MsgChannelOpenAck): {
|
|
16
|
-
typeUrl: string;
|
|
17
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
18
|
-
};
|
|
19
|
-
channelOpenConfirm(value: MsgChannelOpenConfirm): {
|
|
20
|
-
typeUrl: string;
|
|
21
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
22
|
-
};
|
|
23
|
-
channelCloseInit(value: MsgChannelCloseInit): {
|
|
24
|
-
typeUrl: string;
|
|
25
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
26
|
-
};
|
|
27
|
-
channelCloseConfirm(value: MsgChannelCloseConfirm): {
|
|
28
|
-
typeUrl: string;
|
|
29
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
30
|
-
};
|
|
31
|
-
recvPacket(value: MsgRecvPacket): {
|
|
32
|
-
typeUrl: string;
|
|
33
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
34
|
-
};
|
|
35
|
-
timeout(value: MsgTimeout): {
|
|
36
|
-
typeUrl: string;
|
|
37
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
38
|
-
};
|
|
39
|
-
timeoutOnClose(value: MsgTimeoutOnClose): {
|
|
40
|
-
typeUrl: string;
|
|
41
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
42
|
-
};
|
|
43
|
-
acknowledgement(value: MsgAcknowledgement): {
|
|
44
|
-
typeUrl: string;
|
|
45
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
46
|
-
};
|
|
47
|
-
};
|
|
48
|
-
withTypeUrl: {
|
|
49
|
-
channelOpenInit(value: MsgChannelOpenInit): {
|
|
50
|
-
typeUrl: string;
|
|
51
|
-
value: MsgChannelOpenInit;
|
|
52
|
-
};
|
|
53
|
-
channelOpenTry(value: MsgChannelOpenTry): {
|
|
54
|
-
typeUrl: string;
|
|
55
|
-
value: MsgChannelOpenTry;
|
|
56
|
-
};
|
|
57
|
-
channelOpenAck(value: MsgChannelOpenAck): {
|
|
58
|
-
typeUrl: string;
|
|
59
|
-
value: MsgChannelOpenAck;
|
|
60
|
-
};
|
|
61
|
-
channelOpenConfirm(value: MsgChannelOpenConfirm): {
|
|
62
|
-
typeUrl: string;
|
|
63
|
-
value: MsgChannelOpenConfirm;
|
|
64
|
-
};
|
|
65
|
-
channelCloseInit(value: MsgChannelCloseInit): {
|
|
66
|
-
typeUrl: string;
|
|
67
|
-
value: MsgChannelCloseInit;
|
|
68
|
-
};
|
|
69
|
-
channelCloseConfirm(value: MsgChannelCloseConfirm): {
|
|
70
|
-
typeUrl: string;
|
|
71
|
-
value: MsgChannelCloseConfirm;
|
|
72
|
-
};
|
|
73
|
-
recvPacket(value: MsgRecvPacket): {
|
|
74
|
-
typeUrl: string;
|
|
75
|
-
value: MsgRecvPacket;
|
|
76
|
-
};
|
|
77
|
-
timeout(value: MsgTimeout): {
|
|
78
|
-
typeUrl: string;
|
|
79
|
-
value: MsgTimeout;
|
|
80
|
-
};
|
|
81
|
-
timeoutOnClose(value: MsgTimeoutOnClose): {
|
|
82
|
-
typeUrl: string;
|
|
83
|
-
value: MsgTimeoutOnClose;
|
|
84
|
-
};
|
|
85
|
-
acknowledgement(value: MsgAcknowledgement): {
|
|
86
|
-
typeUrl: string;
|
|
87
|
-
value: MsgAcknowledgement;
|
|
88
|
-
};
|
|
89
|
-
};
|
|
90
|
-
fromPartial: {
|
|
91
|
-
channelOpenInit(value: MsgChannelOpenInit): {
|
|
92
|
-
typeUrl: string;
|
|
93
|
-
value: MsgChannelOpenInit;
|
|
94
|
-
};
|
|
95
|
-
channelOpenTry(value: MsgChannelOpenTry): {
|
|
96
|
-
typeUrl: string;
|
|
97
|
-
value: MsgChannelOpenTry;
|
|
98
|
-
};
|
|
99
|
-
channelOpenAck(value: MsgChannelOpenAck): {
|
|
100
|
-
typeUrl: string;
|
|
101
|
-
value: MsgChannelOpenAck;
|
|
102
|
-
};
|
|
103
|
-
channelOpenConfirm(value: MsgChannelOpenConfirm): {
|
|
104
|
-
typeUrl: string;
|
|
105
|
-
value: MsgChannelOpenConfirm;
|
|
106
|
-
};
|
|
107
|
-
channelCloseInit(value: MsgChannelCloseInit): {
|
|
108
|
-
typeUrl: string;
|
|
109
|
-
value: MsgChannelCloseInit;
|
|
110
|
-
};
|
|
111
|
-
channelCloseConfirm(value: MsgChannelCloseConfirm): {
|
|
112
|
-
typeUrl: string;
|
|
113
|
-
value: MsgChannelCloseConfirm;
|
|
114
|
-
};
|
|
115
|
-
recvPacket(value: MsgRecvPacket): {
|
|
116
|
-
typeUrl: string;
|
|
117
|
-
value: MsgRecvPacket;
|
|
118
|
-
};
|
|
119
|
-
timeout(value: MsgTimeout): {
|
|
120
|
-
typeUrl: string;
|
|
121
|
-
value: MsgTimeout;
|
|
122
|
-
};
|
|
123
|
-
timeoutOnClose(value: MsgTimeoutOnClose): {
|
|
124
|
-
typeUrl: string;
|
|
125
|
-
value: MsgTimeoutOnClose;
|
|
126
|
-
};
|
|
127
|
-
acknowledgement(value: MsgAcknowledgement): {
|
|
128
|
-
typeUrl: string;
|
|
129
|
-
value: MsgAcknowledgement;
|
|
130
|
-
};
|
|
131
|
-
};
|
|
132
|
-
};
|
|
1
|
+
import { TelescopeGeneratedType } from "../../../../types";
|
|
2
|
+
export declare const registry: ReadonlyArray<[string, TelescopeGeneratedType<any, any, any>]>;
|
|
@@ -1,199 +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.channel.v1.MsgChannelOpenInit", tx_1.MsgChannelOpenInit], ["/ibc.core.channel.v1.MsgChannelOpenTry", tx_1.MsgChannelOpenTry], ["/ibc.core.channel.v1.MsgChannelOpenAck", tx_1.MsgChannelOpenAck], ["/ibc.core.channel.v1.MsgChannelOpenConfirm", tx_1.MsgChannelOpenConfirm], ["/ibc.core.channel.v1.MsgChannelCloseInit", tx_1.MsgChannelCloseInit], ["/ibc.core.channel.v1.MsgChannelCloseConfirm", tx_1.MsgChannelCloseConfirm], ["/ibc.core.channel.v1.MsgRecvPacket", tx_1.MsgRecvPacket], ["/ibc.core.channel.v1.MsgTimeout", tx_1.MsgTimeout], ["/ibc.core.channel.v1.MsgTimeoutOnClose", tx_1.MsgTimeoutOnClose], ["/ibc.core.channel.v1.MsgAcknowledgement", tx_1.MsgAcknowledgement]];
|
|
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
|
-
channelOpenInit(value) {
|
|
15
|
-
return {
|
|
16
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelOpenInit",
|
|
17
|
-
value: tx_1.MsgChannelOpenInit.encode(value).finish()
|
|
18
|
-
};
|
|
19
|
-
},
|
|
20
|
-
channelOpenTry(value) {
|
|
21
|
-
return {
|
|
22
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelOpenTry",
|
|
23
|
-
value: tx_1.MsgChannelOpenTry.encode(value).finish()
|
|
24
|
-
};
|
|
25
|
-
},
|
|
26
|
-
channelOpenAck(value) {
|
|
27
|
-
return {
|
|
28
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelOpenAck",
|
|
29
|
-
value: tx_1.MsgChannelOpenAck.encode(value).finish()
|
|
30
|
-
};
|
|
31
|
-
},
|
|
32
|
-
channelOpenConfirm(value) {
|
|
33
|
-
return {
|
|
34
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelOpenConfirm",
|
|
35
|
-
value: tx_1.MsgChannelOpenConfirm.encode(value).finish()
|
|
36
|
-
};
|
|
37
|
-
},
|
|
38
|
-
channelCloseInit(value) {
|
|
39
|
-
return {
|
|
40
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelCloseInit",
|
|
41
|
-
value: tx_1.MsgChannelCloseInit.encode(value).finish()
|
|
42
|
-
};
|
|
43
|
-
},
|
|
44
|
-
channelCloseConfirm(value) {
|
|
45
|
-
return {
|
|
46
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelCloseConfirm",
|
|
47
|
-
value: tx_1.MsgChannelCloseConfirm.encode(value).finish()
|
|
48
|
-
};
|
|
49
|
-
},
|
|
50
|
-
recvPacket(value) {
|
|
51
|
-
return {
|
|
52
|
-
typeUrl: "/ibc.core.channel.v1.MsgRecvPacket",
|
|
53
|
-
value: tx_1.MsgRecvPacket.encode(value).finish()
|
|
54
|
-
};
|
|
55
|
-
},
|
|
56
|
-
timeout(value) {
|
|
57
|
-
return {
|
|
58
|
-
typeUrl: "/ibc.core.channel.v1.MsgTimeout",
|
|
59
|
-
value: tx_1.MsgTimeout.encode(value).finish()
|
|
60
|
-
};
|
|
61
|
-
},
|
|
62
|
-
timeoutOnClose(value) {
|
|
63
|
-
return {
|
|
64
|
-
typeUrl: "/ibc.core.channel.v1.MsgTimeoutOnClose",
|
|
65
|
-
value: tx_1.MsgTimeoutOnClose.encode(value).finish()
|
|
66
|
-
};
|
|
67
|
-
},
|
|
68
|
-
acknowledgement(value) {
|
|
69
|
-
return {
|
|
70
|
-
typeUrl: "/ibc.core.channel.v1.MsgAcknowledgement",
|
|
71
|
-
value: tx_1.MsgAcknowledgement.encode(value).finish()
|
|
72
|
-
};
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
|
-
withTypeUrl: {
|
|
76
|
-
channelOpenInit(value) {
|
|
77
|
-
return {
|
|
78
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelOpenInit",
|
|
79
|
-
value
|
|
80
|
-
};
|
|
81
|
-
},
|
|
82
|
-
channelOpenTry(value) {
|
|
83
|
-
return {
|
|
84
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelOpenTry",
|
|
85
|
-
value
|
|
86
|
-
};
|
|
87
|
-
},
|
|
88
|
-
channelOpenAck(value) {
|
|
89
|
-
return {
|
|
90
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelOpenAck",
|
|
91
|
-
value
|
|
92
|
-
};
|
|
93
|
-
},
|
|
94
|
-
channelOpenConfirm(value) {
|
|
95
|
-
return {
|
|
96
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelOpenConfirm",
|
|
97
|
-
value
|
|
98
|
-
};
|
|
99
|
-
},
|
|
100
|
-
channelCloseInit(value) {
|
|
101
|
-
return {
|
|
102
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelCloseInit",
|
|
103
|
-
value
|
|
104
|
-
};
|
|
105
|
-
},
|
|
106
|
-
channelCloseConfirm(value) {
|
|
107
|
-
return {
|
|
108
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelCloseConfirm",
|
|
109
|
-
value
|
|
110
|
-
};
|
|
111
|
-
},
|
|
112
|
-
recvPacket(value) {
|
|
113
|
-
return {
|
|
114
|
-
typeUrl: "/ibc.core.channel.v1.MsgRecvPacket",
|
|
115
|
-
value
|
|
116
|
-
};
|
|
117
|
-
},
|
|
118
|
-
timeout(value) {
|
|
119
|
-
return {
|
|
120
|
-
typeUrl: "/ibc.core.channel.v1.MsgTimeout",
|
|
121
|
-
value
|
|
122
|
-
};
|
|
123
|
-
},
|
|
124
|
-
timeoutOnClose(value) {
|
|
125
|
-
return {
|
|
126
|
-
typeUrl: "/ibc.core.channel.v1.MsgTimeoutOnClose",
|
|
127
|
-
value
|
|
128
|
-
};
|
|
129
|
-
},
|
|
130
|
-
acknowledgement(value) {
|
|
131
|
-
return {
|
|
132
|
-
typeUrl: "/ibc.core.channel.v1.MsgAcknowledgement",
|
|
133
|
-
value
|
|
134
|
-
};
|
|
135
|
-
}
|
|
136
|
-
},
|
|
137
|
-
fromPartial: {
|
|
138
|
-
channelOpenInit(value) {
|
|
139
|
-
return {
|
|
140
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelOpenInit",
|
|
141
|
-
value: tx_1.MsgChannelOpenInit.fromPartial(value)
|
|
142
|
-
};
|
|
143
|
-
},
|
|
144
|
-
channelOpenTry(value) {
|
|
145
|
-
return {
|
|
146
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelOpenTry",
|
|
147
|
-
value: tx_1.MsgChannelOpenTry.fromPartial(value)
|
|
148
|
-
};
|
|
149
|
-
},
|
|
150
|
-
channelOpenAck(value) {
|
|
151
|
-
return {
|
|
152
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelOpenAck",
|
|
153
|
-
value: tx_1.MsgChannelOpenAck.fromPartial(value)
|
|
154
|
-
};
|
|
155
|
-
},
|
|
156
|
-
channelOpenConfirm(value) {
|
|
157
|
-
return {
|
|
158
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelOpenConfirm",
|
|
159
|
-
value: tx_1.MsgChannelOpenConfirm.fromPartial(value)
|
|
160
|
-
};
|
|
161
|
-
},
|
|
162
|
-
channelCloseInit(value) {
|
|
163
|
-
return {
|
|
164
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelCloseInit",
|
|
165
|
-
value: tx_1.MsgChannelCloseInit.fromPartial(value)
|
|
166
|
-
};
|
|
167
|
-
},
|
|
168
|
-
channelCloseConfirm(value) {
|
|
169
|
-
return {
|
|
170
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelCloseConfirm",
|
|
171
|
-
value: tx_1.MsgChannelCloseConfirm.fromPartial(value)
|
|
172
|
-
};
|
|
173
|
-
},
|
|
174
|
-
recvPacket(value) {
|
|
175
|
-
return {
|
|
176
|
-
typeUrl: "/ibc.core.channel.v1.MsgRecvPacket",
|
|
177
|
-
value: tx_1.MsgRecvPacket.fromPartial(value)
|
|
178
|
-
};
|
|
179
|
-
},
|
|
180
|
-
timeout(value) {
|
|
181
|
-
return {
|
|
182
|
-
typeUrl: "/ibc.core.channel.v1.MsgTimeout",
|
|
183
|
-
value: tx_1.MsgTimeout.fromPartial(value)
|
|
184
|
-
};
|
|
185
|
-
},
|
|
186
|
-
timeoutOnClose(value) {
|
|
187
|
-
return {
|
|
188
|
-
typeUrl: "/ibc.core.channel.v1.MsgTimeoutOnClose",
|
|
189
|
-
value: tx_1.MsgTimeoutOnClose.fromPartial(value)
|
|
190
|
-
};
|
|
191
|
-
},
|
|
192
|
-
acknowledgement(value) {
|
|
193
|
-
return {
|
|
194
|
-
typeUrl: "/ibc.core.channel.v1.MsgAcknowledgement",
|
|
195
|
-
value: tx_1.MsgAcknowledgement.fromPartial(value)
|
|
196
|
-
};
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
|
-
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TxRpc } from "../../../../types";
|
|
2
2
|
import { MsgChannelOpenInit, MsgChannelOpenInitResponse, MsgChannelOpenTry, MsgChannelOpenTryResponse, MsgChannelOpenAck, MsgChannelOpenAckResponse, MsgChannelOpenConfirm, MsgChannelOpenConfirmResponse, MsgChannelCloseInit, MsgChannelCloseInitResponse, MsgChannelCloseConfirm, MsgChannelCloseConfirmResponse, MsgRecvPacket, MsgRecvPacketResponse, MsgTimeout, MsgTimeoutResponse, MsgTimeoutOnClose, MsgTimeoutOnCloseResponse, MsgAcknowledgement, MsgAcknowledgementResponse } from "./tx";
|
|
3
3
|
/** Msg defines the ibc/channel Msg service. */
|
|
4
4
|
export interface Msg {
|
|
@@ -28,15 +28,16 @@ export interface Msg {
|
|
|
28
28
|
}
|
|
29
29
|
export declare class MsgClientImpl implements Msg {
|
|
30
30
|
private readonly rpc;
|
|
31
|
-
constructor(rpc:
|
|
32
|
-
channelOpenInit(request: MsgChannelOpenInit)
|
|
33
|
-
channelOpenTry(request: MsgChannelOpenTry)
|
|
34
|
-
channelOpenAck(request: MsgChannelOpenAck)
|
|
35
|
-
channelOpenConfirm(request: MsgChannelOpenConfirm)
|
|
36
|
-
channelCloseInit(request: MsgChannelCloseInit)
|
|
37
|
-
channelCloseConfirm(request: MsgChannelCloseConfirm)
|
|
38
|
-
recvPacket(request: MsgRecvPacket)
|
|
39
|
-
timeout(request: MsgTimeout)
|
|
40
|
-
timeoutOnClose(request: MsgTimeoutOnClose)
|
|
41
|
-
acknowledgement(request: MsgAcknowledgement)
|
|
31
|
+
constructor(rpc: TxRpc);
|
|
32
|
+
channelOpenInit: (request: MsgChannelOpenInit) => Promise<MsgChannelOpenInitResponse>;
|
|
33
|
+
channelOpenTry: (request: MsgChannelOpenTry) => Promise<MsgChannelOpenTryResponse>;
|
|
34
|
+
channelOpenAck: (request: MsgChannelOpenAck) => Promise<MsgChannelOpenAckResponse>;
|
|
35
|
+
channelOpenConfirm: (request: MsgChannelOpenConfirm) => Promise<MsgChannelOpenConfirmResponse>;
|
|
36
|
+
channelCloseInit: (request: MsgChannelCloseInit) => Promise<MsgChannelCloseInitResponse>;
|
|
37
|
+
channelCloseConfirm: (request: MsgChannelCloseConfirm) => Promise<MsgChannelCloseConfirmResponse>;
|
|
38
|
+
recvPacket: (request: MsgRecvPacket) => Promise<MsgRecvPacketResponse>;
|
|
39
|
+
timeout: (request: MsgTimeout) => Promise<MsgTimeoutResponse>;
|
|
40
|
+
timeoutOnClose: (request: MsgTimeoutOnClose) => Promise<MsgTimeoutOnCloseResponse>;
|
|
41
|
+
acknowledgement: (request: MsgAcknowledgement) => Promise<MsgAcknowledgementResponse>;
|
|
42
42
|
}
|
|
43
|
+
export declare const createClientImpl: (rpc: TxRpc) => MsgClientImpl;
|
|
@@ -1,72 +1,77 @@
|
|
|
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.channelOpenInit = this.channelOpenInit.bind(this);
|
|
11
|
-
this.channelOpenTry = this.channelOpenTry.bind(this);
|
|
12
|
-
this.channelOpenAck = this.channelOpenAck.bind(this);
|
|
13
|
-
this.channelOpenConfirm = this.channelOpenConfirm.bind(this);
|
|
14
|
-
this.channelCloseInit = this.channelCloseInit.bind(this);
|
|
15
|
-
this.channelCloseConfirm = this.channelCloseConfirm.bind(this);
|
|
16
|
-
this.recvPacket = this.recvPacket.bind(this);
|
|
17
|
-
this.timeout = this.timeout.bind(this);
|
|
18
|
-
this.timeoutOnClose = this.timeoutOnClose.bind(this);
|
|
19
|
-
this.acknowledgement = this.acknowledgement.bind(this);
|
|
20
10
|
}
|
|
21
|
-
|
|
11
|
+
/* ChannelOpenInit defines a rpc handler method for MsgChannelOpenInit. */
|
|
12
|
+
channelOpenInit = async (request) => {
|
|
22
13
|
const data = tx_1.MsgChannelOpenInit.encode(request).finish();
|
|
23
14
|
const promise = this.rpc.request("ibc.core.channel.v1.Msg", "ChannelOpenInit", data);
|
|
24
15
|
return promise.then(data => tx_1.MsgChannelOpenInitResponse.decode(new binary_1.BinaryReader(data)));
|
|
25
|
-
}
|
|
26
|
-
|
|
16
|
+
};
|
|
17
|
+
/* ChannelOpenTry defines a rpc handler method for MsgChannelOpenTry. */
|
|
18
|
+
channelOpenTry = async (request) => {
|
|
27
19
|
const data = tx_1.MsgChannelOpenTry.encode(request).finish();
|
|
28
20
|
const promise = this.rpc.request("ibc.core.channel.v1.Msg", "ChannelOpenTry", data);
|
|
29
21
|
return promise.then(data => tx_1.MsgChannelOpenTryResponse.decode(new binary_1.BinaryReader(data)));
|
|
30
|
-
}
|
|
31
|
-
|
|
22
|
+
};
|
|
23
|
+
/* ChannelOpenAck defines a rpc handler method for MsgChannelOpenAck. */
|
|
24
|
+
channelOpenAck = async (request) => {
|
|
32
25
|
const data = tx_1.MsgChannelOpenAck.encode(request).finish();
|
|
33
26
|
const promise = this.rpc.request("ibc.core.channel.v1.Msg", "ChannelOpenAck", data);
|
|
34
27
|
return promise.then(data => tx_1.MsgChannelOpenAckResponse.decode(new binary_1.BinaryReader(data)));
|
|
35
|
-
}
|
|
36
|
-
|
|
28
|
+
};
|
|
29
|
+
/* ChannelOpenConfirm defines a rpc handler method for MsgChannelOpenConfirm. */
|
|
30
|
+
channelOpenConfirm = async (request) => {
|
|
37
31
|
const data = tx_1.MsgChannelOpenConfirm.encode(request).finish();
|
|
38
32
|
const promise = this.rpc.request("ibc.core.channel.v1.Msg", "ChannelOpenConfirm", data);
|
|
39
33
|
return promise.then(data => tx_1.MsgChannelOpenConfirmResponse.decode(new binary_1.BinaryReader(data)));
|
|
40
|
-
}
|
|
41
|
-
|
|
34
|
+
};
|
|
35
|
+
/* ChannelCloseInit defines a rpc handler method for MsgChannelCloseInit. */
|
|
36
|
+
channelCloseInit = async (request) => {
|
|
42
37
|
const data = tx_1.MsgChannelCloseInit.encode(request).finish();
|
|
43
38
|
const promise = this.rpc.request("ibc.core.channel.v1.Msg", "ChannelCloseInit", data);
|
|
44
39
|
return promise.then(data => tx_1.MsgChannelCloseInitResponse.decode(new binary_1.BinaryReader(data)));
|
|
45
|
-
}
|
|
46
|
-
|
|
40
|
+
};
|
|
41
|
+
/* ChannelCloseConfirm defines a rpc handler method for
|
|
42
|
+
MsgChannelCloseConfirm. */
|
|
43
|
+
channelCloseConfirm = async (request) => {
|
|
47
44
|
const data = tx_1.MsgChannelCloseConfirm.encode(request).finish();
|
|
48
45
|
const promise = this.rpc.request("ibc.core.channel.v1.Msg", "ChannelCloseConfirm", data);
|
|
49
46
|
return promise.then(data => tx_1.MsgChannelCloseConfirmResponse.decode(new binary_1.BinaryReader(data)));
|
|
50
|
-
}
|
|
51
|
-
|
|
47
|
+
};
|
|
48
|
+
/* RecvPacket defines a rpc handler method for MsgRecvPacket. */
|
|
49
|
+
recvPacket = async (request) => {
|
|
52
50
|
const data = tx_1.MsgRecvPacket.encode(request).finish();
|
|
53
51
|
const promise = this.rpc.request("ibc.core.channel.v1.Msg", "RecvPacket", data);
|
|
54
52
|
return promise.then(data => tx_1.MsgRecvPacketResponse.decode(new binary_1.BinaryReader(data)));
|
|
55
|
-
}
|
|
56
|
-
|
|
53
|
+
};
|
|
54
|
+
/* Timeout defines a rpc handler method for MsgTimeout. */
|
|
55
|
+
timeout = async (request) => {
|
|
57
56
|
const data = tx_1.MsgTimeout.encode(request).finish();
|
|
58
57
|
const promise = this.rpc.request("ibc.core.channel.v1.Msg", "Timeout", data);
|
|
59
58
|
return promise.then(data => tx_1.MsgTimeoutResponse.decode(new binary_1.BinaryReader(data)));
|
|
60
|
-
}
|
|
61
|
-
|
|
59
|
+
};
|
|
60
|
+
/* TimeoutOnClose defines a rpc handler method for MsgTimeoutOnClose. */
|
|
61
|
+
timeoutOnClose = async (request) => {
|
|
62
62
|
const data = tx_1.MsgTimeoutOnClose.encode(request).finish();
|
|
63
63
|
const promise = this.rpc.request("ibc.core.channel.v1.Msg", "TimeoutOnClose", data);
|
|
64
64
|
return promise.then(data => tx_1.MsgTimeoutOnCloseResponse.decode(new binary_1.BinaryReader(data)));
|
|
65
|
-
}
|
|
66
|
-
|
|
65
|
+
};
|
|
66
|
+
/* Acknowledgement defines a rpc handler method for MsgAcknowledgement. */
|
|
67
|
+
acknowledgement = async (request) => {
|
|
67
68
|
const data = tx_1.MsgAcknowledgement.encode(request).finish();
|
|
68
69
|
const promise = this.rpc.request("ibc.core.channel.v1.Msg", "Acknowledgement", data);
|
|
69
70
|
return promise.then(data => tx_1.MsgAcknowledgementResponse.decode(new binary_1.BinaryReader(data)));
|
|
70
|
-
}
|
|
71
|
+
};
|
|
71
72
|
}
|
|
72
73
|
exports.MsgClientImpl = MsgClientImpl;
|
|
74
|
+
const createClientImpl = (rpc) => {
|
|
75
|
+
return new MsgClientImpl(rpc);
|
|
76
|
+
};
|
|
77
|
+
exports.createClientImpl = createClientImpl;
|