@sparkdreamnft/sparkdreamjs 0.0.3 → 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 +2 -20
- package/cosmos/app/runtime/v1alpha1/module.js +2 -0
- package/cosmos/app/v1alpha1/module.d.ts +3 -18
- package/cosmos/app/v1alpha1/module.js +3 -0
- package/cosmos/auth/module/v1/module.d.ts +2 -11
- package/cosmos/auth/module/v1/module.js +2 -0
- package/cosmos/auth/v1beta1/auth.d.ts +5 -39
- package/cosmos/auth/v1beta1/auth.js +4 -2
- package/cosmos/auth/v1beta1/genesis.d.ts +3 -7
- package/cosmos/auth/v1beta1/genesis.js +1 -0
- package/cosmos/auth/v1beta1/query.d.ts +23 -139
- package/cosmos/auth/v1beta1/query.js +20 -0
- package/cosmos/auth/v1beta1/query.lcd.d.ts +11 -11
- package/cosmos/auth/v1beta1/query.lcd.js +21 -31
- package/cosmos/auth/v1beta1/query.rpc.Query.d.ts +10 -10
- package/cosmos/auth/v1beta1/query.rpc.Query.js +48 -31
- package/cosmos/auth/v1beta1/tx.d.ts +3 -18
- package/cosmos/auth/v1beta1/tx.js +2 -0
- package/cosmos/auth/v1beta1/tx.registry.d.ts +0 -23
- package/cosmos/auth/v1beta1/tx.registry.js +1 -33
- package/cosmos/auth/v1beta1/tx.rpc.msg.d.ts +2 -1
- package/cosmos/auth/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/authz/module/v1/module.d.ts +1 -3
- package/cosmos/authz/module/v1/module.js +1 -0
- package/cosmos/authz/v1beta1/authz.d.ts +8 -35
- package/cosmos/authz/v1beta1/authz.js +4 -1
- package/cosmos/authz/v1beta1/event.d.ts +2 -12
- package/cosmos/authz/v1beta1/event.js +2 -0
- package/cosmos/authz/v1beta1/genesis.d.ts +2 -5
- package/cosmos/authz/v1beta1/genesis.js +1 -0
- package/cosmos/authz/v1beta1/query.d.ts +8 -34
- package/cosmos/authz/v1beta1/query.js +6 -0
- package/cosmos/authz/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/authz/v1beta1/query.lcd.js +6 -9
- package/cosmos/authz/v1beta1/query.rpc.Query.d.ts +3 -3
- package/cosmos/authz/v1beta1/query.rpc.Query.js +13 -9
- package/cosmos/authz/v1beta1/tx.d.ts +8 -39
- package/cosmos/authz/v1beta1/tx.js +6 -0
- package/cosmos/authz/v1beta1/tx.registry.d.ts +0 -47
- package/cosmos/authz/v1beta1/tx.registry.js +1 -69
- package/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/authz/v1beta1/tx.rpc.msg.js +20 -10
- package/cosmos/bank/module/v1/module.d.ts +1 -6
- package/cosmos/bank/module/v1/module.js +1 -0
- package/cosmos/bank/v1beta1/authz.d.ts +2 -13
- package/cosmos/bank/v1beta1/authz.js +1 -1
- package/cosmos/bank/v1beta1/bank.d.ts +8 -59
- package/cosmos/bank/v1beta1/bank.js +7 -1
- package/cosmos/bank/v1beta1/genesis.d.ts +4 -18
- package/cosmos/bank/v1beta1/genesis.js +2 -0
- package/cosmos/bank/v1beta1/query.d.ts +30 -199
- package/cosmos/bank/v1beta1/query.js +27 -0
- package/cosmos/bank/v1beta1/query.lcd.d.ts +14 -14
- package/cosmos/bank/v1beta1/query.lcd.js +28 -41
- package/cosmos/bank/v1beta1/query.rpc.Query.d.ts +13 -13
- package/cosmos/bank/v1beta1/query.rpc.Query.js +78 -41
- package/cosmos/bank/v1beta1/tx.d.ts +10 -57
- package/cosmos/bank/v1beta1/tx.js +8 -0
- package/cosmos/bank/v1beta1/tx.registry.d.ts +0 -59
- package/cosmos/bank/v1beta1/tx.registry.js +1 -87
- package/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +5 -4
- package/cosmos/bank/v1beta1/tx.rpc.msg.js +25 -13
- package/cosmos/base/abci/v1beta1/abci.d.ts +14 -101
- package/cosmos/base/abci/v1beta1/abci.js +11 -0
- package/cosmos/base/node/v1beta1/query.d.ts +4 -21
- package/cosmos/base/node/v1beta1/query.js +4 -0
- package/cosmos/base/node/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/base/node/v1beta1/query.lcd.js +4 -6
- package/cosmos/base/node/v1beta1/query.rpc.Service.d.ts +2 -2
- package/cosmos/base/node/v1beta1/query.rpc.Service.js +6 -6
- package/cosmos/base/query/v1beta1/pagination.d.ts +2 -29
- package/cosmos/base/query/v1beta1/pagination.js +2 -0
- package/cosmos/base/reflection/v2alpha1/reflection.d.ts +26 -128
- package/cosmos/base/reflection/v2alpha1/reflection.js +26 -0
- package/cosmos/base/v1beta1/coin.d.ts +4 -34
- package/cosmos/base/v1beta1/coin.js +5 -1
- package/cosmos/benchmark/module/v1/module.d.ts +2 -18
- package/cosmos/benchmark/module/v1/module.js +2 -0
- package/cosmos/benchmark/v1/benchmark.d.ts +1 -10
- package/cosmos/benchmark/v1/benchmark.js +1 -0
- package/cosmos/benchmark/v1/tx.d.ts +3 -11
- package/cosmos/benchmark/v1/tx.js +2 -0
- package/cosmos/benchmark/v1/tx.registry.d.ts +0 -23
- package/cosmos/benchmark/v1/tx.registry.js +1 -33
- package/cosmos/benchmark/v1/tx.rpc.msg.d.ts +2 -1
- package/cosmos/benchmark/v1/tx.rpc.msg.js +8 -4
- package/cosmos/bundle.d.ts +675 -980
- package/cosmos/circuit/module/v1/module.d.ts +1 -4
- package/cosmos/circuit/module/v1/module.js +1 -0
- package/cosmos/circuit/v1/query.d.ts +8 -26
- package/cosmos/circuit/v1/query.js +6 -0
- package/cosmos/circuit/v1/query.lcd.d.ts +4 -4
- package/cosmos/circuit/v1/query.lcd.js +7 -10
- package/cosmos/circuit/v1/query.rpc.Query.d.ts +3 -3
- package/cosmos/circuit/v1/query.rpc.Query.js +10 -10
- package/cosmos/circuit/v1/tx.d.ts +7 -29
- package/cosmos/circuit/v1/tx.js +6 -0
- package/cosmos/circuit/v1/tx.registry.d.ts +0 -47
- package/cosmos/circuit/v1/tx.registry.js +1 -69
- package/cosmos/circuit/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/circuit/v1/tx.rpc.msg.js +16 -10
- package/cosmos/circuit/v1/types.d.ts +3 -19
- package/cosmos/circuit/v1/types.js +4 -2
- package/cosmos/consensus/module/v1/module.d.ts +1 -4
- package/cosmos/consensus/module/v1/module.js +1 -0
- package/cosmos/consensus/v1/query.d.ts +3 -8
- package/cosmos/consensus/v1/query.js +2 -0
- package/cosmos/consensus/v1/query.lcd.d.ts +2 -2
- package/cosmos/consensus/v1/query.lcd.js +2 -3
- package/cosmos/consensus/v1/query.rpc.Query.d.ts +1 -1
- package/cosmos/consensus/v1/query.rpc.Query.js +3 -3
- package/cosmos/consensus/v1/tx.d.ts +3 -15
- package/cosmos/consensus/v1/tx.js +2 -0
- package/cosmos/consensus/v1/tx.registry.d.ts +0 -23
- package/cosmos/consensus/v1/tx.registry.js +1 -33
- package/cosmos/consensus/v1/tx.rpc.msg.d.ts +2 -1
- package/cosmos/consensus/v1/tx.rpc.msg.js +11 -4
- package/cosmos/counter/module/v1/module.d.ts +1 -4
- package/cosmos/counter/module/v1/module.js +1 -0
- package/cosmos/counter/v1/query.d.ts +2 -7
- package/cosmos/counter/v1/query.js +2 -0
- package/cosmos/counter/v1/query.rpc.Query.d.ts +1 -1
- package/cosmos/counter/v1/query.rpc.Query.js +3 -3
- package/cosmos/counter/v1/tx.d.ts +2 -9
- package/cosmos/counter/v1/tx.js +2 -0
- package/cosmos/counter/v1/tx.registry.d.ts +0 -23
- package/cosmos/counter/v1/tx.registry.js +1 -33
- package/cosmos/counter/v1/tx.rpc.msg.d.ts +2 -1
- package/cosmos/counter/v1/tx.rpc.msg.js +8 -4
- package/cosmos/crisis/module/v1/module.d.ts +1 -5
- package/cosmos/crisis/module/v1/module.js +1 -0
- package/cosmos/crypto/ed25519/keys.d.ts +2 -17
- package/cosmos/crypto/ed25519/keys.js +2 -0
- package/cosmos/crypto/hd/v1/hd.d.ts +1 -8
- package/cosmos/crypto/hd/v1/hd.js +1 -0
- package/cosmos/crypto/keyring/v1/record.d.ts +7 -28
- package/cosmos/crypto/keyring/v1/record.js +5 -0
- package/cosmos/crypto/multisig/keys.d.ts +2 -10
- package/cosmos/crypto/multisig/keys.js +1 -0
- package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +2 -18
- package/cosmos/crypto/multisig/v1beta1/multisig.js +2 -0
- package/cosmos/crypto/secp256k1/keys.d.ts +2 -14
- package/cosmos/crypto/secp256k1/keys.js +2 -0
- package/cosmos/crypto/secp256r1/keys.d.ts +2 -8
- package/cosmos/crypto/secp256r1/keys.js +2 -0
- package/cosmos/distribution/module/v1/module.d.ts +1 -5
- package/cosmos/distribution/module/v1/module.js +1 -0
- package/cosmos/distribution/v1beta1/distribution.d.ts +13 -122
- package/cosmos/distribution/v1beta1/distribution.js +13 -3
- package/cosmos/distribution/v1beta1/genesis.d.ts +10 -64
- package/cosmos/distribution/v1beta1/genesis.js +8 -0
- package/cosmos/distribution/v1beta1/query.d.ts +23 -137
- package/cosmos/distribution/v1beta1/query.js +20 -0
- package/cosmos/distribution/v1beta1/query.lcd.d.ts +11 -11
- package/cosmos/distribution/v1beta1/query.lcd.js +20 -30
- package/cosmos/distribution/v1beta1/query.rpc.Query.d.ts +10 -10
- package/cosmos/distribution/v1beta1/query.rpc.Query.js +31 -30
- package/cosmos/distribution/v1beta1/tx.d.ts +16 -112
- package/cosmos/distribution/v1beta1/tx.js +14 -0
- package/cosmos/distribution/v1beta1/tx.registry.d.ts +0 -95
- package/cosmos/distribution/v1beta1/tx.registry.js +1 -141
- package/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +8 -7
- package/cosmos/distribution/v1beta1/tx.rpc.msg.js +41 -22
- package/cosmos/epochs/module/v1/module.d.ts +1 -3
- package/cosmos/epochs/module/v1/module.js +1 -0
- package/cosmos/epochs/v1beta1/events.d.ts +2 -9
- package/cosmos/epochs/v1beta1/events.js +2 -0
- package/cosmos/epochs/v1beta1/genesis.d.ts +3 -18
- package/cosmos/epochs/v1beta1/genesis.js +2 -0
- package/cosmos/epochs/v1beta1/query.d.ts +5 -28
- package/cosmos/epochs/v1beta1/query.js +4 -0
- package/cosmos/epochs/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/epochs/v1beta1/query.lcd.js +4 -6
- package/cosmos/epochs/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/epochs/v1beta1/query.rpc.Query.js +6 -6
- package/cosmos/evidence/module/v1/module.d.ts +1 -3
- package/cosmos/evidence/module/v1/module.js +1 -0
- package/cosmos/feegrant/module/v1/module.d.ts +1 -3
- package/cosmos/feegrant/module/v1/module.js +1 -0
- package/cosmos/feegrant/v1beta1/feegrant.d.ts +7 -39
- package/cosmos/feegrant/v1beta1/feegrant.js +4 -3
- package/cosmos/feegrant/v1beta1/genesis.d.ts +2 -5
- package/cosmos/feegrant/v1beta1/genesis.js +1 -0
- package/cosmos/feegrant/v1beta1/query.d.ts +8 -39
- package/cosmos/feegrant/v1beta1/query.js +6 -0
- package/cosmos/feegrant/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/feegrant/v1beta1/query.lcd.js +6 -9
- package/cosmos/feegrant/v1beta1/query.rpc.Query.d.ts +3 -3
- package/cosmos/feegrant/v1beta1/query.rpc.Query.js +11 -9
- package/cosmos/feegrant/v1beta1/tx.d.ts +8 -37
- package/cosmos/feegrant/v1beta1/tx.js +6 -0
- package/cosmos/feegrant/v1beta1/tx.registry.d.ts +0 -47
- package/cosmos/feegrant/v1beta1/tx.registry.js +1 -69
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.js +18 -10
- package/cosmos/genutil/module/v1/module.d.ts +1 -3
- package/cosmos/genutil/module/v1/module.js +1 -0
- package/cosmos/gov/module/v1/module.d.ts +1 -5
- package/cosmos/gov/module/v1/module.js +1 -0
- package/cosmos/gov/v1/genesis.d.ts +2 -16
- package/cosmos/gov/v1/genesis.js +1 -0
- package/cosmos/gov/v1/gov.d.ts +12 -95
- package/cosmos/gov/v1/gov.js +10 -3
- package/cosmos/gov/v1/query.d.ts +20 -92
- package/cosmos/gov/v1/query.js +18 -0
- package/cosmos/gov/v1/query.lcd.d.ts +10 -10
- package/cosmos/gov/v1/query.lcd.js +18 -27
- package/cosmos/gov/v1/query.rpc.Query.d.ts +9 -9
- package/cosmos/gov/v1/query.rpc.Query.js +27 -27
- package/cosmos/gov/v1/tx.d.ts +21 -101
- package/cosmos/gov/v1/tx.js +14 -0
- package/cosmos/gov/v1/tx.registry.d.ts +0 -95
- package/cosmos/gov/v1/tx.registry.js +1 -141
- package/cosmos/gov/v1/tx.rpc.msg.d.ts +8 -7
- package/cosmos/gov/v1/tx.rpc.msg.js +32 -22
- package/cosmos/gov/v1beta1/genesis.d.ts +2 -11
- package/cosmos/gov/v1beta1/genesis.js +1 -0
- package/cosmos/gov/v1beta1/gov.d.ts +15 -81
- package/cosmos/gov/v1beta1/gov.js +11 -5
- package/cosmos/gov/v1beta1/query.d.ts +18 -81
- package/cosmos/gov/v1beta1/query.js +16 -0
- package/cosmos/gov/v1beta1/query.lcd.d.ts +9 -9
- package/cosmos/gov/v1beta1/query.lcd.js +16 -24
- package/cosmos/gov/v1beta1/query.rpc.Query.d.ts +8 -8
- package/cosmos/gov/v1beta1/query.rpc.Query.js +24 -24
- package/cosmos/gov/v1beta1/tx.d.ts +14 -54
- package/cosmos/gov/v1beta1/tx.js +8 -0
- package/cosmos/gov/v1beta1/tx.registry.d.ts +0 -59
- package/cosmos/gov/v1beta1/tx.registry.js +1 -87
- package/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +5 -4
- package/cosmos/gov/v1beta1/tx.rpc.msg.js +19 -13
- package/cosmos/group/module/v1/module.d.ts +2 -6
- package/cosmos/group/module/v1/module.js +1 -0
- package/cosmos/group/v1/events.d.ts +12 -51
- package/cosmos/group/v1/events.js +11 -0
- package/cosmos/group/v1/genesis.d.ts +2 -12
- package/cosmos/group/v1/genesis.js +1 -0
- package/cosmos/group/v1/query.d.ts +30 -140
- package/cosmos/group/v1/query.js +28 -0
- package/cosmos/group/v1/query.lcd.d.ts +15 -15
- package/cosmos/group/v1/query.lcd.js +29 -43
- package/cosmos/group/v1/query.rpc.Query.d.ts +14 -14
- package/cosmos/group/v1/query.rpc.Query.js +49 -43
- package/cosmos/group/v1/tx.d.ts +30 -142
- package/cosmos/group/v1/tx.js +29 -2
- package/cosmos/group/v1/tx.registry.d.ts +0 -179
- package/cosmos/group/v1/tx.registry.js +1 -267
- package/cosmos/group/v1/tx.rpc.msg.d.ts +15 -14
- package/cosmos/group/v1/tx.rpc.msg.js +47 -43
- package/cosmos/group/v1/types.d.ts +13 -119
- package/cosmos/group/v1/types.js +12 -6
- package/cosmos/ics23/v1/proofs.d.ts +13 -157
- package/cosmos/ics23/v1/proofs.js +14 -3
- package/cosmos/mint/module/v1/module.d.ts +1 -5
- package/cosmos/mint/module/v1/module.js +1 -0
- package/cosmos/mint/v1beta1/genesis.d.ts +2 -6
- package/cosmos/mint/v1beta1/genesis.js +1 -0
- package/cosmos/mint/v1beta1/mint.d.ts +2 -14
- package/cosmos/mint/v1beta1/mint.js +3 -1
- package/cosmos/mint/v1beta1/query.d.ts +7 -31
- package/cosmos/mint/v1beta1/query.js +6 -0
- package/cosmos/mint/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/mint/v1beta1/query.lcd.js +6 -9
- package/cosmos/mint/v1beta1/query.rpc.Query.d.ts +3 -3
- package/cosmos/mint/v1beta1/query.rpc.Query.js +9 -9
- package/cosmos/mint/v1beta1/tx.d.ts +3 -18
- package/cosmos/mint/v1beta1/tx.js +2 -0
- package/cosmos/mint/v1beta1/tx.registry.d.ts +0 -23
- package/cosmos/mint/v1beta1/tx.registry.js +1 -33
- package/cosmos/mint/v1beta1/tx.rpc.msg.d.ts +2 -1
- package/cosmos/mint/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/nft/module/v1/module.d.ts +1 -3
- package/cosmos/nft/module/v1/module.js +1 -0
- package/cosmos/orm/module/v1alpha1/module.d.ts +1 -7
- package/cosmos/orm/module/v1alpha1/module.js +1 -0
- package/cosmos/orm/query/v1alpha1/query.d.ts +10 -46
- package/cosmos/orm/query/v1alpha1/query.js +7 -0
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.d.ts +2 -2
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.js +6 -6
- package/cosmos/params/module/v1/module.d.ts +1 -3
- package/cosmos/params/module/v1/module.js +1 -0
- package/cosmos/params/v1beta1/params.d.ts +2 -17
- package/cosmos/params/v1beta1/params.js +2 -1
- package/cosmos/params/v1beta1/query.d.ts +6 -37
- package/cosmos/params/v1beta1/query.js +5 -0
- package/cosmos/params/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/params/v1beta1/query.lcd.js +4 -6
- package/cosmos/params/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/params/v1beta1/query.rpc.Query.js +9 -6
- package/cosmos/protocolpool/module/v1/module.d.ts +1 -4
- package/cosmos/protocolpool/module/v1/module.js +1 -0
- package/cosmos/protocolpool/v1/genesis.d.ts +2 -6
- package/cosmos/protocolpool/v1/genesis.js +1 -0
- package/cosmos/protocolpool/v1/query.d.ts +10 -49
- package/cosmos/protocolpool/v1/query.js +8 -0
- package/cosmos/protocolpool/v1/query.lcd.d.ts +5 -5
- package/cosmos/protocolpool/v1/query.lcd.js +8 -12
- package/cosmos/protocolpool/v1/query.rpc.Query.d.ts +4 -4
- package/cosmos/protocolpool/v1/query.rpc.Query.js +12 -12
- package/cosmos/protocolpool/v1/tx.d.ts +12 -67
- package/cosmos/protocolpool/v1/tx.js +11 -1
- package/cosmos/protocolpool/v1/tx.registry.d.ts +0 -71
- package/cosmos/protocolpool/v1/tx.registry.js +1 -105
- package/cosmos/protocolpool/v1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/protocolpool/v1/tx.rpc.msg.js +28 -16
- package/cosmos/protocolpool/v1/types.d.ts +2 -11
- package/cosmos/protocolpool/v1/types.js +3 -1
- package/cosmos/reflection/v1/reflection.d.ts +3 -8
- package/cosmos/reflection/v1/reflection.js +2 -0
- package/cosmos/slashing/module/v1/module.d.ts +1 -4
- package/cosmos/slashing/module/v1/module.js +1 -0
- package/cosmos/staking/module/v1/module.d.ts +1 -7
- package/cosmos/staking/module/v1/module.js +1 -0
- package/cosmos/staking/v1beta1/authz.d.ts +3 -19
- package/cosmos/staking/v1beta1/authz.js +3 -3
- package/cosmos/staking/v1beta1/genesis.d.ts +3 -17
- package/cosmos/staking/v1beta1/genesis.js +2 -0
- package/cosmos/staking/v1beta1/query.d.ts +30 -185
- package/cosmos/staking/v1beta1/query.js +28 -0
- package/cosmos/staking/v1beta1/query.lcd.d.ts +15 -15
- package/cosmos/staking/v1beta1/query.lcd.js +28 -42
- package/cosmos/staking/v1beta1/query.rpc.Query.d.ts +14 -14
- package/cosmos/staking/v1beta1/query.rpc.Query.js +67 -42
- package/cosmos/staking/v1beta1/staking.d.ts +26 -193
- package/cosmos/staking/v1beta1/staking.js +28 -9
- package/cosmos/staking/v1beta1/tx.d.ts +17 -102
- package/cosmos/staking/v1beta1/tx.js +20 -6
- package/cosmos/staking/v1beta1/tx.registry.d.ts +0 -95
- package/cosmos/staking/v1beta1/tx.registry.js +1 -141
- package/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +8 -7
- package/cosmos/staking/v1beta1/tx.rpc.msg.js +34 -22
- package/cosmos/store/internal/kv/v1beta1/kv.d.ts +2 -9
- package/cosmos/store/internal/kv/v1beta1/kv.js +2 -0
- package/cosmos/store/snapshots/v1/snapshot.d.ts +7 -59
- package/cosmos/store/snapshots/v1/snapshot.js +7 -0
- package/cosmos/store/streaming/abci/grpc.d.ts +6 -19
- package/cosmos/store/streaming/abci/grpc.js +4 -0
- package/cosmos/store/v1beta1/commit_info.d.ts +3 -25
- package/cosmos/store/v1beta1/commit_info.js +3 -0
- package/cosmos/store/v1beta1/listening.d.ts +3 -23
- package/cosmos/store/v1beta1/listening.js +2 -0
- package/cosmos/tx/config/v1/config.d.ts +1 -5
- package/cosmos/tx/config/v1/config.js +1 -0
- package/cosmos/tx/signing/v1beta1/signing.d.ts +7 -33
- package/cosmos/tx/signing/v1beta1/signing.js +6 -2
- package/cosmos/tx/v1beta1/service.d.ts +23 -170
- package/cosmos/tx/v1beta1/service.js +19 -3
- package/cosmos/tx/v1beta1/service.lcd.d.ts +4 -4
- package/cosmos/tx/v1beta1/service.lcd.js +6 -9
- package/cosmos/tx/v1beta1/service.rpc.Service.d.ts +9 -9
- package/cosmos/tx/v1beta1/service.rpc.Service.js +37 -27
- package/cosmos/tx/v1beta1/tx.d.ts +16 -123
- package/cosmos/tx/v1beta1/tx.js +13 -0
- package/cosmos/upgrade/module/v1/module.d.ts +1 -4
- package/cosmos/upgrade/module/v1/module.js +1 -0
- package/cosmos/upgrade/v1beta1/query.d.ts +11 -77
- package/cosmos/upgrade/v1beta1/query.js +10 -0
- package/cosmos/upgrade/v1beta1/query.lcd.d.ts +6 -6
- package/cosmos/upgrade/v1beta1/query.lcd.js +10 -15
- package/cosmos/upgrade/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/upgrade/v1beta1/query.rpc.Query.js +24 -15
- package/cosmos/upgrade/v1beta1/tx.d.ts +5 -32
- package/cosmos/upgrade/v1beta1/tx.js +4 -0
- package/cosmos/upgrade/v1beta1/tx.registry.d.ts +0 -35
- package/cosmos/upgrade/v1beta1/tx.registry.js +1 -51
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +3 -2
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.js +16 -7
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +5 -47
- package/cosmos/upgrade/v1beta1/upgrade.js +4 -2
- package/cosmos/vesting/module/v1/module.d.ts +1 -3
- package/cosmos/vesting/module/v1/module.js +1 -0
- package/cosmos/vesting/v1beta1/tx.d.ts +8 -54
- package/cosmos/vesting/v1beta1/tx.js +6 -0
- package/cosmos/vesting/v1beta1/tx.registry.d.ts +0 -47
- package/cosmos/vesting/v1beta1/tx.registry.js +1 -69
- package/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/vesting/v1beta1/tx.rpc.msg.js +21 -10
- package/cosmos/vesting/v1beta1/vesting.d.ts +8 -53
- package/cosmos/vesting/v1beta1/vesting.js +6 -0
- package/cosmos_proto/bundle.d.ts +0 -1
- package/cosmos_proto/cosmos.d.ts +0 -23
- package/cosmos_proto/cosmos.js +1 -2
- package/esm/cosmos/app/runtime/v1alpha1/module.js +2 -0
- package/esm/cosmos/app/v1alpha1/module.js +3 -0
- package/esm/cosmos/auth/module/v1/module.js +2 -0
- package/esm/cosmos/auth/v1beta1/auth.js +4 -2
- package/esm/cosmos/auth/v1beta1/genesis.js +1 -0
- package/esm/cosmos/auth/v1beta1/query.js +20 -0
- package/esm/cosmos/auth/v1beta1/query.lcd.js +21 -31
- package/esm/cosmos/auth/v1beta1/query.rpc.Query.js +48 -31
- package/esm/cosmos/auth/v1beta1/tx.js +2 -0
- package/esm/cosmos/auth/v1beta1/tx.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 +0 -20
- package/esm/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.js +4 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +4 -6
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +6 -6
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.js +6 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.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/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/google/api/http.d.ts +0 -292
- package/google/bundle.d.ts +0 -20
- package/google/protobuf/any.d.ts +0 -93
- package/google/protobuf/any.js +0 -1
- package/google/protobuf/descriptor.d.ts +0 -336
- package/google/protobuf/descriptor.js +2 -22
- package/google/protobuf/duration.d.ts +0 -64
- package/google/protobuf/timestamp.d.ts +0 -95
- package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +1 -7
- package/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +5 -17
- package/ibc/applications/interchain_accounts/controller/v1/query.js +4 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.lcd.d.ts +3 -3
- package/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +4 -6
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +6 -6
- package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +8 -33
- package/ibc/applications/interchain_accounts/controller/v1/tx.js +6 -0
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +0 -47
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +1 -69
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.d.ts +4 -3
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +14 -10
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +5 -37
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.js +5 -0
- package/ibc/applications/interchain_accounts/host/v1/host.d.ts +2 -16
- package/ibc/applications/interchain_accounts/host/v1/host.js +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.d.ts +3 -8
- package/ibc/applications/interchain_accounts/host/v1/query.js +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.lcd.d.ts +2 -2
- package/ibc/applications/interchain_accounts/host/v1/query.lcd.js +2 -3
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.d.ts +1 -1
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +3 -3
- package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +5 -19
- package/ibc/applications/interchain_accounts/host/v1/tx.js +4 -0
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +0 -35
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.js +1 -51
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.d.ts +3 -2
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +11 -7
- package/ibc/applications/interchain_accounts/v1/account.d.ts +2 -8
- package/ibc/applications/interchain_accounts/v1/account.js +1 -1
- package/ibc/applications/interchain_accounts/v1/metadata.d.ts +1 -12
- package/ibc/applications/interchain_accounts/v1/metadata.js +1 -0
- package/ibc/applications/interchain_accounts/v1/packet.d.ts +3 -12
- package/ibc/applications/interchain_accounts/v1/packet.js +3 -2
- package/ibc/applications/packet_forward_middleware/v1/genesis.d.ts +2 -28
- package/ibc/applications/packet_forward_middleware/v1/genesis.js +2 -0
- package/ibc/applications/transfer/v1/authz.d.ts +3 -18
- package/ibc/applications/transfer/v1/authz.js +2 -1
- package/ibc/applications/transfer/v1/denomtrace.d.ts +1 -9
- package/ibc/applications/transfer/v1/denomtrace.js +1 -0
- package/ibc/applications/transfer/v1/genesis.d.ts +4 -10
- package/ibc/applications/transfer/v1/genesis.js +1 -0
- package/ibc/applications/transfer/v1/packet.d.ts +1 -12
- package/ibc/applications/transfer/v1/packet.js +1 -0
- package/ibc/applications/transfer/v1/query.d.ts +16 -71
- package/ibc/applications/transfer/v1/query.js +12 -0
- package/ibc/applications/transfer/v1/query.lcd.d.ts +7 -7
- package/ibc/applications/transfer/v1/query.lcd.js +13 -19
- package/ibc/applications/transfer/v1/query.rpc.Query.d.ts +6 -6
- package/ibc/applications/transfer/v1/query.rpc.Query.js +19 -19
- package/ibc/applications/transfer/v1/token.d.ts +3 -15
- package/ibc/applications/transfer/v1/token.js +3 -0
- package/ibc/applications/transfer/v1/transfer.d.ts +1 -10
- package/ibc/applications/transfer/v1/transfer.js +1 -0
- package/ibc/applications/transfer/v1/tx.d.ts +6 -33
- package/ibc/applications/transfer/v1/tx.js +4 -0
- package/ibc/applications/transfer/v1/tx.registry.d.ts +0 -35
- package/ibc/applications/transfer/v1/tx.registry.js +1 -51
- package/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +3 -2
- package/ibc/applications/transfer/v1/tx.rpc.msg.js +11 -7
- package/ibc/bundle.d.ts +290 -557
- package/ibc/core/channel/v1/channel.d.ts +9 -88
- package/ibc/core/channel/v1/channel.js +9 -3
- package/ibc/core/channel/v1/genesis.d.ts +3 -21
- package/ibc/core/channel/v1/genesis.js +2 -0
- package/ibc/core/channel/v1/query.d.ts +32 -245
- package/ibc/core/channel/v1/query.js +28 -0
- package/ibc/core/channel/v1/query.lcd.d.ts +15 -15
- package/ibc/core/channel/v1/query.lcd.js +29 -43
- package/ibc/core/channel/v1/query.rpc.Query.d.ts +14 -14
- package/ibc/core/channel/v1/query.rpc.Query.js +51 -43
- package/ibc/core/channel/v1/tx.d.ts +22 -147
- package/ibc/core/channel/v1/tx.js +21 -2
- package/ibc/core/channel/v1/tx.registry.d.ts +0 -131
- package/ibc/core/channel/v1/tx.registry.js +1 -195
- package/ibc/core/channel/v1/tx.rpc.msg.d.ts +11 -10
- package/ibc/core/channel/v1/tx.rpc.msg.js +36 -31
- package/ibc/core/channel/v2/genesis.d.ts +3 -24
- package/ibc/core/channel/v2/genesis.js +3 -0
- package/ibc/core/channel/v2/packet.d.ts +4 -33
- package/ibc/core/channel/v2/packet.js +5 -2
- package/ibc/core/channel/v2/query.d.ts +19 -101
- package/ibc/core/channel/v2/query.js +16 -0
- package/ibc/core/channel/v2/query.lcd.d.ts +9 -9
- package/ibc/core/channel/v2/query.lcd.js +16 -24
- package/ibc/core/channel/v2/query.rpc.Query.d.ts +8 -8
- package/ibc/core/channel/v2/query.rpc.Query.js +24 -24
- package/ibc/core/channel/v2/tx.d.ts +10 -48
- package/ibc/core/channel/v2/tx.js +9 -2
- package/ibc/core/channel/v2/tx.registry.d.ts +0 -59
- package/ibc/core/channel/v2/tx.registry.js +1 -87
- package/ibc/core/channel/v2/tx.rpc.msg.d.ts +5 -4
- package/ibc/core/channel/v2/tx.rpc.msg.js +17 -13
- package/ibc/core/client/v1/client.d.ts +6 -48
- package/ibc/core/client/v1/client.js +5 -0
- package/ibc/core/client/v1/genesis.d.ts +4 -27
- package/ibc/core/client/v1/genesis.js +3 -0
- package/ibc/core/client/v1/query.d.ts +26 -169
- package/ibc/core/client/v1/query.js +22 -0
- package/ibc/core/client/v1/query.lcd.d.ts +11 -11
- package/ibc/core/client/v1/query.lcd.js +21 -31
- package/ibc/core/client/v1/query.rpc.Query.d.ts +11 -11
- package/ibc/core/client/v1/query.rpc.Query.js +36 -34
- package/ibc/core/client/v1/tx.d.ts +19 -91
- package/ibc/core/client/v1/tx.js +16 -0
- package/ibc/core/client/v1/tx.registry.d.ts +0 -107
- package/ibc/core/client/v1/tx.registry.js +1 -159
- package/ibc/core/client/v1/tx.rpc.msg.d.ts +9 -8
- package/ibc/core/client/v1/tx.rpc.msg.js +29 -25
- package/ibc/core/client/v2/config.d.ts +1 -9
- package/ibc/core/client/v2/config.js +1 -0
- package/ibc/core/client/v2/counterparty.d.ts +1 -5
- package/ibc/core/client/v2/counterparty.js +1 -0
- package/ibc/core/client/v2/genesis.d.ts +3 -10
- package/ibc/core/client/v2/genesis.js +2 -0
- package/ibc/core/client/v2/query.d.ts +6 -24
- package/ibc/core/client/v2/query.js +4 -0
- package/ibc/core/client/v2/query.lcd.d.ts +3 -3
- package/ibc/core/client/v2/query.lcd.js +4 -6
- package/ibc/core/client/v2/query.rpc.Query.d.ts +2 -2
- package/ibc/core/client/v2/query.rpc.Query.js +6 -6
- package/ibc/core/client/v2/tx.d.ts +5 -20
- package/ibc/core/client/v2/tx.js +4 -0
- package/ibc/core/client/v2/tx.registry.d.ts +0 -35
- package/ibc/core/client/v2/tx.registry.js +1 -51
- package/ibc/core/client/v2/tx.rpc.msg.d.ts +3 -2
- package/ibc/core/client/v2/tx.rpc.msg.js +11 -7
- package/ibc/core/commitment/v1/commitment.d.ts +4 -26
- package/ibc/core/commitment/v1/commitment.js +3 -0
- package/ibc/core/commitment/v2/commitment.d.ts +1 -36
- package/ibc/core/commitment/v2/commitment.js +1 -0
- package/ibc/core/connection/v1/connection.d.ts +8 -54
- package/ibc/core/connection/v1/connection.js +8 -2
- package/ibc/core/connection/v1/genesis.d.ts +2 -8
- package/ibc/core/connection/v1/genesis.js +1 -0
- package/ibc/core/connection/v1/query.d.ts +16 -95
- package/ibc/core/connection/v1/query.js +12 -0
- package/ibc/core/connection/v1/query.lcd.d.ts +7 -7
- package/ibc/core/connection/v1/query.lcd.js +13 -19
- package/ibc/core/connection/v1/query.rpc.Query.d.ts +6 -6
- package/ibc/core/connection/v1/query.rpc.Query.js +22 -19
- package/ibc/core/connection/v1/tx.d.ts +13 -97
- package/ibc/core/connection/v1/tx.js +10 -0
- package/ibc/core/connection/v1/tx.registry.d.ts +0 -71
- package/ibc/core/connection/v1/tx.registry.js +1 -105
- package/ibc/core/connection/v1/tx.rpc.msg.d.ts +6 -5
- package/ibc/core/connection/v1/tx.rpc.msg.js +22 -16
- package/ibc/lightclients/solomachine/v2/solomachine.d.ts +19 -133
- package/ibc/lightclients/solomachine/v2/solomachine.js +17 -2
- package/ibc/lightclients/solomachine/v3/solomachine.d.ts +9 -67
- package/ibc/lightclients/solomachine/v3/solomachine.js +8 -0
- package/ibc/lightclients/tendermint/v1/tendermint.d.ts +11 -69
- package/ibc/lightclients/tendermint/v1/tendermint.js +5 -0
- package/ibc/lightclients/wasm/v1/genesis.d.ts +2 -8
- package/ibc/lightclients/wasm/v1/genesis.js +2 -0
- package/ibc/lightclients/wasm/v1/query.d.ts +5 -18
- package/ibc/lightclients/wasm/v1/query.js +4 -0
- package/ibc/lightclients/wasm/v1/query.lcd.d.ts +3 -3
- package/ibc/lightclients/wasm/v1/query.lcd.js +5 -7
- package/ibc/lightclients/wasm/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/lightclients/wasm/v1/query.rpc.Query.js +7 -7
- package/ibc/lightclients/wasm/v1/tx.d.ts +6 -27
- package/ibc/lightclients/wasm/v1/tx.js +6 -0
- package/ibc/lightclients/wasm/v1/tx.registry.d.ts +0 -47
- package/ibc/lightclients/wasm/v1/tx.registry.js +1 -69
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.d.ts +4 -3
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.js +14 -10
- package/ibc/lightclients/wasm/v1/wasm.d.ts +5 -25
- package/ibc/lightclients/wasm/v1/wasm.js +4 -0
- package/package.json +1 -1
- package/sparkdream/blog/genesis.d.ts +1 -5
- package/sparkdream/blog/module/module.d.ts +0 -4
- package/sparkdream/blog/params.d.ts +1 -3
- package/sparkdream/blog/params.js +1 -0
- package/sparkdream/blog/post.d.ts +0 -6
- package/sparkdream/blog/query.d.ts +3 -23
- package/sparkdream/blog/query.lcd.d.ts +4 -4
- package/sparkdream/blog/query.lcd.js +7 -10
- package/sparkdream/blog/query.rpc.Query.d.ts +3 -3
- package/sparkdream/blog/query.rpc.Query.js +10 -10
- package/sparkdream/blog/tx.d.ts +2 -34
- package/sparkdream/blog/tx.js +1 -0
- package/sparkdream/blog/tx.registry.d.ts +0 -59
- package/sparkdream/blog/tx.registry.js +1 -87
- package/sparkdream/blog/tx.rpc.msg.d.ts +5 -4
- package/sparkdream/blog/tx.rpc.msg.js +18 -13
- package/sparkdream/bundle.d.ts +6 -78
- package/sparkdream/sparkdream/genesis.d.ts +1 -5
- package/sparkdream/sparkdream/module/module.d.ts +0 -4
- package/sparkdream/sparkdream/params.d.ts +1 -3
- package/sparkdream/sparkdream/params.js +1 -0
- package/sparkdream/sparkdream/query.d.ts +1 -8
- package/sparkdream/sparkdream/query.lcd.d.ts +2 -2
- package/sparkdream/sparkdream/query.lcd.js +2 -3
- package/sparkdream/sparkdream/query.rpc.Query.d.ts +1 -1
- package/sparkdream/sparkdream/query.rpc.Query.js +3 -3
- package/sparkdream/sparkdream/tx.d.ts +2 -12
- package/sparkdream/sparkdream/tx.js +1 -0
- package/sparkdream/sparkdream/tx.registry.d.ts +0 -23
- package/sparkdream/sparkdream/tx.registry.js +1 -33
- package/sparkdream/sparkdream/tx.rpc.msg.d.ts +2 -1
- package/sparkdream/sparkdream/tx.rpc.msg.js +9 -4
- package/tendermint/abci/types.d.ts +3 -309
- package/tendermint/abci/types.js +2 -8
- package/tendermint/bundle.d.ts +0 -8
- package/tendermint/crypto/keys.d.ts +0 -5
- package/tendermint/crypto/proof.d.ts +0 -29
- package/tendermint/p2p/types.d.ts +0 -24
- package/tendermint/types/block.d.ts +2 -8
- package/tendermint/types/evidence.d.ts +2 -25
- package/tendermint/types/params.d.ts +1 -47
- package/tendermint/types/types.d.ts +3 -118
- package/tendermint/types/types.js +1 -2
- package/tendermint/types/validator.d.ts +1 -17
- package/tendermint/types/validator.js +1 -2
- package/tendermint/version/types.d.ts +0 -18
- package/types.d.ts +2 -55
|
@@ -1,133 +1,2 @@
|
|
|
1
1
|
import { TelescopeGeneratedType } from "../../../../types";
|
|
2
|
-
import { Registry } from "@cosmjs/proto-signing";
|
|
3
|
-
import { MsgChannelOpenInit, MsgChannelOpenTry, MsgChannelOpenAck, MsgChannelOpenConfirm, MsgChannelCloseInit, MsgChannelCloseConfirm, MsgRecvPacket, MsgTimeout, MsgTimeoutOnClose, MsgAcknowledgement } from "./tx";
|
|
4
2
|
export declare const registry: ReadonlyArray<[string, TelescopeGeneratedType<any, any, any>]>;
|
|
5
|
-
export declare const load: (protoRegistry: Registry) => void;
|
|
6
|
-
export declare const MessageComposer: {
|
|
7
|
-
encoded: {
|
|
8
|
-
channelOpenInit(value: MsgChannelOpenInit): {
|
|
9
|
-
typeUrl: string;
|
|
10
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
11
|
-
};
|
|
12
|
-
channelOpenTry(value: MsgChannelOpenTry): {
|
|
13
|
-
typeUrl: string;
|
|
14
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
15
|
-
};
|
|
16
|
-
channelOpenAck(value: MsgChannelOpenAck): {
|
|
17
|
-
typeUrl: string;
|
|
18
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
19
|
-
};
|
|
20
|
-
channelOpenConfirm(value: MsgChannelOpenConfirm): {
|
|
21
|
-
typeUrl: string;
|
|
22
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
23
|
-
};
|
|
24
|
-
channelCloseInit(value: MsgChannelCloseInit): {
|
|
25
|
-
typeUrl: string;
|
|
26
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
27
|
-
};
|
|
28
|
-
channelCloseConfirm(value: MsgChannelCloseConfirm): {
|
|
29
|
-
typeUrl: string;
|
|
30
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
31
|
-
};
|
|
32
|
-
recvPacket(value: MsgRecvPacket): {
|
|
33
|
-
typeUrl: string;
|
|
34
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
35
|
-
};
|
|
36
|
-
timeout(value: MsgTimeout): {
|
|
37
|
-
typeUrl: string;
|
|
38
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
39
|
-
};
|
|
40
|
-
timeoutOnClose(value: MsgTimeoutOnClose): {
|
|
41
|
-
typeUrl: string;
|
|
42
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
43
|
-
};
|
|
44
|
-
acknowledgement(value: MsgAcknowledgement): {
|
|
45
|
-
typeUrl: string;
|
|
46
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
47
|
-
};
|
|
48
|
-
};
|
|
49
|
-
withTypeUrl: {
|
|
50
|
-
channelOpenInit(value: MsgChannelOpenInit): {
|
|
51
|
-
typeUrl: string;
|
|
52
|
-
value: MsgChannelOpenInit;
|
|
53
|
-
};
|
|
54
|
-
channelOpenTry(value: MsgChannelOpenTry): {
|
|
55
|
-
typeUrl: string;
|
|
56
|
-
value: MsgChannelOpenTry;
|
|
57
|
-
};
|
|
58
|
-
channelOpenAck(value: MsgChannelOpenAck): {
|
|
59
|
-
typeUrl: string;
|
|
60
|
-
value: MsgChannelOpenAck;
|
|
61
|
-
};
|
|
62
|
-
channelOpenConfirm(value: MsgChannelOpenConfirm): {
|
|
63
|
-
typeUrl: string;
|
|
64
|
-
value: MsgChannelOpenConfirm;
|
|
65
|
-
};
|
|
66
|
-
channelCloseInit(value: MsgChannelCloseInit): {
|
|
67
|
-
typeUrl: string;
|
|
68
|
-
value: MsgChannelCloseInit;
|
|
69
|
-
};
|
|
70
|
-
channelCloseConfirm(value: MsgChannelCloseConfirm): {
|
|
71
|
-
typeUrl: string;
|
|
72
|
-
value: MsgChannelCloseConfirm;
|
|
73
|
-
};
|
|
74
|
-
recvPacket(value: MsgRecvPacket): {
|
|
75
|
-
typeUrl: string;
|
|
76
|
-
value: MsgRecvPacket;
|
|
77
|
-
};
|
|
78
|
-
timeout(value: MsgTimeout): {
|
|
79
|
-
typeUrl: string;
|
|
80
|
-
value: MsgTimeout;
|
|
81
|
-
};
|
|
82
|
-
timeoutOnClose(value: MsgTimeoutOnClose): {
|
|
83
|
-
typeUrl: string;
|
|
84
|
-
value: MsgTimeoutOnClose;
|
|
85
|
-
};
|
|
86
|
-
acknowledgement(value: MsgAcknowledgement): {
|
|
87
|
-
typeUrl: string;
|
|
88
|
-
value: MsgAcknowledgement;
|
|
89
|
-
};
|
|
90
|
-
};
|
|
91
|
-
fromPartial: {
|
|
92
|
-
channelOpenInit(value: MsgChannelOpenInit): {
|
|
93
|
-
typeUrl: string;
|
|
94
|
-
value: MsgChannelOpenInit;
|
|
95
|
-
};
|
|
96
|
-
channelOpenTry(value: MsgChannelOpenTry): {
|
|
97
|
-
typeUrl: string;
|
|
98
|
-
value: MsgChannelOpenTry;
|
|
99
|
-
};
|
|
100
|
-
channelOpenAck(value: MsgChannelOpenAck): {
|
|
101
|
-
typeUrl: string;
|
|
102
|
-
value: MsgChannelOpenAck;
|
|
103
|
-
};
|
|
104
|
-
channelOpenConfirm(value: MsgChannelOpenConfirm): {
|
|
105
|
-
typeUrl: string;
|
|
106
|
-
value: MsgChannelOpenConfirm;
|
|
107
|
-
};
|
|
108
|
-
channelCloseInit(value: MsgChannelCloseInit): {
|
|
109
|
-
typeUrl: string;
|
|
110
|
-
value: MsgChannelCloseInit;
|
|
111
|
-
};
|
|
112
|
-
channelCloseConfirm(value: MsgChannelCloseConfirm): {
|
|
113
|
-
typeUrl: string;
|
|
114
|
-
value: MsgChannelCloseConfirm;
|
|
115
|
-
};
|
|
116
|
-
recvPacket(value: MsgRecvPacket): {
|
|
117
|
-
typeUrl: string;
|
|
118
|
-
value: MsgRecvPacket;
|
|
119
|
-
};
|
|
120
|
-
timeout(value: MsgTimeout): {
|
|
121
|
-
typeUrl: string;
|
|
122
|
-
value: MsgTimeout;
|
|
123
|
-
};
|
|
124
|
-
timeoutOnClose(value: MsgTimeoutOnClose): {
|
|
125
|
-
typeUrl: string;
|
|
126
|
-
value: MsgTimeoutOnClose;
|
|
127
|
-
};
|
|
128
|
-
acknowledgement(value: MsgAcknowledgement): {
|
|
129
|
-
typeUrl: string;
|
|
130
|
-
value: MsgAcknowledgement;
|
|
131
|
-
};
|
|
132
|
-
};
|
|
133
|
-
};
|
|
@@ -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
|
-
};
|
|
@@ -29,14 +29,15 @@ export interface Msg {
|
|
|
29
29
|
export declare class MsgClientImpl implements Msg {
|
|
30
30
|
private readonly rpc;
|
|
31
31
|
constructor(rpc: TxRpc);
|
|
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)
|
|
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;
|
|
@@ -24,14 +24,6 @@ export interface GenesisStateAminoMsg {
|
|
|
24
24
|
type: "cosmos-sdk/GenesisState";
|
|
25
25
|
value: GenesisStateAmino;
|
|
26
26
|
}
|
|
27
|
-
/** GenesisState defines the ibc channel/v2 submodule's genesis state. */
|
|
28
|
-
export interface GenesisStateSDKType {
|
|
29
|
-
acknowledgements: PacketStateSDKType[];
|
|
30
|
-
commitments: PacketStateSDKType[];
|
|
31
|
-
receipts: PacketStateSDKType[];
|
|
32
|
-
async_packets: PacketStateSDKType[];
|
|
33
|
-
send_sequences: PacketSequenceSDKType[];
|
|
34
|
-
}
|
|
35
27
|
/**
|
|
36
28
|
* PacketState defines the generic type necessary to retrieve and store
|
|
37
29
|
* packet commitments, acknowledgements, and receipts.
|
|
@@ -68,17 +60,6 @@ export interface PacketStateAminoMsg {
|
|
|
68
60
|
type: "cosmos-sdk/PacketState";
|
|
69
61
|
value: PacketStateAmino;
|
|
70
62
|
}
|
|
71
|
-
/**
|
|
72
|
-
* PacketState defines the generic type necessary to retrieve and store
|
|
73
|
-
* packet commitments, acknowledgements, and receipts.
|
|
74
|
-
* Caller is responsible for knowing the context necessary to interpret this
|
|
75
|
-
* state as a commitment, acknowledgement, or a receipt.
|
|
76
|
-
*/
|
|
77
|
-
export interface PacketStateSDKType {
|
|
78
|
-
client_id: string;
|
|
79
|
-
sequence: bigint;
|
|
80
|
-
data: Uint8Array;
|
|
81
|
-
}
|
|
82
63
|
/** PacketSequence defines the genesis type necessary to retrieve and store next send sequences. */
|
|
83
64
|
export interface PacketSequence {
|
|
84
65
|
/** client unique identifier. */
|
|
@@ -101,13 +82,9 @@ export interface PacketSequenceAminoMsg {
|
|
|
101
82
|
type: "cosmos-sdk/PacketSequence";
|
|
102
83
|
value: PacketSequenceAmino;
|
|
103
84
|
}
|
|
104
|
-
/** PacketSequence defines the genesis type necessary to retrieve and store next send sequences. */
|
|
105
|
-
export interface PacketSequenceSDKType {
|
|
106
|
-
client_id: string;
|
|
107
|
-
sequence: bigint;
|
|
108
|
-
}
|
|
109
85
|
export declare const GenesisState: {
|
|
110
86
|
typeUrl: string;
|
|
87
|
+
aminoType: string;
|
|
111
88
|
encode(message: GenesisState, writer?: BinaryWriter): BinaryWriter;
|
|
112
89
|
decode(input: BinaryReader | Uint8Array, length?: number): GenesisState;
|
|
113
90
|
fromPartial(object: DeepPartial<GenesisState>): GenesisState;
|
|
@@ -121,6 +98,7 @@ export declare const GenesisState: {
|
|
|
121
98
|
};
|
|
122
99
|
export declare const PacketState: {
|
|
123
100
|
typeUrl: string;
|
|
101
|
+
aminoType: string;
|
|
124
102
|
encode(message: PacketState, writer?: BinaryWriter): BinaryWriter;
|
|
125
103
|
decode(input: BinaryReader | Uint8Array, length?: number): PacketState;
|
|
126
104
|
fromPartial(object: DeepPartial<PacketState>): PacketState;
|
|
@@ -134,6 +112,7 @@ export declare const PacketState: {
|
|
|
134
112
|
};
|
|
135
113
|
export declare const PacketSequence: {
|
|
136
114
|
typeUrl: string;
|
|
115
|
+
aminoType: string;
|
|
137
116
|
encode(message: PacketSequence, writer?: BinaryWriter): BinaryWriter;
|
|
138
117
|
decode(input: BinaryReader | Uint8Array, length?: number): PacketSequence;
|
|
139
118
|
fromPartial(object: DeepPartial<PacketSequence>): PacketSequence;
|
|
@@ -15,6 +15,7 @@ function createBaseGenesisState() {
|
|
|
15
15
|
}
|
|
16
16
|
exports.GenesisState = {
|
|
17
17
|
typeUrl: "/ibc.core.channel.v2.GenesisState",
|
|
18
|
+
aminoType: "cosmos-sdk/GenesisState",
|
|
18
19
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
19
20
|
for (const v of message.acknowledgements) {
|
|
20
21
|
exports.PacketState.encode(v, writer.uint32(18).fork()).ldelim();
|
|
@@ -145,6 +146,7 @@ function createBasePacketState() {
|
|
|
145
146
|
}
|
|
146
147
|
exports.PacketState = {
|
|
147
148
|
typeUrl: "/ibc.core.channel.v2.PacketState",
|
|
149
|
+
aminoType: "cosmos-sdk/PacketState",
|
|
148
150
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
149
151
|
if (message.clientId !== "") {
|
|
150
152
|
writer.uint32(10).string(message.clientId);
|
|
@@ -237,6 +239,7 @@ function createBasePacketSequence() {
|
|
|
237
239
|
}
|
|
238
240
|
exports.PacketSequence = {
|
|
239
241
|
typeUrl: "/ibc.core.channel.v2.PacketSequence",
|
|
242
|
+
aminoType: "cosmos-sdk/PacketSequence",
|
|
240
243
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
241
244
|
if (message.clientId !== "") {
|
|
242
245
|
writer.uint32(10).string(message.clientId);
|
|
@@ -12,7 +12,6 @@ export declare enum PacketStatus {
|
|
|
12
12
|
PACKET_STATUS_ASYNC = 3,
|
|
13
13
|
UNRECOGNIZED = -1
|
|
14
14
|
}
|
|
15
|
-
export declare const PacketStatusSDKType: typeof PacketStatus;
|
|
16
15
|
export declare const PacketStatusAmino: typeof PacketStatus;
|
|
17
16
|
export declare function packetStatusFromJSON(object: any): PacketStatus;
|
|
18
17
|
export declare function packetStatusToJSON(object: PacketStatus): string;
|
|
@@ -58,14 +57,6 @@ export interface PacketAminoMsg {
|
|
|
58
57
|
type: "cosmos-sdk/Packet";
|
|
59
58
|
value: PacketAmino;
|
|
60
59
|
}
|
|
61
|
-
/** Packet defines a type that carries data across different chains through IBC */
|
|
62
|
-
export interface PacketSDKType {
|
|
63
|
-
sequence: bigint;
|
|
64
|
-
source_client: string;
|
|
65
|
-
destination_client: string;
|
|
66
|
-
timeout_timestamp: bigint;
|
|
67
|
-
payloads: PayloadSDKType[];
|
|
68
|
-
}
|
|
69
60
|
/** Payload contains the source and destination ports and payload for the application (version, encoding, raw bytes) */
|
|
70
61
|
export interface Payload {
|
|
71
62
|
/** specifies the source port of the packet. */
|
|
@@ -100,14 +91,6 @@ export interface PayloadAminoMsg {
|
|
|
100
91
|
type: "cosmos-sdk/Payload";
|
|
101
92
|
value: PayloadAmino;
|
|
102
93
|
}
|
|
103
|
-
/** Payload contains the source and destination ports and payload for the application (version, encoding, raw bytes) */
|
|
104
|
-
export interface PayloadSDKType {
|
|
105
|
-
source_port: string;
|
|
106
|
-
destination_port: string;
|
|
107
|
-
version: string;
|
|
108
|
-
encoding: string;
|
|
109
|
-
value: Uint8Array;
|
|
110
|
-
}
|
|
111
94
|
/**
|
|
112
95
|
* Acknowledgement contains a list of all ack results associated with a single packet.
|
|
113
96
|
* In the case of a successful receive, the acknowledgement will contain an app acknowledgement
|
|
@@ -138,17 +121,6 @@ export interface AcknowledgementAminoMsg {
|
|
|
138
121
|
type: "cosmos-sdk/Acknowledgement";
|
|
139
122
|
value: AcknowledgementAmino;
|
|
140
123
|
}
|
|
141
|
-
/**
|
|
142
|
-
* Acknowledgement contains a list of all ack results associated with a single packet.
|
|
143
|
-
* In the case of a successful receive, the acknowledgement will contain an app acknowledgement
|
|
144
|
-
* for each application that received a payload in the same order that the payloads were sent
|
|
145
|
-
* in the packet.
|
|
146
|
-
* If the receive is not successful, the acknowledgement will contain a single app acknowledgment
|
|
147
|
-
* which will be a constant error acknowledgment as defined by the IBC v2 protocol.
|
|
148
|
-
*/
|
|
149
|
-
export interface AcknowledgementSDKType {
|
|
150
|
-
app_acknowledgements: Uint8Array[];
|
|
151
|
-
}
|
|
152
124
|
/** RecvPacketResult speecifies the status of a packet as well as the acknowledgement bytes. */
|
|
153
125
|
export interface RecvPacketResult {
|
|
154
126
|
/** status of the packet */
|
|
@@ -171,13 +143,9 @@ export interface RecvPacketResultAminoMsg {
|
|
|
171
143
|
type: "cosmos-sdk/RecvPacketResult";
|
|
172
144
|
value: RecvPacketResultAmino;
|
|
173
145
|
}
|
|
174
|
-
/** RecvPacketResult speecifies the status of a packet as well as the acknowledgement bytes. */
|
|
175
|
-
export interface RecvPacketResultSDKType {
|
|
176
|
-
status: PacketStatus;
|
|
177
|
-
acknowledgement: Uint8Array;
|
|
178
|
-
}
|
|
179
146
|
export declare const Packet: {
|
|
180
147
|
typeUrl: string;
|
|
148
|
+
aminoType: string;
|
|
181
149
|
encode(message: Packet, writer?: BinaryWriter): BinaryWriter;
|
|
182
150
|
decode(input: BinaryReader | Uint8Array, length?: number): Packet;
|
|
183
151
|
fromPartial(object: DeepPartial<Packet>): Packet;
|
|
@@ -191,6 +159,7 @@ export declare const Packet: {
|
|
|
191
159
|
};
|
|
192
160
|
export declare const Payload: {
|
|
193
161
|
typeUrl: string;
|
|
162
|
+
aminoType: string;
|
|
194
163
|
encode(message: Payload, writer?: BinaryWriter): BinaryWriter;
|
|
195
164
|
decode(input: BinaryReader | Uint8Array, length?: number): Payload;
|
|
196
165
|
fromPartial(object: DeepPartial<Payload>): Payload;
|
|
@@ -204,6 +173,7 @@ export declare const Payload: {
|
|
|
204
173
|
};
|
|
205
174
|
export declare const Acknowledgement: {
|
|
206
175
|
typeUrl: string;
|
|
176
|
+
aminoType: string;
|
|
207
177
|
encode(message: Acknowledgement, writer?: BinaryWriter): BinaryWriter;
|
|
208
178
|
decode(input: BinaryReader | Uint8Array, length?: number): Acknowledgement;
|
|
209
179
|
fromPartial(object: DeepPartial<Acknowledgement>): Acknowledgement;
|
|
@@ -217,6 +187,7 @@ export declare const Acknowledgement: {
|
|
|
217
187
|
};
|
|
218
188
|
export declare const RecvPacketResult: {
|
|
219
189
|
typeUrl: string;
|
|
190
|
+
aminoType: string;
|
|
220
191
|
encode(message: RecvPacketResult, writer?: BinaryWriter): BinaryWriter;
|
|
221
192
|
decode(input: BinaryReader | Uint8Array, length?: number): RecvPacketResult;
|
|
222
193
|
fromPartial(object: DeepPartial<RecvPacketResult>): RecvPacketResult;
|