@sparkdreamnft/sparkdreamjs 0.0.3 → 0.0.5
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.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.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.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.rpc.msg.d.ts +2 -1
- package/cosmos/benchmark/v1/tx.rpc.msg.js +8 -4
- package/cosmos/bundle.d.ts +669 -17
- 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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.rpc.msg.d.ts +3 -2
- package/ibc/applications/transfer/v1/tx.rpc.msg.js +11 -7
- package/ibc/bundle.d.ts +290 -8
- 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.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.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.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.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.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.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.rpc.msg.d.ts +5 -4
- package/sparkdream/blog/tx.rpc.msg.js +18 -13
- package/sparkdream/bundle.d.ts +6 -0
- 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.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,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;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RecvPacketResult = exports.Acknowledgement = exports.Payload = exports.Packet = exports.PacketStatusAmino = exports.
|
|
3
|
+
exports.RecvPacketResult = exports.Acknowledgement = exports.Payload = exports.Packet = exports.PacketStatusAmino = exports.PacketStatus = void 0;
|
|
4
4
|
exports.packetStatusFromJSON = packetStatusFromJSON;
|
|
5
5
|
exports.packetStatusToJSON = packetStatusToJSON;
|
|
6
6
|
//@ts-nocheck
|
|
@@ -19,7 +19,6 @@ var PacketStatus;
|
|
|
19
19
|
PacketStatus[PacketStatus["PACKET_STATUS_ASYNC"] = 3] = "PACKET_STATUS_ASYNC";
|
|
20
20
|
PacketStatus[PacketStatus["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
|
|
21
21
|
})(PacketStatus || (exports.PacketStatus = PacketStatus = {}));
|
|
22
|
-
exports.PacketStatusSDKType = PacketStatus;
|
|
23
22
|
exports.PacketStatusAmino = PacketStatus;
|
|
24
23
|
function packetStatusFromJSON(object) {
|
|
25
24
|
switch (object) {
|
|
@@ -67,6 +66,7 @@ function createBasePacket() {
|
|
|
67
66
|
}
|
|
68
67
|
exports.Packet = {
|
|
69
68
|
typeUrl: "/ibc.core.channel.v2.Packet",
|
|
69
|
+
aminoType: "cosmos-sdk/Packet",
|
|
70
70
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
71
71
|
if (message.sequence !== BigInt(0)) {
|
|
72
72
|
writer.uint32(8).uint64(message.sequence);
|
|
@@ -187,6 +187,7 @@ function createBasePayload() {
|
|
|
187
187
|
}
|
|
188
188
|
exports.Payload = {
|
|
189
189
|
typeUrl: "/ibc.core.channel.v2.Payload",
|
|
190
|
+
aminoType: "cosmos-sdk/Payload",
|
|
190
191
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
191
192
|
if (message.sourcePort !== "") {
|
|
192
193
|
writer.uint32(10).string(message.sourcePort);
|
|
@@ -300,6 +301,7 @@ function createBaseAcknowledgement() {
|
|
|
300
301
|
}
|
|
301
302
|
exports.Acknowledgement = {
|
|
302
303
|
typeUrl: "/ibc.core.channel.v2.Acknowledgement",
|
|
304
|
+
aminoType: "cosmos-sdk/Acknowledgement",
|
|
303
305
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
304
306
|
for (const v of message.appAcknowledgements) {
|
|
305
307
|
writer.uint32(10).bytes(v);
|
|
@@ -373,6 +375,7 @@ function createBaseRecvPacketResult() {
|
|
|
373
375
|
}
|
|
374
376
|
exports.RecvPacketResult = {
|
|
375
377
|
typeUrl: "/ibc.core.channel.v2.RecvPacketResult",
|
|
378
|
+
aminoType: "cosmos-sdk/RecvPacketResult",
|
|
376
379
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
377
380
|
if (message.status !== 0) {
|
|
378
381
|
writer.uint32(8).int32(message.status);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PageRequest, PageRequestAmino,
|
|
2
|
-
import { Height, HeightAmino
|
|
3
|
-
import { PacketState, PacketStateAmino
|
|
1
|
+
import { PageRequest, PageRequestAmino, PageResponse, PageResponseAmino } from "../../../../cosmos/base/query/v1beta1/pagination";
|
|
2
|
+
import { Height, HeightAmino } from "../../client/v1/client";
|
|
3
|
+
import { PacketState, PacketStateAmino } from "./genesis";
|
|
4
4
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
5
5
|
import { DeepPartial } from "../../../../helpers";
|
|
6
6
|
/** QueryNextSequenceSendRequest is the request type for the Query/QueryNextSequenceSend RPC method */
|
|
@@ -21,10 +21,6 @@ export interface QueryNextSequenceSendRequestAminoMsg {
|
|
|
21
21
|
type: "cosmos-sdk/QueryNextSequenceSendRequest";
|
|
22
22
|
value: QueryNextSequenceSendRequestAmino;
|
|
23
23
|
}
|
|
24
|
-
/** QueryNextSequenceSendRequest is the request type for the Query/QueryNextSequenceSend RPC method */
|
|
25
|
-
export interface QueryNextSequenceSendRequestSDKType {
|
|
26
|
-
client_id: string;
|
|
27
|
-
}
|
|
28
24
|
/** QueryNextSequenceSendResponse is the response type for the Query/QueryNextSequenceSend RPC method */
|
|
29
25
|
export interface QueryNextSequenceSendResponse {
|
|
30
26
|
/** next sequence send number */
|
|
@@ -51,12 +47,6 @@ export interface QueryNextSequenceSendResponseAminoMsg {
|
|
|
51
47
|
type: "cosmos-sdk/QueryNextSequenceSendResponse";
|
|
52
48
|
value: QueryNextSequenceSendResponseAmino;
|
|
53
49
|
}
|
|
54
|
-
/** QueryNextSequenceSendResponse is the response type for the Query/QueryNextSequenceSend RPC method */
|
|
55
|
-
export interface QueryNextSequenceSendResponseSDKType {
|
|
56
|
-
next_sequence_send: bigint;
|
|
57
|
-
proof: Uint8Array;
|
|
58
|
-
proof_height: HeightSDKType;
|
|
59
|
-
}
|
|
60
50
|
/** QueryPacketCommitmentRequest is the request type for the Query/PacketCommitment RPC method. */
|
|
61
51
|
export interface QueryPacketCommitmentRequest {
|
|
62
52
|
/** client unique identifier */
|
|
@@ -79,11 +69,6 @@ export interface QueryPacketCommitmentRequestAminoMsg {
|
|
|
79
69
|
type: "cosmos-sdk/QueryPacketCommitmentRequest";
|
|
80
70
|
value: QueryPacketCommitmentRequestAmino;
|
|
81
71
|
}
|
|
82
|
-
/** QueryPacketCommitmentRequest is the request type for the Query/PacketCommitment RPC method. */
|
|
83
|
-
export interface QueryPacketCommitmentRequestSDKType {
|
|
84
|
-
client_id: string;
|
|
85
|
-
sequence: bigint;
|
|
86
|
-
}
|
|
87
72
|
/** QueryPacketCommitmentResponse is the response type for the Query/PacketCommitment RPC method. */
|
|
88
73
|
export interface QueryPacketCommitmentResponse {
|
|
89
74
|
/** packet associated with the request fields */
|
|
@@ -110,12 +95,6 @@ export interface QueryPacketCommitmentResponseAminoMsg {
|
|
|
110
95
|
type: "cosmos-sdk/QueryPacketCommitmentResponse";
|
|
111
96
|
value: QueryPacketCommitmentResponseAmino;
|
|
112
97
|
}
|
|
113
|
-
/** QueryPacketCommitmentResponse is the response type for the Query/PacketCommitment RPC method. */
|
|
114
|
-
export interface QueryPacketCommitmentResponseSDKType {
|
|
115
|
-
commitment: Uint8Array;
|
|
116
|
-
proof: Uint8Array;
|
|
117
|
-
proof_height: HeightSDKType;
|
|
118
|
-
}
|
|
119
98
|
/** QueryPacketCommitmentsRequest is the request type for the Query/PacketCommitments RPC method. */
|
|
120
99
|
export interface QueryPacketCommitmentsRequest {
|
|
121
100
|
/** client unique identifier */
|
|
@@ -138,11 +117,6 @@ export interface QueryPacketCommitmentsRequestAminoMsg {
|
|
|
138
117
|
type: "cosmos-sdk/QueryPacketCommitmentsRequest";
|
|
139
118
|
value: QueryPacketCommitmentsRequestAmino;
|
|
140
119
|
}
|
|
141
|
-
/** QueryPacketCommitmentsRequest is the request type for the Query/PacketCommitments RPC method. */
|
|
142
|
-
export interface QueryPacketCommitmentsRequestSDKType {
|
|
143
|
-
client_id: string;
|
|
144
|
-
pagination?: PageRequestSDKType;
|
|
145
|
-
}
|
|
146
120
|
/** QueryPacketCommitmentResponse is the response type for the Query/PacketCommitment RPC method. */
|
|
147
121
|
export interface QueryPacketCommitmentsResponse {
|
|
148
122
|
/** collection of packet commitments for the requested channel identifier. */
|
|
@@ -169,12 +143,6 @@ export interface QueryPacketCommitmentsResponseAminoMsg {
|
|
|
169
143
|
type: "cosmos-sdk/QueryPacketCommitmentsResponse";
|
|
170
144
|
value: QueryPacketCommitmentsResponseAmino;
|
|
171
145
|
}
|
|
172
|
-
/** QueryPacketCommitmentResponse is the response type for the Query/PacketCommitment RPC method. */
|
|
173
|
-
export interface QueryPacketCommitmentsResponseSDKType {
|
|
174
|
-
commitments: PacketStateSDKType[];
|
|
175
|
-
pagination?: PageResponseSDKType;
|
|
176
|
-
height: HeightSDKType;
|
|
177
|
-
}
|
|
178
146
|
/** QueryPacketAcknowledgementRequest is the request type for the Query/PacketAcknowledgement RPC method. */
|
|
179
147
|
export interface QueryPacketAcknowledgementRequest {
|
|
180
148
|
/** client unique identifier */
|
|
@@ -197,11 +165,6 @@ export interface QueryPacketAcknowledgementRequestAminoMsg {
|
|
|
197
165
|
type: "cosmos-sdk/QueryPacketAcknowledgementRequest";
|
|
198
166
|
value: QueryPacketAcknowledgementRequestAmino;
|
|
199
167
|
}
|
|
200
|
-
/** QueryPacketAcknowledgementRequest is the request type for the Query/PacketAcknowledgement RPC method. */
|
|
201
|
-
export interface QueryPacketAcknowledgementRequestSDKType {
|
|
202
|
-
client_id: string;
|
|
203
|
-
sequence: bigint;
|
|
204
|
-
}
|
|
205
168
|
/** QueryPacketAcknowledgementResponse is the response type for the Query/PacketAcknowledgement RPC method. */
|
|
206
169
|
export interface QueryPacketAcknowledgementResponse {
|
|
207
170
|
/** acknowledgement associated with the request fields */
|
|
@@ -228,12 +191,6 @@ export interface QueryPacketAcknowledgementResponseAminoMsg {
|
|
|
228
191
|
type: "cosmos-sdk/QueryPacketAcknowledgementResponse";
|
|
229
192
|
value: QueryPacketAcknowledgementResponseAmino;
|
|
230
193
|
}
|
|
231
|
-
/** QueryPacketAcknowledgementResponse is the response type for the Query/PacketAcknowledgement RPC method. */
|
|
232
|
-
export interface QueryPacketAcknowledgementResponseSDKType {
|
|
233
|
-
acknowledgement: Uint8Array;
|
|
234
|
-
proof: Uint8Array;
|
|
235
|
-
proof_height: HeightSDKType;
|
|
236
|
-
}
|
|
237
194
|
/**
|
|
238
195
|
* QueryPacketAcknowledgementsRequest is the request type for the
|
|
239
196
|
* Query/QueryPacketCommitments RPC method
|
|
@@ -266,15 +223,6 @@ export interface QueryPacketAcknowledgementsRequestAminoMsg {
|
|
|
266
223
|
type: "cosmos-sdk/QueryPacketAcknowledgementsRequest";
|
|
267
224
|
value: QueryPacketAcknowledgementsRequestAmino;
|
|
268
225
|
}
|
|
269
|
-
/**
|
|
270
|
-
* QueryPacketAcknowledgementsRequest is the request type for the
|
|
271
|
-
* Query/QueryPacketCommitments RPC method
|
|
272
|
-
*/
|
|
273
|
-
export interface QueryPacketAcknowledgementsRequestSDKType {
|
|
274
|
-
client_id: string;
|
|
275
|
-
pagination?: PageRequestSDKType;
|
|
276
|
-
packet_commitment_sequences: bigint[];
|
|
277
|
-
}
|
|
278
226
|
/**
|
|
279
227
|
* QueryPacketAcknowledgemetsResponse is the request type for the
|
|
280
228
|
* Query/QueryPacketAcknowledgements RPC method
|
|
@@ -305,15 +253,6 @@ export interface QueryPacketAcknowledgementsResponseAminoMsg {
|
|
|
305
253
|
type: "cosmos-sdk/QueryPacketAcknowledgementsResponse";
|
|
306
254
|
value: QueryPacketAcknowledgementsResponseAmino;
|
|
307
255
|
}
|
|
308
|
-
/**
|
|
309
|
-
* QueryPacketAcknowledgemetsResponse is the request type for the
|
|
310
|
-
* Query/QueryPacketAcknowledgements RPC method
|
|
311
|
-
*/
|
|
312
|
-
export interface QueryPacketAcknowledgementsResponseSDKType {
|
|
313
|
-
acknowledgements: PacketStateSDKType[];
|
|
314
|
-
pagination?: PageResponseSDKType;
|
|
315
|
-
height: HeightSDKType;
|
|
316
|
-
}
|
|
317
256
|
/** QueryPacketReceiptRequest is the request type for the Query/PacketReceipt RPC method. */
|
|
318
257
|
export interface QueryPacketReceiptRequest {
|
|
319
258
|
/** client unique identifier */
|
|
@@ -336,11 +275,6 @@ export interface QueryPacketReceiptRequestAminoMsg {
|
|
|
336
275
|
type: "cosmos-sdk/QueryPacketReceiptRequest";
|
|
337
276
|
value: QueryPacketReceiptRequestAmino;
|
|
338
277
|
}
|
|
339
|
-
/** QueryPacketReceiptRequest is the request type for the Query/PacketReceipt RPC method. */
|
|
340
|
-
export interface QueryPacketReceiptRequestSDKType {
|
|
341
|
-
client_id: string;
|
|
342
|
-
sequence: bigint;
|
|
343
|
-
}
|
|
344
278
|
/** QueryPacketReceiptResponse is the response type for the Query/PacketReceipt RPC method. */
|
|
345
279
|
export interface QueryPacketReceiptResponse {
|
|
346
280
|
/** success flag for if receipt exists */
|
|
@@ -367,12 +301,6 @@ export interface QueryPacketReceiptResponseAminoMsg {
|
|
|
367
301
|
type: "cosmos-sdk/QueryPacketReceiptResponse";
|
|
368
302
|
value: QueryPacketReceiptResponseAmino;
|
|
369
303
|
}
|
|
370
|
-
/** QueryPacketReceiptResponse is the response type for the Query/PacketReceipt RPC method. */
|
|
371
|
-
export interface QueryPacketReceiptResponseSDKType {
|
|
372
|
-
received: boolean;
|
|
373
|
-
proof: Uint8Array;
|
|
374
|
-
proof_height: HeightSDKType;
|
|
375
|
-
}
|
|
376
304
|
/** QueryUnreceivedPacketsRequest is the request type for the Query/UnreceivedPackets RPC method */
|
|
377
305
|
export interface QueryUnreceivedPacketsRequest {
|
|
378
306
|
/** client unique identifier */
|
|
@@ -395,11 +323,6 @@ export interface QueryUnreceivedPacketsRequestAminoMsg {
|
|
|
395
323
|
type: "cosmos-sdk/QueryUnreceivedPacketsRequest";
|
|
396
324
|
value: QueryUnreceivedPacketsRequestAmino;
|
|
397
325
|
}
|
|
398
|
-
/** QueryUnreceivedPacketsRequest is the request type for the Query/UnreceivedPackets RPC method */
|
|
399
|
-
export interface QueryUnreceivedPacketsRequestSDKType {
|
|
400
|
-
client_id: string;
|
|
401
|
-
sequences: bigint[];
|
|
402
|
-
}
|
|
403
326
|
/** QueryUnreceivedPacketsResponse is the response type for the Query/UnreceivedPacketCommitments RPC method */
|
|
404
327
|
export interface QueryUnreceivedPacketsResponse {
|
|
405
328
|
/** list of unreceived packet sequences */
|
|
@@ -422,11 +345,6 @@ export interface QueryUnreceivedPacketsResponseAminoMsg {
|
|
|
422
345
|
type: "cosmos-sdk/QueryUnreceivedPacketsResponse";
|
|
423
346
|
value: QueryUnreceivedPacketsResponseAmino;
|
|
424
347
|
}
|
|
425
|
-
/** QueryUnreceivedPacketsResponse is the response type for the Query/UnreceivedPacketCommitments RPC method */
|
|
426
|
-
export interface QueryUnreceivedPacketsResponseSDKType {
|
|
427
|
-
sequences: bigint[];
|
|
428
|
-
height: HeightSDKType;
|
|
429
|
-
}
|
|
430
348
|
/**
|
|
431
349
|
* QueryUnreceivedAcks is the request type for the
|
|
432
350
|
* Query/UnreceivedAcks RPC method
|
|
@@ -455,14 +373,6 @@ export interface QueryUnreceivedAcksRequestAminoMsg {
|
|
|
455
373
|
type: "cosmos-sdk/QueryUnreceivedAcksRequest";
|
|
456
374
|
value: QueryUnreceivedAcksRequestAmino;
|
|
457
375
|
}
|
|
458
|
-
/**
|
|
459
|
-
* QueryUnreceivedAcks is the request type for the
|
|
460
|
-
* Query/UnreceivedAcks RPC method
|
|
461
|
-
*/
|
|
462
|
-
export interface QueryUnreceivedAcksRequestSDKType {
|
|
463
|
-
client_id: string;
|
|
464
|
-
packet_ack_sequences: bigint[];
|
|
465
|
-
}
|
|
466
376
|
/**
|
|
467
377
|
* QueryUnreceivedAcksResponse is the response type for the
|
|
468
378
|
* Query/UnreceivedAcks RPC method
|
|
@@ -491,16 +401,9 @@ export interface QueryUnreceivedAcksResponseAminoMsg {
|
|
|
491
401
|
type: "cosmos-sdk/QueryUnreceivedAcksResponse";
|
|
492
402
|
value: QueryUnreceivedAcksResponseAmino;
|
|
493
403
|
}
|
|
494
|
-
/**
|
|
495
|
-
* QueryUnreceivedAcksResponse is the response type for the
|
|
496
|
-
* Query/UnreceivedAcks RPC method
|
|
497
|
-
*/
|
|
498
|
-
export interface QueryUnreceivedAcksResponseSDKType {
|
|
499
|
-
sequences: bigint[];
|
|
500
|
-
height: HeightSDKType;
|
|
501
|
-
}
|
|
502
404
|
export declare const QueryNextSequenceSendRequest: {
|
|
503
405
|
typeUrl: string;
|
|
406
|
+
aminoType: string;
|
|
504
407
|
encode(message: QueryNextSequenceSendRequest, writer?: BinaryWriter): BinaryWriter;
|
|
505
408
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryNextSequenceSendRequest;
|
|
506
409
|
fromPartial(object: DeepPartial<QueryNextSequenceSendRequest>): QueryNextSequenceSendRequest;
|
|
@@ -514,6 +417,7 @@ export declare const QueryNextSequenceSendRequest: {
|
|
|
514
417
|
};
|
|
515
418
|
export declare const QueryNextSequenceSendResponse: {
|
|
516
419
|
typeUrl: string;
|
|
420
|
+
aminoType: string;
|
|
517
421
|
encode(message: QueryNextSequenceSendResponse, writer?: BinaryWriter): BinaryWriter;
|
|
518
422
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryNextSequenceSendResponse;
|
|
519
423
|
fromPartial(object: DeepPartial<QueryNextSequenceSendResponse>): QueryNextSequenceSendResponse;
|
|
@@ -527,6 +431,7 @@ export declare const QueryNextSequenceSendResponse: {
|
|
|
527
431
|
};
|
|
528
432
|
export declare const QueryPacketCommitmentRequest: {
|
|
529
433
|
typeUrl: string;
|
|
434
|
+
aminoType: string;
|
|
530
435
|
encode(message: QueryPacketCommitmentRequest, writer?: BinaryWriter): BinaryWriter;
|
|
531
436
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryPacketCommitmentRequest;
|
|
532
437
|
fromPartial(object: DeepPartial<QueryPacketCommitmentRequest>): QueryPacketCommitmentRequest;
|
|
@@ -540,6 +445,7 @@ export declare const QueryPacketCommitmentRequest: {
|
|
|
540
445
|
};
|
|
541
446
|
export declare const QueryPacketCommitmentResponse: {
|
|
542
447
|
typeUrl: string;
|
|
448
|
+
aminoType: string;
|
|
543
449
|
encode(message: QueryPacketCommitmentResponse, writer?: BinaryWriter): BinaryWriter;
|
|
544
450
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryPacketCommitmentResponse;
|
|
545
451
|
fromPartial(object: DeepPartial<QueryPacketCommitmentResponse>): QueryPacketCommitmentResponse;
|
|
@@ -553,6 +459,7 @@ export declare const QueryPacketCommitmentResponse: {
|
|
|
553
459
|
};
|
|
554
460
|
export declare const QueryPacketCommitmentsRequest: {
|
|
555
461
|
typeUrl: string;
|
|
462
|
+
aminoType: string;
|
|
556
463
|
encode(message: QueryPacketCommitmentsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
557
464
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryPacketCommitmentsRequest;
|
|
558
465
|
fromPartial(object: DeepPartial<QueryPacketCommitmentsRequest>): QueryPacketCommitmentsRequest;
|
|
@@ -566,6 +473,7 @@ export declare const QueryPacketCommitmentsRequest: {
|
|
|
566
473
|
};
|
|
567
474
|
export declare const QueryPacketCommitmentsResponse: {
|
|
568
475
|
typeUrl: string;
|
|
476
|
+
aminoType: string;
|
|
569
477
|
encode(message: QueryPacketCommitmentsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
570
478
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryPacketCommitmentsResponse;
|
|
571
479
|
fromPartial(object: DeepPartial<QueryPacketCommitmentsResponse>): QueryPacketCommitmentsResponse;
|
|
@@ -579,6 +487,7 @@ export declare const QueryPacketCommitmentsResponse: {
|
|
|
579
487
|
};
|
|
580
488
|
export declare const QueryPacketAcknowledgementRequest: {
|
|
581
489
|
typeUrl: string;
|
|
490
|
+
aminoType: string;
|
|
582
491
|
encode(message: QueryPacketAcknowledgementRequest, writer?: BinaryWriter): BinaryWriter;
|
|
583
492
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryPacketAcknowledgementRequest;
|
|
584
493
|
fromPartial(object: DeepPartial<QueryPacketAcknowledgementRequest>): QueryPacketAcknowledgementRequest;
|
|
@@ -592,6 +501,7 @@ export declare const QueryPacketAcknowledgementRequest: {
|
|
|
592
501
|
};
|
|
593
502
|
export declare const QueryPacketAcknowledgementResponse: {
|
|
594
503
|
typeUrl: string;
|
|
504
|
+
aminoType: string;
|
|
595
505
|
encode(message: QueryPacketAcknowledgementResponse, writer?: BinaryWriter): BinaryWriter;
|
|
596
506
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryPacketAcknowledgementResponse;
|
|
597
507
|
fromPartial(object: DeepPartial<QueryPacketAcknowledgementResponse>): QueryPacketAcknowledgementResponse;
|
|
@@ -605,6 +515,7 @@ export declare const QueryPacketAcknowledgementResponse: {
|
|
|
605
515
|
};
|
|
606
516
|
export declare const QueryPacketAcknowledgementsRequest: {
|
|
607
517
|
typeUrl: string;
|
|
518
|
+
aminoType: string;
|
|
608
519
|
encode(message: QueryPacketAcknowledgementsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
609
520
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryPacketAcknowledgementsRequest;
|
|
610
521
|
fromPartial(object: DeepPartial<QueryPacketAcknowledgementsRequest>): QueryPacketAcknowledgementsRequest;
|
|
@@ -618,6 +529,7 @@ export declare const QueryPacketAcknowledgementsRequest: {
|
|
|
618
529
|
};
|
|
619
530
|
export declare const QueryPacketAcknowledgementsResponse: {
|
|
620
531
|
typeUrl: string;
|
|
532
|
+
aminoType: string;
|
|
621
533
|
encode(message: QueryPacketAcknowledgementsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
622
534
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryPacketAcknowledgementsResponse;
|
|
623
535
|
fromPartial(object: DeepPartial<QueryPacketAcknowledgementsResponse>): QueryPacketAcknowledgementsResponse;
|
|
@@ -631,6 +543,7 @@ export declare const QueryPacketAcknowledgementsResponse: {
|
|
|
631
543
|
};
|
|
632
544
|
export declare const QueryPacketReceiptRequest: {
|
|
633
545
|
typeUrl: string;
|
|
546
|
+
aminoType: string;
|
|
634
547
|
encode(message: QueryPacketReceiptRequest, writer?: BinaryWriter): BinaryWriter;
|
|
635
548
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryPacketReceiptRequest;
|
|
636
549
|
fromPartial(object: DeepPartial<QueryPacketReceiptRequest>): QueryPacketReceiptRequest;
|
|
@@ -644,6 +557,7 @@ export declare const QueryPacketReceiptRequest: {
|
|
|
644
557
|
};
|
|
645
558
|
export declare const QueryPacketReceiptResponse: {
|
|
646
559
|
typeUrl: string;
|
|
560
|
+
aminoType: string;
|
|
647
561
|
encode(message: QueryPacketReceiptResponse, writer?: BinaryWriter): BinaryWriter;
|
|
648
562
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryPacketReceiptResponse;
|
|
649
563
|
fromPartial(object: DeepPartial<QueryPacketReceiptResponse>): QueryPacketReceiptResponse;
|
|
@@ -657,6 +571,7 @@ export declare const QueryPacketReceiptResponse: {
|
|
|
657
571
|
};
|
|
658
572
|
export declare const QueryUnreceivedPacketsRequest: {
|
|
659
573
|
typeUrl: string;
|
|
574
|
+
aminoType: string;
|
|
660
575
|
encode(message: QueryUnreceivedPacketsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
661
576
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryUnreceivedPacketsRequest;
|
|
662
577
|
fromPartial(object: DeepPartial<QueryUnreceivedPacketsRequest>): QueryUnreceivedPacketsRequest;
|
|
@@ -670,6 +585,7 @@ export declare const QueryUnreceivedPacketsRequest: {
|
|
|
670
585
|
};
|
|
671
586
|
export declare const QueryUnreceivedPacketsResponse: {
|
|
672
587
|
typeUrl: string;
|
|
588
|
+
aminoType: string;
|
|
673
589
|
encode(message: QueryUnreceivedPacketsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
674
590
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryUnreceivedPacketsResponse;
|
|
675
591
|
fromPartial(object: DeepPartial<QueryUnreceivedPacketsResponse>): QueryUnreceivedPacketsResponse;
|
|
@@ -683,6 +599,7 @@ export declare const QueryUnreceivedPacketsResponse: {
|
|
|
683
599
|
};
|
|
684
600
|
export declare const QueryUnreceivedAcksRequest: {
|
|
685
601
|
typeUrl: string;
|
|
602
|
+
aminoType: string;
|
|
686
603
|
encode(message: QueryUnreceivedAcksRequest, writer?: BinaryWriter): BinaryWriter;
|
|
687
604
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryUnreceivedAcksRequest;
|
|
688
605
|
fromPartial(object: DeepPartial<QueryUnreceivedAcksRequest>): QueryUnreceivedAcksRequest;
|
|
@@ -696,6 +613,7 @@ export declare const QueryUnreceivedAcksRequest: {
|
|
|
696
613
|
};
|
|
697
614
|
export declare const QueryUnreceivedAcksResponse: {
|
|
698
615
|
typeUrl: string;
|
|
616
|
+
aminoType: string;
|
|
699
617
|
encode(message: QueryUnreceivedAcksResponse, writer?: BinaryWriter): BinaryWriter;
|
|
700
618
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryUnreceivedAcksResponse;
|
|
701
619
|
fromPartial(object: DeepPartial<QueryUnreceivedAcksResponse>): QueryUnreceivedAcksResponse;
|