@sparkdreamnft/sparkdreamjs 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cosmos/app/runtime/v1alpha1/module.d.ts +5 -22
- package/cosmos/app/runtime/v1alpha1/module.js +2 -0
- package/cosmos/app/v1alpha1/module.d.ts +7 -21
- package/cosmos/app/v1alpha1/module.js +3 -0
- package/cosmos/auth/module/v1/module.d.ts +5 -13
- package/cosmos/auth/module/v1/module.js +2 -0
- package/cosmos/auth/v1beta1/auth.d.ts +10 -43
- package/cosmos/auth/v1beta1/auth.js +4 -2
- package/cosmos/auth/v1beta1/genesis.d.ts +5 -8
- package/cosmos/auth/v1beta1/genesis.js +1 -0
- package/cosmos/auth/v1beta1/query.d.ts +44 -159
- package/cosmos/auth/v1beta1/query.js +20 -0
- package/cosmos/auth/v1beta1/query.lcd.d.ts +11 -11
- package/cosmos/auth/v1beta1/query.lcd.js +21 -31
- package/cosmos/auth/v1beta1/query.rpc.Query.d.ts +12 -12
- package/cosmos/auth/v1beta1/query.rpc.Query.js +48 -31
- package/cosmos/auth/v1beta1/tx.d.ts +6 -20
- package/cosmos/auth/v1beta1/tx.js +2 -0
- package/cosmos/auth/v1beta1/tx.registry.d.ts +2 -24
- package/cosmos/auth/v1beta1/tx.registry.js +1 -33
- package/cosmos/auth/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/auth/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/authz/module/v1/module.d.ts +3 -4
- package/cosmos/authz/module/v1/module.js +1 -0
- package/cosmos/authz/v1beta1/authz.d.ts +13 -39
- package/cosmos/authz/v1beta1/authz.js +4 -1
- package/cosmos/authz/v1beta1/event.d.ts +5 -14
- package/cosmos/authz/v1beta1/event.js +2 -0
- package/cosmos/authz/v1beta1/genesis.d.ts +4 -6
- package/cosmos/authz/v1beta1/genesis.js +1 -0
- package/cosmos/authz/v1beta1/query.d.ts +15 -40
- package/cosmos/authz/v1beta1/query.js +6 -0
- package/cosmos/authz/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/authz/v1beta1/query.lcd.js +6 -9
- package/cosmos/authz/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/authz/v1beta1/query.rpc.Query.js +13 -9
- package/cosmos/authz/v1beta1/tx.d.ts +15 -45
- package/cosmos/authz/v1beta1/tx.js +6 -0
- package/cosmos/authz/v1beta1/tx.registry.d.ts +2 -48
- package/cosmos/authz/v1beta1/tx.registry.js +1 -69
- package/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/authz/v1beta1/tx.rpc.msg.js +20 -10
- package/cosmos/bank/module/v1/module.d.ts +3 -7
- package/cosmos/bank/module/v1/module.js +1 -0
- package/cosmos/bank/v1beta1/authz.d.ts +4 -14
- package/cosmos/bank/v1beta1/authz.js +1 -1
- package/cosmos/bank/v1beta1/bank.d.ts +16 -66
- package/cosmos/bank/v1beta1/bank.js +7 -1
- package/cosmos/bank/v1beta1/genesis.d.ts +7 -20
- package/cosmos/bank/v1beta1/genesis.js +2 -0
- package/cosmos/bank/v1beta1/query.d.ts +58 -226
- package/cosmos/bank/v1beta1/query.js +27 -0
- package/cosmos/bank/v1beta1/query.lcd.d.ts +14 -14
- package/cosmos/bank/v1beta1/query.lcd.js +28 -41
- package/cosmos/bank/v1beta1/query.rpc.Query.d.ts +15 -15
- package/cosmos/bank/v1beta1/query.rpc.Query.js +78 -41
- package/cosmos/bank/v1beta1/tx.d.ts +19 -65
- package/cosmos/bank/v1beta1/tx.js +8 -0
- package/cosmos/bank/v1beta1/tx.registry.d.ts +2 -60
- package/cosmos/bank/v1beta1/tx.registry.js +1 -87
- package/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +7 -6
- package/cosmos/bank/v1beta1/tx.rpc.msg.js +25 -13
- package/cosmos/base/abci/v1beta1/abci.d.ts +26 -112
- package/cosmos/base/abci/v1beta1/abci.js +11 -0
- package/cosmos/base/node/v1beta1/query.d.ts +9 -25
- package/cosmos/base/node/v1beta1/query.js +4 -0
- package/cosmos/base/node/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/base/node/v1beta1/query.lcd.js +4 -6
- package/cosmos/base/node/v1beta1/query.rpc.Service.d.ts +4 -4
- package/cosmos/base/node/v1beta1/query.rpc.Service.js +6 -6
- package/cosmos/base/query/v1beta1/pagination.d.ts +5 -31
- package/cosmos/base/query/v1beta1/pagination.js +2 -0
- package/cosmos/base/reflection/v2alpha1/reflection.d.ts +53 -154
- package/cosmos/base/reflection/v2alpha1/reflection.js +26 -0
- package/cosmos/base/v1beta1/coin.d.ts +9 -38
- package/cosmos/base/v1beta1/coin.js +5 -1
- package/cosmos/benchmark/module/v1/module.d.ts +5 -20
- package/cosmos/benchmark/module/v1/module.js +2 -0
- package/cosmos/benchmark/v1/benchmark.d.ts +3 -11
- package/cosmos/benchmark/v1/benchmark.js +1 -0
- package/cosmos/benchmark/v1/tx.d.ts +6 -13
- package/cosmos/benchmark/v1/tx.js +2 -0
- package/cosmos/benchmark/v1/tx.registry.d.ts +2 -24
- package/cosmos/benchmark/v1/tx.registry.js +1 -33
- package/cosmos/benchmark/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/benchmark/v1/tx.rpc.msg.js +8 -4
- package/cosmos/bundle.d.ts +1344 -1649
- package/cosmos/circuit/module/v1/module.d.ts +3 -5
- package/cosmos/circuit/module/v1/module.js +1 -0
- package/cosmos/circuit/v1/query.d.ts +15 -32
- package/cosmos/circuit/v1/query.js +6 -0
- package/cosmos/circuit/v1/query.lcd.d.ts +4 -4
- package/cosmos/circuit/v1/query.lcd.js +7 -10
- package/cosmos/circuit/v1/query.rpc.Query.d.ts +5 -5
- package/cosmos/circuit/v1/query.rpc.Query.js +10 -10
- package/cosmos/circuit/v1/tx.d.ts +14 -35
- package/cosmos/circuit/v1/tx.js +6 -0
- package/cosmos/circuit/v1/tx.registry.d.ts +2 -48
- package/cosmos/circuit/v1/tx.registry.js +1 -69
- package/cosmos/circuit/v1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/circuit/v1/tx.rpc.msg.js +16 -10
- package/cosmos/circuit/v1/types.d.ts +7 -22
- package/cosmos/circuit/v1/types.js +4 -2
- package/cosmos/consensus/module/v1/module.d.ts +3 -5
- package/cosmos/consensus/module/v1/module.js +1 -0
- package/cosmos/consensus/v1/query.d.ts +6 -10
- package/cosmos/consensus/v1/query.js +2 -0
- package/cosmos/consensus/v1/query.lcd.d.ts +2 -2
- package/cosmos/consensus/v1/query.lcd.js +2 -3
- package/cosmos/consensus/v1/query.rpc.Query.d.ts +3 -3
- package/cosmos/consensus/v1/query.rpc.Query.js +3 -3
- package/cosmos/consensus/v1/tx.d.ts +6 -17
- package/cosmos/consensus/v1/tx.js +2 -0
- package/cosmos/consensus/v1/tx.registry.d.ts +2 -24
- package/cosmos/consensus/v1/tx.registry.js +1 -33
- package/cosmos/consensus/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/consensus/v1/tx.rpc.msg.js +11 -4
- package/cosmos/counter/module/v1/module.d.ts +3 -5
- package/cosmos/counter/module/v1/module.js +1 -0
- package/cosmos/counter/v1/query.d.ts +5 -9
- package/cosmos/counter/v1/query.js +2 -0
- package/cosmos/counter/v1/query.rpc.Query.d.ts +3 -3
- package/cosmos/counter/v1/query.rpc.Query.js +3 -3
- package/cosmos/counter/v1/tx.d.ts +5 -11
- package/cosmos/counter/v1/tx.js +2 -0
- package/cosmos/counter/v1/tx.registry.d.ts +2 -24
- package/cosmos/counter/v1/tx.registry.js +1 -33
- package/cosmos/counter/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/counter/v1/tx.rpc.msg.js +8 -4
- package/cosmos/crisis/module/v1/module.d.ts +3 -6
- package/cosmos/crisis/module/v1/module.js +1 -0
- package/cosmos/crypto/ed25519/keys.d.ts +5 -19
- package/cosmos/crypto/ed25519/keys.js +2 -0
- package/cosmos/crypto/hd/v1/hd.d.ts +3 -9
- package/cosmos/crypto/hd/v1/hd.js +1 -0
- package/cosmos/crypto/keyring/v1/record.d.ts +13 -33
- package/cosmos/crypto/keyring/v1/record.js +5 -0
- package/cosmos/crypto/multisig/keys.d.ts +4 -11
- package/cosmos/crypto/multisig/keys.js +1 -0
- package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +5 -20
- package/cosmos/crypto/multisig/v1beta1/multisig.js +2 -0
- package/cosmos/crypto/secp256k1/keys.d.ts +5 -16
- package/cosmos/crypto/secp256k1/keys.js +2 -0
- package/cosmos/crypto/secp256r1/keys.d.ts +5 -10
- package/cosmos/crypto/secp256r1/keys.js +2 -0
- package/cosmos/distribution/module/v1/module.d.ts +3 -6
- package/cosmos/distribution/module/v1/module.js +1 -0
- package/cosmos/distribution/v1beta1/distribution.d.ts +26 -134
- package/cosmos/distribution/v1beta1/distribution.js +13 -3
- package/cosmos/distribution/v1beta1/genesis.d.ts +19 -72
- package/cosmos/distribution/v1beta1/genesis.js +8 -0
- package/cosmos/distribution/v1beta1/query.d.ts +44 -157
- package/cosmos/distribution/v1beta1/query.js +20 -0
- package/cosmos/distribution/v1beta1/query.lcd.d.ts +11 -11
- package/cosmos/distribution/v1beta1/query.lcd.js +20 -30
- package/cosmos/distribution/v1beta1/query.rpc.Query.d.ts +12 -12
- package/cosmos/distribution/v1beta1/query.rpc.Query.js +31 -30
- package/cosmos/distribution/v1beta1/tx.d.ts +31 -126
- package/cosmos/distribution/v1beta1/tx.js +14 -0
- package/cosmos/distribution/v1beta1/tx.registry.d.ts +2 -96
- package/cosmos/distribution/v1beta1/tx.registry.js +1 -141
- package/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +10 -9
- package/cosmos/distribution/v1beta1/tx.rpc.msg.js +41 -22
- package/cosmos/epochs/module/v1/module.d.ts +3 -4
- package/cosmos/epochs/module/v1/module.js +1 -0
- package/cosmos/epochs/v1beta1/events.d.ts +5 -11
- package/cosmos/epochs/v1beta1/events.js +2 -0
- package/cosmos/epochs/v1beta1/genesis.d.ts +6 -20
- package/cosmos/epochs/v1beta1/genesis.js +2 -0
- package/cosmos/epochs/v1beta1/query.d.ts +10 -32
- package/cosmos/epochs/v1beta1/query.js +4 -0
- package/cosmos/epochs/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/epochs/v1beta1/query.lcd.js +4 -6
- package/cosmos/epochs/v1beta1/query.rpc.Query.d.ts +4 -4
- package/cosmos/epochs/v1beta1/query.rpc.Query.js +6 -6
- package/cosmos/evidence/module/v1/module.d.ts +3 -4
- package/cosmos/evidence/module/v1/module.js +1 -0
- package/cosmos/feegrant/module/v1/module.d.ts +3 -4
- package/cosmos/feegrant/module/v1/module.js +1 -0
- package/cosmos/feegrant/v1beta1/feegrant.d.ts +12 -43
- package/cosmos/feegrant/v1beta1/feegrant.js +4 -3
- package/cosmos/feegrant/v1beta1/genesis.d.ts +4 -6
- package/cosmos/feegrant/v1beta1/genesis.js +1 -0
- package/cosmos/feegrant/v1beta1/query.d.ts +15 -45
- package/cosmos/feegrant/v1beta1/query.js +6 -0
- package/cosmos/feegrant/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/feegrant/v1beta1/query.lcd.js +6 -9
- package/cosmos/feegrant/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/feegrant/v1beta1/query.rpc.Query.js +11 -9
- package/cosmos/feegrant/v1beta1/tx.d.ts +15 -43
- package/cosmos/feegrant/v1beta1/tx.js +6 -0
- package/cosmos/feegrant/v1beta1/tx.registry.d.ts +2 -48
- package/cosmos/feegrant/v1beta1/tx.registry.js +1 -69
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.js +18 -10
- package/cosmos/genutil/module/v1/module.d.ts +3 -4
- package/cosmos/genutil/module/v1/module.js +1 -0
- package/cosmos/gov/module/v1/module.d.ts +3 -6
- package/cosmos/gov/module/v1/module.js +1 -0
- package/cosmos/gov/v1/genesis.d.ts +4 -17
- package/cosmos/gov/v1/genesis.js +1 -0
- package/cosmos/gov/v1/gov.d.ts +22 -104
- package/cosmos/gov/v1/gov.js +10 -3
- package/cosmos/gov/v1/query.d.ts +39 -110
- package/cosmos/gov/v1/query.js +18 -0
- package/cosmos/gov/v1/query.lcd.d.ts +10 -10
- package/cosmos/gov/v1/query.lcd.js +18 -27
- package/cosmos/gov/v1/query.rpc.Query.d.ts +11 -11
- package/cosmos/gov/v1/query.rpc.Query.js +27 -27
- package/cosmos/gov/v1/tx.d.ts +36 -115
- package/cosmos/gov/v1/tx.js +14 -0
- package/cosmos/gov/v1/tx.registry.d.ts +2 -96
- package/cosmos/gov/v1/tx.registry.js +1 -141
- package/cosmos/gov/v1/tx.rpc.msg.d.ts +10 -9
- package/cosmos/gov/v1/tx.rpc.msg.js +32 -22
- package/cosmos/gov/v1beta1/genesis.d.ts +4 -12
- package/cosmos/gov/v1beta1/genesis.js +1 -0
- package/cosmos/gov/v1beta1/gov.d.ts +25 -90
- package/cosmos/gov/v1beta1/gov.js +11 -5
- package/cosmos/gov/v1beta1/query.d.ts +35 -97
- package/cosmos/gov/v1beta1/query.js +16 -0
- package/cosmos/gov/v1beta1/query.lcd.d.ts +9 -9
- package/cosmos/gov/v1beta1/query.lcd.js +16 -24
- package/cosmos/gov/v1beta1/query.rpc.Query.d.ts +10 -10
- package/cosmos/gov/v1beta1/query.rpc.Query.js +24 -24
- package/cosmos/gov/v1beta1/tx.d.ts +23 -62
- package/cosmos/gov/v1beta1/tx.js +8 -0
- package/cosmos/gov/v1beta1/tx.registry.d.ts +2 -60
- package/cosmos/gov/v1beta1/tx.registry.js +1 -87
- package/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +7 -6
- package/cosmos/gov/v1beta1/tx.rpc.msg.js +19 -13
- package/cosmos/group/module/v1/module.d.ts +4 -7
- package/cosmos/group/module/v1/module.js +1 -0
- package/cosmos/group/v1/events.d.ts +24 -62
- package/cosmos/group/v1/events.js +11 -0
- package/cosmos/group/v1/genesis.d.ts +4 -13
- package/cosmos/group/v1/genesis.js +1 -0
- package/cosmos/group/v1/query.d.ts +59 -168
- package/cosmos/group/v1/query.js +28 -0
- package/cosmos/group/v1/query.lcd.d.ts +15 -15
- package/cosmos/group/v1/query.lcd.js +29 -43
- package/cosmos/group/v1/query.rpc.Query.d.ts +16 -16
- package/cosmos/group/v1/query.rpc.Query.js +49 -43
- package/cosmos/group/v1/tx.d.ts +59 -170
- package/cosmos/group/v1/tx.js +29 -2
- package/cosmos/group/v1/tx.registry.d.ts +2 -180
- package/cosmos/group/v1/tx.registry.js +1 -267
- package/cosmos/group/v1/tx.rpc.msg.d.ts +17 -16
- package/cosmos/group/v1/tx.rpc.msg.js +47 -43
- package/cosmos/group/v1/types.d.ts +25 -130
- package/cosmos/group/v1/types.js +12 -6
- package/cosmos/ics23/v1/proofs.d.ts +27 -170
- package/cosmos/ics23/v1/proofs.js +14 -3
- package/cosmos/mint/module/v1/module.d.ts +3 -6
- package/cosmos/mint/module/v1/module.js +1 -0
- package/cosmos/mint/v1beta1/genesis.d.ts +4 -7
- package/cosmos/mint/v1beta1/genesis.js +1 -0
- package/cosmos/mint/v1beta1/mint.d.ts +5 -16
- package/cosmos/mint/v1beta1/mint.js +3 -1
- package/cosmos/mint/v1beta1/query.d.ts +14 -37
- package/cosmos/mint/v1beta1/query.js +6 -0
- package/cosmos/mint/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/mint/v1beta1/query.lcd.js +6 -9
- package/cosmos/mint/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/mint/v1beta1/query.rpc.Query.js +9 -9
- package/cosmos/mint/v1beta1/tx.d.ts +6 -20
- package/cosmos/mint/v1beta1/tx.js +2 -0
- package/cosmos/mint/v1beta1/tx.registry.d.ts +2 -24
- package/cosmos/mint/v1beta1/tx.registry.js +1 -33
- package/cosmos/mint/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/mint/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/nft/module/v1/module.d.ts +3 -4
- package/cosmos/nft/module/v1/module.js +1 -0
- package/cosmos/orm/module/v1alpha1/module.d.ts +3 -8
- package/cosmos/orm/module/v1alpha1/module.js +1 -0
- package/cosmos/orm/query/v1alpha1/query.d.ts +18 -53
- package/cosmos/orm/query/v1alpha1/query.js +7 -0
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.d.ts +4 -4
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.js +6 -6
- package/cosmos/params/module/v1/module.d.ts +3 -4
- package/cosmos/params/module/v1/module.js +1 -0
- package/cosmos/params/v1beta1/params.d.ts +5 -19
- package/cosmos/params/v1beta1/params.js +2 -1
- package/cosmos/params/v1beta1/query.d.ts +12 -42
- package/cosmos/params/v1beta1/query.js +5 -0
- package/cosmos/params/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/params/v1beta1/query.lcd.js +4 -6
- package/cosmos/params/v1beta1/query.rpc.Query.d.ts +4 -4
- package/cosmos/params/v1beta1/query.rpc.Query.js +9 -6
- package/cosmos/protocolpool/module/v1/module.d.ts +3 -5
- package/cosmos/protocolpool/module/v1/module.js +1 -0
- package/cosmos/protocolpool/v1/genesis.d.ts +4 -7
- package/cosmos/protocolpool/v1/genesis.js +1 -0
- package/cosmos/protocolpool/v1/query.d.ts +19 -57
- package/cosmos/protocolpool/v1/query.js +8 -0
- package/cosmos/protocolpool/v1/query.lcd.d.ts +5 -5
- package/cosmos/protocolpool/v1/query.lcd.js +8 -12
- package/cosmos/protocolpool/v1/query.rpc.Query.d.ts +6 -6
- package/cosmos/protocolpool/v1/query.rpc.Query.js +12 -12
- package/cosmos/protocolpool/v1/tx.d.ts +23 -77
- package/cosmos/protocolpool/v1/tx.js +11 -1
- package/cosmos/protocolpool/v1/tx.registry.d.ts +2 -72
- package/cosmos/protocolpool/v1/tx.registry.js +1 -105
- package/cosmos/protocolpool/v1/tx.rpc.msg.d.ts +8 -7
- package/cosmos/protocolpool/v1/tx.rpc.msg.js +28 -16
- package/cosmos/protocolpool/v1/types.d.ts +5 -13
- package/cosmos/protocolpool/v1/types.js +3 -1
- package/cosmos/reflection/v1/reflection.d.ts +6 -10
- package/cosmos/reflection/v1/reflection.js +2 -0
- package/cosmos/slashing/module/v1/module.d.ts +3 -5
- package/cosmos/slashing/module/v1/module.js +1 -0
- package/cosmos/staking/module/v1/module.d.ts +3 -8
- package/cosmos/staking/module/v1/module.js +1 -0
- package/cosmos/staking/v1beta1/authz.d.ts +6 -21
- package/cosmos/staking/v1beta1/authz.js +3 -3
- package/cosmos/staking/v1beta1/genesis.d.ts +6 -19
- package/cosmos/staking/v1beta1/genesis.js +2 -0
- package/cosmos/staking/v1beta1/query.d.ts +59 -213
- package/cosmos/staking/v1beta1/query.js +28 -0
- package/cosmos/staking/v1beta1/query.lcd.d.ts +15 -15
- package/cosmos/staking/v1beta1/query.lcd.js +28 -42
- package/cosmos/staking/v1beta1/query.rpc.Query.d.ts +16 -16
- package/cosmos/staking/v1beta1/query.rpc.Query.js +67 -42
- package/cosmos/staking/v1beta1/staking.d.ts +48 -214
- package/cosmos/staking/v1beta1/staking.js +28 -9
- package/cosmos/staking/v1beta1/tx.d.ts +32 -116
- package/cosmos/staking/v1beta1/tx.js +20 -6
- package/cosmos/staking/v1beta1/tx.registry.d.ts +2 -96
- package/cosmos/staking/v1beta1/tx.registry.js +1 -141
- package/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +10 -9
- package/cosmos/staking/v1beta1/tx.rpc.msg.js +34 -22
- package/cosmos/store/internal/kv/v1beta1/kv.d.ts +5 -11
- package/cosmos/store/internal/kv/v1beta1/kv.js +2 -0
- package/cosmos/store/snapshots/v1/snapshot.d.ts +15 -66
- package/cosmos/store/snapshots/v1/snapshot.js +7 -0
- package/cosmos/store/streaming/abci/grpc.d.ts +11 -23
- package/cosmos/store/streaming/abci/grpc.js +4 -0
- package/cosmos/store/v1beta1/commit_info.d.ts +7 -28
- package/cosmos/store/v1beta1/commit_info.js +3 -0
- package/cosmos/store/v1beta1/listening.d.ts +6 -25
- package/cosmos/store/v1beta1/listening.js +2 -0
- package/cosmos/tx/config/v1/config.d.ts +3 -6
- package/cosmos/tx/config/v1/config.js +1 -0
- package/cosmos/tx/signing/v1beta1/signing.d.ts +13 -38
- package/cosmos/tx/signing/v1beta1/signing.js +6 -2
- package/cosmos/tx/v1beta1/service.d.ts +42 -188
- package/cosmos/tx/v1beta1/service.js +19 -3
- package/cosmos/tx/v1beta1/service.lcd.d.ts +4 -4
- package/cosmos/tx/v1beta1/service.lcd.js +6 -9
- package/cosmos/tx/v1beta1/service.rpc.Service.d.ts +11 -11
- package/cosmos/tx/v1beta1/service.rpc.Service.js +37 -27
- package/cosmos/tx/v1beta1/tx.d.ts +30 -136
- package/cosmos/tx/v1beta1/tx.js +13 -0
- package/cosmos/upgrade/module/v1/module.d.ts +3 -5
- package/cosmos/upgrade/module/v1/module.js +1 -0
- package/cosmos/upgrade/v1beta1/query.d.ts +22 -87
- package/cosmos/upgrade/v1beta1/query.js +10 -0
- package/cosmos/upgrade/v1beta1/query.lcd.d.ts +6 -6
- package/cosmos/upgrade/v1beta1/query.lcd.js +10 -15
- package/cosmos/upgrade/v1beta1/query.rpc.Query.d.ts +7 -7
- package/cosmos/upgrade/v1beta1/query.rpc.Query.js +24 -15
- package/cosmos/upgrade/v1beta1/tx.d.ts +10 -36
- package/cosmos/upgrade/v1beta1/tx.js +4 -0
- package/cosmos/upgrade/v1beta1/tx.registry.d.ts +2 -36
- package/cosmos/upgrade/v1beta1/tx.registry.js +1 -51
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +5 -4
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.js +16 -7
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +10 -51
- package/cosmos/upgrade/v1beta1/upgrade.js +4 -2
- package/cosmos/vesting/module/v1/module.d.ts +3 -4
- package/cosmos/vesting/module/v1/module.js +1 -0
- package/cosmos/vesting/v1beta1/tx.d.ts +15 -60
- package/cosmos/vesting/v1beta1/tx.js +6 -0
- package/cosmos/vesting/v1beta1/tx.registry.d.ts +2 -48
- package/cosmos/vesting/v1beta1/tx.registry.js +1 -69
- package/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/vesting/v1beta1/tx.rpc.msg.js +21 -10
- package/cosmos/vesting/v1beta1/vesting.d.ts +15 -59
- package/cosmos/vesting/v1beta1/vesting.js +6 -0
- package/cosmos_proto/bundle.d.ts +2 -3
- package/cosmos_proto/cosmos.d.ts +3 -25
- package/cosmos_proto/cosmos.js +1 -2
- package/esm/cosmos/app/runtime/v1alpha1/module.js +2 -0
- package/esm/cosmos/app/v1alpha1/module.js +3 -0
- package/esm/cosmos/auth/module/v1/module.js +2 -0
- package/esm/cosmos/auth/v1beta1/auth.js +4 -2
- package/esm/cosmos/auth/v1beta1/genesis.js +1 -0
- package/esm/cosmos/auth/v1beta1/query.js +20 -0
- package/esm/cosmos/auth/v1beta1/query.lcd.js +21 -31
- package/esm/cosmos/auth/v1beta1/query.rpc.Query.js +48 -31
- package/esm/cosmos/auth/v1beta1/tx.js +2 -0
- package/esm/cosmos/auth/v1beta1/tx.registry.js +0 -31
- package/esm/cosmos/auth/v1beta1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/authz/module/v1/module.js +1 -0
- package/esm/cosmos/authz/v1beta1/authz.js +4 -1
- package/esm/cosmos/authz/v1beta1/event.js +2 -0
- package/esm/cosmos/authz/v1beta1/genesis.js +1 -0
- package/esm/cosmos/authz/v1beta1/query.js +6 -0
- package/esm/cosmos/authz/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/authz/v1beta1/query.rpc.Query.js +13 -9
- package/esm/cosmos/authz/v1beta1/tx.js +6 -0
- package/esm/cosmos/authz/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/authz/v1beta1/tx.rpc.msg.js +18 -9
- package/esm/cosmos/bank/module/v1/module.js +1 -0
- package/esm/cosmos/bank/v1beta1/authz.js +1 -1
- package/esm/cosmos/bank/v1beta1/bank.js +7 -1
- package/esm/cosmos/bank/v1beta1/genesis.js +2 -0
- package/esm/cosmos/bank/v1beta1/query.js +27 -0
- package/esm/cosmos/bank/v1beta1/query.lcd.js +28 -41
- package/esm/cosmos/bank/v1beta1/query.rpc.Query.js +78 -41
- package/esm/cosmos/bank/v1beta1/tx.js +8 -0
- package/esm/cosmos/bank/v1beta1/tx.registry.js +0 -85
- package/esm/cosmos/bank/v1beta1/tx.rpc.msg.js +23 -12
- package/esm/cosmos/base/abci/v1beta1/abci.js +11 -0
- package/esm/cosmos/base/node/v1beta1/query.js +4 -0
- package/esm/cosmos/base/node/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/base/node/v1beta1/query.rpc.Service.js +6 -6
- package/esm/cosmos/base/query/v1beta1/pagination.js +2 -0
- package/esm/cosmos/base/reflection/v2alpha1/reflection.js +26 -0
- package/esm/cosmos/base/v1beta1/coin.js +5 -1
- package/esm/cosmos/benchmark/module/v1/module.js +2 -0
- package/esm/cosmos/benchmark/v1/benchmark.js +1 -0
- package/esm/cosmos/benchmark/v1/tx.js +2 -0
- package/esm/cosmos/benchmark/v1/tx.registry.js +0 -31
- package/esm/cosmos/benchmark/v1/tx.rpc.msg.js +6 -3
- package/esm/cosmos/circuit/module/v1/module.js +1 -0
- package/esm/cosmos/circuit/v1/query.js +6 -0
- package/esm/cosmos/circuit/v1/query.lcd.js +7 -10
- package/esm/cosmos/circuit/v1/query.rpc.Query.js +10 -10
- package/esm/cosmos/circuit/v1/tx.js +6 -0
- package/esm/cosmos/circuit/v1/tx.registry.js +0 -67
- package/esm/cosmos/circuit/v1/tx.rpc.msg.js +14 -9
- package/esm/cosmos/circuit/v1/types.js +3 -1
- package/esm/cosmos/consensus/module/v1/module.js +1 -0
- package/esm/cosmos/consensus/v1/query.js +2 -0
- package/esm/cosmos/consensus/v1/query.lcd.js +2 -3
- package/esm/cosmos/consensus/v1/query.rpc.Query.js +3 -3
- package/esm/cosmos/consensus/v1/tx.js +2 -0
- package/esm/cosmos/consensus/v1/tx.registry.js +0 -31
- package/esm/cosmos/consensus/v1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/counter/module/v1/module.js +1 -0
- package/esm/cosmos/counter/v1/query.js +2 -0
- package/esm/cosmos/counter/v1/query.rpc.Query.js +3 -3
- package/esm/cosmos/counter/v1/tx.js +2 -0
- package/esm/cosmos/counter/v1/tx.registry.js +0 -31
- package/esm/cosmos/counter/v1/tx.rpc.msg.js +6 -3
- package/esm/cosmos/crisis/module/v1/module.js +1 -0
- package/esm/cosmos/crypto/ed25519/keys.js +2 -0
- package/esm/cosmos/crypto/hd/v1/hd.js +1 -0
- package/esm/cosmos/crypto/keyring/v1/record.js +5 -0
- package/esm/cosmos/crypto/multisig/keys.js +1 -0
- package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +2 -0
- package/esm/cosmos/crypto/secp256k1/keys.js +2 -0
- package/esm/cosmos/crypto/secp256r1/keys.js +2 -0
- package/esm/cosmos/distribution/module/v1/module.js +1 -0
- package/esm/cosmos/distribution/v1beta1/distribution.js +13 -3
- package/esm/cosmos/distribution/v1beta1/genesis.js +8 -0
- package/esm/cosmos/distribution/v1beta1/query.js +20 -0
- package/esm/cosmos/distribution/v1beta1/query.lcd.js +20 -30
- package/esm/cosmos/distribution/v1beta1/query.rpc.Query.js +31 -30
- package/esm/cosmos/distribution/v1beta1/tx.js +14 -0
- package/esm/cosmos/distribution/v1beta1/tx.registry.js +0 -139
- package/esm/cosmos/distribution/v1beta1/tx.rpc.msg.js +39 -21
- package/esm/cosmos/epochs/module/v1/module.js +1 -0
- package/esm/cosmos/epochs/v1beta1/events.js +2 -0
- package/esm/cosmos/epochs/v1beta1/genesis.js +2 -0
- package/esm/cosmos/epochs/v1beta1/query.js +4 -0
- package/esm/cosmos/epochs/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/epochs/v1beta1/query.rpc.Query.js +6 -6
- package/esm/cosmos/evidence/module/v1/module.js +1 -0
- package/esm/cosmos/feegrant/module/v1/module.js +1 -0
- package/esm/cosmos/feegrant/v1beta1/feegrant.js +4 -3
- package/esm/cosmos/feegrant/v1beta1/genesis.js +1 -0
- package/esm/cosmos/feegrant/v1beta1/query.js +6 -0
- package/esm/cosmos/feegrant/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/feegrant/v1beta1/query.rpc.Query.js +11 -9
- package/esm/cosmos/feegrant/v1beta1/tx.js +6 -0
- package/esm/cosmos/feegrant/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.msg.js +16 -9
- package/esm/cosmos/genutil/module/v1/module.js +1 -0
- package/esm/cosmos/gov/module/v1/module.js +1 -0
- package/esm/cosmos/gov/v1/genesis.js +1 -0
- package/esm/cosmos/gov/v1/gov.js +9 -2
- package/esm/cosmos/gov/v1/query.js +18 -0
- package/esm/cosmos/gov/v1/query.lcd.js +18 -27
- package/esm/cosmos/gov/v1/query.rpc.Query.js +27 -27
- package/esm/cosmos/gov/v1/tx.js +14 -0
- package/esm/cosmos/gov/v1/tx.registry.js +0 -139
- package/esm/cosmos/gov/v1/tx.rpc.msg.js +30 -21
- package/esm/cosmos/gov/v1beta1/genesis.js +1 -0
- package/esm/cosmos/gov/v1beta1/gov.js +10 -4
- package/esm/cosmos/gov/v1beta1/query.js +16 -0
- package/esm/cosmos/gov/v1beta1/query.lcd.js +16 -24
- package/esm/cosmos/gov/v1beta1/query.rpc.Query.js +24 -24
- package/esm/cosmos/gov/v1beta1/tx.js +8 -0
- package/esm/cosmos/gov/v1beta1/tx.registry.js +0 -85
- package/esm/cosmos/gov/v1beta1/tx.rpc.msg.js +17 -12
- package/esm/cosmos/group/module/v1/module.js +1 -0
- package/esm/cosmos/group/v1/events.js +11 -0
- package/esm/cosmos/group/v1/genesis.js +1 -0
- package/esm/cosmos/group/v1/query.js +28 -0
- package/esm/cosmos/group/v1/query.lcd.js +29 -43
- package/esm/cosmos/group/v1/query.rpc.Query.js +49 -43
- package/esm/cosmos/group/v1/tx.js +28 -1
- package/esm/cosmos/group/v1/tx.registry.js +0 -265
- package/esm/cosmos/group/v1/tx.rpc.msg.js +45 -42
- package/esm/cosmos/group/v1/types.js +11 -5
- package/esm/cosmos/ics23/v1/proofs.js +13 -2
- package/esm/cosmos/mint/module/v1/module.js +1 -0
- package/esm/cosmos/mint/v1beta1/genesis.js +1 -0
- package/esm/cosmos/mint/v1beta1/mint.js +3 -1
- package/esm/cosmos/mint/v1beta1/query.js +6 -0
- package/esm/cosmos/mint/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/mint/v1beta1/query.rpc.Query.js +9 -9
- package/esm/cosmos/mint/v1beta1/tx.js +2 -0
- package/esm/cosmos/mint/v1beta1/tx.registry.js +0 -31
- package/esm/cosmos/mint/v1beta1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/nft/module/v1/module.js +1 -0
- package/esm/cosmos/orm/module/v1alpha1/module.js +1 -0
- package/esm/cosmos/orm/query/v1alpha1/query.js +7 -0
- package/esm/cosmos/orm/query/v1alpha1/query.rpc.Query.js +6 -6
- package/esm/cosmos/params/module/v1/module.js +1 -0
- package/esm/cosmos/params/v1beta1/params.js +2 -1
- package/esm/cosmos/params/v1beta1/query.js +5 -0
- package/esm/cosmos/params/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/params/v1beta1/query.rpc.Query.js +9 -6
- package/esm/cosmos/protocolpool/module/v1/module.js +1 -0
- package/esm/cosmos/protocolpool/v1/genesis.js +1 -0
- package/esm/cosmos/protocolpool/v1/query.js +8 -0
- package/esm/cosmos/protocolpool/v1/query.lcd.js +8 -12
- package/esm/cosmos/protocolpool/v1/query.rpc.Query.js +12 -12
- package/esm/cosmos/protocolpool/v1/tx.js +11 -1
- package/esm/cosmos/protocolpool/v1/tx.registry.js +0 -103
- package/esm/cosmos/protocolpool/v1/tx.rpc.msg.js +26 -15
- package/esm/cosmos/protocolpool/v1/types.js +3 -1
- package/esm/cosmos/reflection/v1/reflection.js +2 -0
- package/esm/cosmos/slashing/module/v1/module.js +1 -0
- package/esm/cosmos/staking/module/v1/module.js +1 -0
- package/esm/cosmos/staking/v1beta1/authz.js +2 -2
- package/esm/cosmos/staking/v1beta1/genesis.js +2 -0
- package/esm/cosmos/staking/v1beta1/query.js +28 -0
- package/esm/cosmos/staking/v1beta1/query.lcd.js +28 -42
- package/esm/cosmos/staking/v1beta1/query.rpc.Query.js +67 -42
- package/esm/cosmos/staking/v1beta1/staking.js +23 -4
- package/esm/cosmos/staking/v1beta1/tx.js +16 -2
- package/esm/cosmos/staking/v1beta1/tx.registry.js +0 -139
- package/esm/cosmos/staking/v1beta1/tx.rpc.msg.js +32 -21
- package/esm/cosmos/store/internal/kv/v1beta1/kv.js +2 -0
- package/esm/cosmos/store/snapshots/v1/snapshot.js +7 -0
- package/esm/cosmos/store/streaming/abci/grpc.js +4 -0
- package/esm/cosmos/store/v1beta1/commit_info.js +3 -0
- package/esm/cosmos/store/v1beta1/listening.js +2 -0
- package/esm/cosmos/tx/config/v1/config.js +1 -0
- package/esm/cosmos/tx/signing/v1beta1/signing.js +5 -1
- package/esm/cosmos/tx/v1beta1/service.js +18 -2
- package/esm/cosmos/tx/v1beta1/service.lcd.js +6 -9
- package/esm/cosmos/tx/v1beta1/service.rpc.Service.js +37 -27
- package/esm/cosmos/tx/v1beta1/tx.js +13 -0
- package/esm/cosmos/upgrade/module/v1/module.js +1 -0
- package/esm/cosmos/upgrade/v1beta1/query.js +10 -0
- package/esm/cosmos/upgrade/v1beta1/query.lcd.js +10 -15
- package/esm/cosmos/upgrade/v1beta1/query.rpc.Query.js +24 -15
- package/esm/cosmos/upgrade/v1beta1/tx.js +4 -0
- package/esm/cosmos/upgrade/v1beta1/tx.registry.js +0 -49
- package/esm/cosmos/upgrade/v1beta1/tx.rpc.msg.js +14 -6
- package/esm/cosmos/upgrade/v1beta1/upgrade.js +4 -2
- package/esm/cosmos/vesting/module/v1/module.js +1 -0
- package/esm/cosmos/vesting/v1beta1/tx.js +6 -0
- package/esm/cosmos/vesting/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/vesting/v1beta1/tx.rpc.msg.js +19 -9
- package/esm/cosmos/vesting/v1beta1/vesting.js +6 -0
- package/esm/cosmos_proto/cosmos.js +0 -1
- package/esm/google/protobuf/any.js +0 -1
- package/esm/google/protobuf/descriptor.js +4 -24
- package/esm/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.js +4 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +4 -6
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +6 -6
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.js +6 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +0 -67
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +12 -9
- package/esm/ibc/applications/interchain_accounts/genesis/v1/genesis.js +5 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/host.js +2 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/query.js +2 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/query.lcd.js +2 -3
- package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +3 -3
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.js +4 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.registry.js +0 -49
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +9 -6
- package/esm/ibc/applications/interchain_accounts/v1/account.js +1 -1
- package/esm/ibc/applications/interchain_accounts/v1/metadata.js +1 -0
- package/esm/ibc/applications/interchain_accounts/v1/packet.js +2 -1
- package/esm/ibc/applications/packet_forward_middleware/v1/genesis.js +2 -0
- package/esm/ibc/applications/transfer/v1/authz.js +2 -1
- package/esm/ibc/applications/transfer/v1/denomtrace.js +1 -0
- package/esm/ibc/applications/transfer/v1/genesis.js +1 -0
- package/esm/ibc/applications/transfer/v1/packet.js +1 -0
- package/esm/ibc/applications/transfer/v1/query.js +12 -0
- package/esm/ibc/applications/transfer/v1/query.lcd.js +13 -19
- package/esm/ibc/applications/transfer/v1/query.rpc.Query.js +19 -19
- package/esm/ibc/applications/transfer/v1/token.js +3 -0
- package/esm/ibc/applications/transfer/v1/transfer.js +1 -0
- package/esm/ibc/applications/transfer/v1/tx.js +4 -0
- package/esm/ibc/applications/transfer/v1/tx.registry.js +0 -49
- package/esm/ibc/applications/transfer/v1/tx.rpc.msg.js +9 -6
- package/esm/ibc/core/channel/v1/channel.js +8 -2
- package/esm/ibc/core/channel/v1/genesis.js +2 -0
- package/esm/ibc/core/channel/v1/query.js +28 -0
- package/esm/ibc/core/channel/v1/query.lcd.js +29 -43
- package/esm/ibc/core/channel/v1/query.rpc.Query.js +51 -43
- package/esm/ibc/core/channel/v1/tx.js +20 -1
- package/esm/ibc/core/channel/v1/tx.registry.js +0 -193
- package/esm/ibc/core/channel/v1/tx.rpc.msg.js +34 -30
- package/esm/ibc/core/channel/v2/genesis.js +3 -0
- package/esm/ibc/core/channel/v2/packet.js +4 -1
- package/esm/ibc/core/channel/v2/query.js +16 -0
- package/esm/ibc/core/channel/v2/query.lcd.js +16 -24
- package/esm/ibc/core/channel/v2/query.rpc.Query.js +24 -24
- package/esm/ibc/core/channel/v2/tx.js +8 -1
- package/esm/ibc/core/channel/v2/tx.registry.js +0 -85
- package/esm/ibc/core/channel/v2/tx.rpc.msg.js +15 -12
- package/esm/ibc/core/client/v1/client.js +5 -0
- package/esm/ibc/core/client/v1/genesis.js +3 -0
- package/esm/ibc/core/client/v1/query.js +22 -0
- package/esm/ibc/core/client/v1/query.lcd.js +21 -31
- package/esm/ibc/core/client/v1/query.rpc.Query.js +36 -34
- package/esm/ibc/core/client/v1/tx.js +16 -0
- package/esm/ibc/core/client/v1/tx.registry.js +0 -157
- package/esm/ibc/core/client/v1/tx.rpc.msg.js +27 -24
- package/esm/ibc/core/client/v2/config.js +1 -0
- package/esm/ibc/core/client/v2/counterparty.js +1 -0
- package/esm/ibc/core/client/v2/genesis.js +2 -0
- package/esm/ibc/core/client/v2/query.js +4 -0
- package/esm/ibc/core/client/v2/query.lcd.js +4 -6
- package/esm/ibc/core/client/v2/query.rpc.Query.js +6 -6
- package/esm/ibc/core/client/v2/tx.js +4 -0
- package/esm/ibc/core/client/v2/tx.registry.js +0 -49
- package/esm/ibc/core/client/v2/tx.rpc.msg.js +9 -6
- package/esm/ibc/core/commitment/v1/commitment.js +3 -0
- package/esm/ibc/core/commitment/v2/commitment.js +1 -0
- package/esm/ibc/core/connection/v1/connection.js +7 -1
- package/esm/ibc/core/connection/v1/genesis.js +1 -0
- package/esm/ibc/core/connection/v1/query.js +12 -0
- package/esm/ibc/core/connection/v1/query.lcd.js +13 -19
- package/esm/ibc/core/connection/v1/query.rpc.Query.js +22 -19
- package/esm/ibc/core/connection/v1/tx.js +10 -0
- package/esm/ibc/core/connection/v1/tx.registry.js +0 -103
- package/esm/ibc/core/connection/v1/tx.rpc.msg.js +20 -15
- package/esm/ibc/lightclients/solomachine/v2/solomachine.js +16 -1
- package/esm/ibc/lightclients/solomachine/v3/solomachine.js +8 -0
- package/esm/ibc/lightclients/tendermint/v1/tendermint.js +5 -0
- package/esm/ibc/lightclients/wasm/v1/genesis.js +2 -0
- package/esm/ibc/lightclients/wasm/v1/query.js +4 -0
- package/esm/ibc/lightclients/wasm/v1/query.lcd.js +5 -7
- package/esm/ibc/lightclients/wasm/v1/query.rpc.Query.js +7 -7
- package/esm/ibc/lightclients/wasm/v1/tx.js +6 -0
- package/esm/ibc/lightclients/wasm/v1/tx.registry.js +0 -67
- package/esm/ibc/lightclients/wasm/v1/tx.rpc.msg.js +12 -9
- package/esm/ibc/lightclients/wasm/v1/wasm.js +4 -0
- package/esm/index.js +1 -0
- package/esm/sparkdream/blog/params.js +1 -0
- package/esm/sparkdream/blog/query.lcd.js +7 -10
- package/esm/sparkdream/blog/query.rpc.Query.js +10 -10
- package/esm/sparkdream/blog/tx.js +1 -0
- package/esm/sparkdream/blog/tx.registry.js +0 -85
- package/esm/sparkdream/blog/tx.rpc.msg.js +16 -12
- package/esm/sparkdream/sparkdream/params.js +1 -0
- package/esm/sparkdream/sparkdream/query.lcd.js +2 -3
- package/esm/sparkdream/sparkdream/query.rpc.Query.js +3 -3
- package/esm/sparkdream/sparkdream/tx.js +1 -0
- package/esm/sparkdream/sparkdream/tx.registry.js +0 -31
- package/esm/sparkdream/sparkdream/tx.rpc.msg.js +7 -3
- package/esm/tendermint/abci/types.js +0 -6
- package/esm/tendermint/types/types.js +0 -1
- package/esm/tendermint/types/validator.js +0 -1
- package/esm/types.js +7 -0
- package/google/api/http.d.ts +4 -295
- package/google/bundle.d.ts +37 -57
- package/google/protobuf/any.d.ts +2 -94
- package/google/protobuf/any.js +0 -1
- package/google/protobuf/descriptor.d.ts +35 -370
- package/google/protobuf/descriptor.js +6 -26
- package/google/protobuf/duration.d.ts +2 -65
- package/google/protobuf/timestamp.d.ts +2 -96
- package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +3 -8
- package/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +10 -21
- package/ibc/applications/interchain_accounts/controller/v1/query.js +4 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.lcd.d.ts +3 -3
- package/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +4 -6
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.d.ts +4 -4
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +6 -6
- package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +15 -39
- package/ibc/applications/interchain_accounts/controller/v1/tx.js +6 -0
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +2 -48
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +1 -69
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.d.ts +6 -5
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +14 -10
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +11 -42
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.js +5 -0
- package/ibc/applications/interchain_accounts/host/v1/host.d.ts +5 -18
- package/ibc/applications/interchain_accounts/host/v1/host.js +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.d.ts +6 -10
- package/ibc/applications/interchain_accounts/host/v1/query.js +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.lcd.d.ts +2 -2
- package/ibc/applications/interchain_accounts/host/v1/query.lcd.js +2 -3
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.d.ts +3 -3
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +3 -3
- package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +10 -23
- package/ibc/applications/interchain_accounts/host/v1/tx.js +4 -0
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +2 -36
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.js +1 -51
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.d.ts +5 -4
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +11 -7
- package/ibc/applications/interchain_accounts/v1/account.d.ts +4 -9
- package/ibc/applications/interchain_accounts/v1/account.js +1 -1
- package/ibc/applications/interchain_accounts/v1/metadata.d.ts +3 -13
- package/ibc/applications/interchain_accounts/v1/metadata.js +1 -0
- package/ibc/applications/interchain_accounts/v1/packet.d.ts +6 -14
- package/ibc/applications/interchain_accounts/v1/packet.js +3 -2
- package/ibc/applications/packet_forward_middleware/v1/genesis.d.ts +6 -31
- package/ibc/applications/packet_forward_middleware/v1/genesis.js +2 -0
- package/ibc/applications/transfer/v1/authz.d.ts +6 -20
- package/ibc/applications/transfer/v1/authz.js +2 -1
- package/ibc/applications/transfer/v1/denomtrace.d.ts +3 -10
- package/ibc/applications/transfer/v1/denomtrace.js +1 -0
- package/ibc/applications/transfer/v1/genesis.d.ts +6 -11
- package/ibc/applications/transfer/v1/genesis.js +1 -0
- package/ibc/applications/transfer/v1/packet.d.ts +3 -13
- package/ibc/applications/transfer/v1/packet.js +1 -0
- package/ibc/applications/transfer/v1/query.d.ts +29 -83
- package/ibc/applications/transfer/v1/query.js +12 -0
- package/ibc/applications/transfer/v1/query.lcd.d.ts +7 -7
- package/ibc/applications/transfer/v1/query.lcd.js +13 -19
- package/ibc/applications/transfer/v1/query.rpc.Query.d.ts +8 -8
- package/ibc/applications/transfer/v1/query.rpc.Query.js +19 -19
- package/ibc/applications/transfer/v1/token.d.ts +7 -18
- package/ibc/applications/transfer/v1/token.js +3 -0
- package/ibc/applications/transfer/v1/transfer.d.ts +3 -11
- package/ibc/applications/transfer/v1/transfer.js +1 -0
- package/ibc/applications/transfer/v1/tx.d.ts +11 -37
- package/ibc/applications/transfer/v1/tx.js +4 -0
- package/ibc/applications/transfer/v1/tx.registry.d.ts +2 -36
- package/ibc/applications/transfer/v1/tx.registry.js +1 -51
- package/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +5 -4
- package/ibc/applications/transfer/v1/tx.rpc.msg.js +11 -7
- package/ibc/bundle.d.ts +581 -848
- package/ibc/core/channel/v1/channel.d.ts +18 -96
- package/ibc/core/channel/v1/channel.js +9 -3
- package/ibc/core/channel/v1/genesis.d.ts +6 -23
- package/ibc/core/channel/v1/genesis.js +2 -0
- package/ibc/core/channel/v1/query.d.ts +61 -273
- package/ibc/core/channel/v1/query.js +28 -0
- package/ibc/core/channel/v1/query.lcd.d.ts +15 -15
- package/ibc/core/channel/v1/query.lcd.js +29 -43
- package/ibc/core/channel/v1/query.rpc.Query.d.ts +16 -16
- package/ibc/core/channel/v1/query.rpc.Query.js +51 -43
- package/ibc/core/channel/v1/tx.d.ts +43 -167
- package/ibc/core/channel/v1/tx.js +21 -2
- package/ibc/core/channel/v1/tx.registry.d.ts +2 -132
- package/ibc/core/channel/v1/tx.registry.js +1 -195
- package/ibc/core/channel/v1/tx.rpc.msg.d.ts +13 -12
- package/ibc/core/channel/v1/tx.rpc.msg.js +36 -31
- package/ibc/core/channel/v2/genesis.d.ts +7 -27
- package/ibc/core/channel/v2/genesis.js +3 -0
- package/ibc/core/channel/v2/packet.d.ts +9 -37
- package/ibc/core/channel/v2/packet.js +5 -2
- package/ibc/core/channel/v2/query.d.ts +36 -117
- package/ibc/core/channel/v2/query.js +16 -0
- package/ibc/core/channel/v2/query.lcd.d.ts +9 -9
- package/ibc/core/channel/v2/query.lcd.js +16 -24
- package/ibc/core/channel/v2/query.rpc.Query.d.ts +10 -10
- package/ibc/core/channel/v2/query.rpc.Query.js +24 -24
- package/ibc/core/channel/v2/tx.d.ts +19 -56
- package/ibc/core/channel/v2/tx.js +9 -2
- package/ibc/core/channel/v2/tx.registry.d.ts +2 -60
- package/ibc/core/channel/v2/tx.registry.js +1 -87
- package/ibc/core/channel/v2/tx.rpc.msg.d.ts +7 -6
- package/ibc/core/channel/v2/tx.rpc.msg.js +17 -13
- package/ibc/core/client/v1/client.d.ts +12 -53
- package/ibc/core/client/v1/client.js +5 -0
- package/ibc/core/client/v1/genesis.d.ts +8 -30
- package/ibc/core/client/v1/genesis.js +3 -0
- package/ibc/core/client/v1/query.d.ts +49 -191
- package/ibc/core/client/v1/query.js +22 -0
- package/ibc/core/client/v1/query.lcd.d.ts +11 -11
- package/ibc/core/client/v1/query.lcd.js +21 -31
- package/ibc/core/client/v1/query.rpc.Query.d.ts +13 -13
- package/ibc/core/client/v1/query.rpc.Query.js +36 -34
- package/ibc/core/client/v1/tx.d.ts +36 -107
- package/ibc/core/client/v1/tx.js +16 -0
- package/ibc/core/client/v1/tx.registry.d.ts +2 -108
- package/ibc/core/client/v1/tx.registry.js +1 -159
- package/ibc/core/client/v1/tx.rpc.msg.d.ts +11 -10
- package/ibc/core/client/v1/tx.rpc.msg.js +29 -25
- package/ibc/core/client/v2/config.d.ts +3 -10
- package/ibc/core/client/v2/config.js +1 -0
- package/ibc/core/client/v2/counterparty.d.ts +3 -6
- package/ibc/core/client/v2/counterparty.js +1 -0
- package/ibc/core/client/v2/genesis.d.ts +6 -12
- package/ibc/core/client/v2/genesis.js +2 -0
- package/ibc/core/client/v2/query.d.ts +11 -28
- package/ibc/core/client/v2/query.js +4 -0
- package/ibc/core/client/v2/query.lcd.d.ts +3 -3
- package/ibc/core/client/v2/query.lcd.js +4 -6
- package/ibc/core/client/v2/query.rpc.Query.d.ts +4 -4
- package/ibc/core/client/v2/query.rpc.Query.js +6 -6
- package/ibc/core/client/v2/tx.d.ts +10 -24
- package/ibc/core/client/v2/tx.js +4 -0
- package/ibc/core/client/v2/tx.registry.d.ts +2 -36
- package/ibc/core/client/v2/tx.registry.js +1 -51
- package/ibc/core/client/v2/tx.rpc.msg.d.ts +5 -4
- package/ibc/core/client/v2/tx.rpc.msg.js +11 -7
- package/ibc/core/commitment/v1/commitment.d.ts +8 -29
- package/ibc/core/commitment/v1/commitment.js +3 -0
- package/ibc/core/commitment/v2/commitment.d.ts +3 -37
- package/ibc/core/commitment/v2/commitment.js +1 -0
- package/ibc/core/connection/v1/connection.d.ts +16 -61
- package/ibc/core/connection/v1/connection.js +8 -2
- package/ibc/core/connection/v1/genesis.d.ts +4 -9
- package/ibc/core/connection/v1/genesis.js +1 -0
- package/ibc/core/connection/v1/query.d.ts +29 -107
- package/ibc/core/connection/v1/query.js +12 -0
- package/ibc/core/connection/v1/query.lcd.d.ts +7 -7
- package/ibc/core/connection/v1/query.lcd.js +13 -19
- package/ibc/core/connection/v1/query.rpc.Query.d.ts +8 -8
- package/ibc/core/connection/v1/query.rpc.Query.js +22 -19
- package/ibc/core/connection/v1/tx.d.ts +24 -107
- package/ibc/core/connection/v1/tx.js +10 -0
- package/ibc/core/connection/v1/tx.registry.d.ts +2 -72
- package/ibc/core/connection/v1/tx.registry.js +1 -105
- package/ibc/core/connection/v1/tx.rpc.msg.d.ts +8 -7
- package/ibc/core/connection/v1/tx.rpc.msg.js +22 -16
- package/ibc/lightclients/solomachine/v2/solomachine.d.ts +36 -149
- package/ibc/lightclients/solomachine/v2/solomachine.js +17 -2
- package/ibc/lightclients/solomachine/v3/solomachine.d.ts +18 -75
- package/ibc/lightclients/solomachine/v3/solomachine.js +8 -0
- package/ibc/lightclients/tendermint/v1/tendermint.d.ts +17 -74
- package/ibc/lightclients/tendermint/v1/tendermint.js +5 -0
- package/ibc/lightclients/wasm/v1/genesis.d.ts +5 -10
- package/ibc/lightclients/wasm/v1/genesis.js +2 -0
- package/ibc/lightclients/wasm/v1/query.d.ts +10 -22
- package/ibc/lightclients/wasm/v1/query.js +4 -0
- package/ibc/lightclients/wasm/v1/query.lcd.d.ts +3 -3
- package/ibc/lightclients/wasm/v1/query.lcd.js +5 -7
- package/ibc/lightclients/wasm/v1/query.rpc.Query.d.ts +4 -4
- package/ibc/lightclients/wasm/v1/query.rpc.Query.js +7 -7
- package/ibc/lightclients/wasm/v1/tx.d.ts +13 -33
- package/ibc/lightclients/wasm/v1/tx.js +6 -0
- package/ibc/lightclients/wasm/v1/tx.registry.d.ts +2 -48
- package/ibc/lightclients/wasm/v1/tx.registry.js +1 -69
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.d.ts +6 -5
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.js +14 -10
- package/ibc/lightclients/wasm/v1/wasm.d.ts +10 -29
- package/ibc/lightclients/wasm/v1/wasm.js +4 -0
- package/index.d.ts +1 -0
- package/index.js +1 -0
- package/package.json +1 -1
- package/sparkdream/blog/genesis.d.ts +3 -6
- package/sparkdream/blog/module/module.d.ts +2 -5
- package/sparkdream/blog/params.d.ts +3 -4
- package/sparkdream/blog/params.js +1 -0
- package/sparkdream/blog/post.d.ts +2 -7
- package/sparkdream/blog/query.d.ts +10 -29
- package/sparkdream/blog/query.lcd.d.ts +4 -4
- package/sparkdream/blog/query.lcd.js +7 -10
- package/sparkdream/blog/query.rpc.Query.d.ts +5 -5
- package/sparkdream/blog/query.rpc.Query.js +10 -10
- package/sparkdream/blog/tx.d.ts +11 -42
- package/sparkdream/blog/tx.js +1 -0
- package/sparkdream/blog/tx.registry.d.ts +2 -60
- package/sparkdream/blog/tx.registry.js +1 -87
- package/sparkdream/blog/tx.rpc.msg.d.ts +7 -6
- package/sparkdream/blog/tx.rpc.msg.js +18 -13
- package/sparkdream/bundle.d.ts +31 -103
- package/sparkdream/sparkdream/genesis.d.ts +3 -6
- package/sparkdream/sparkdream/module/module.d.ts +2 -5
- package/sparkdream/sparkdream/params.d.ts +3 -4
- package/sparkdream/sparkdream/params.js +1 -0
- package/sparkdream/sparkdream/query.d.ts +4 -10
- package/sparkdream/sparkdream/query.lcd.d.ts +2 -2
- package/sparkdream/sparkdream/query.lcd.js +2 -3
- package/sparkdream/sparkdream/query.rpc.Query.d.ts +3 -3
- package/sparkdream/sparkdream/query.rpc.Query.js +3 -3
- package/sparkdream/sparkdream/tx.d.ts +5 -14
- package/sparkdream/sparkdream/tx.js +1 -0
- package/sparkdream/sparkdream/tx.registry.d.ts +2 -24
- package/sparkdream/sparkdream/tx.registry.js +1 -33
- package/sparkdream/sparkdream/tx.rpc.msg.d.ts +4 -3
- package/sparkdream/sparkdream/tx.rpc.msg.js +9 -4
- package/tendermint/abci/types.d.ts +51 -356
- package/tendermint/abci/types.js +2 -8
- package/tendermint/bundle.d.ts +89 -97
- package/tendermint/crypto/keys.d.ts +2 -6
- package/tendermint/crypto/proof.d.ts +6 -34
- package/tendermint/p2p/types.d.ts +5 -28
- package/tendermint/types/block.d.ts +4 -9
- package/tendermint/types/evidence.d.ts +7 -29
- package/tendermint/types/params.d.ts +9 -54
- package/tendermint/types/types.d.ts +19 -133
- package/tendermint/types/types.js +1 -2
- package/tendermint/types/validator.d.ts +5 -20
- package/tendermint/types/validator.js +1 -2
- package/tendermint/version/types.d.ts +3 -20
- package/types.d.ts +74 -0
- package/types.js +8 -0
|
@@ -12,6 +12,7 @@ function createBaseQueryParamsRequest() {
|
|
|
12
12
|
}
|
|
13
13
|
exports.QueryParamsRequest = {
|
|
14
14
|
typeUrl: "/ibc.applications.transfer.v1.QueryParamsRequest",
|
|
15
|
+
aminoType: "cosmos-sdk/QueryParamsRequest",
|
|
15
16
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
16
17
|
return writer;
|
|
17
18
|
},
|
|
@@ -70,6 +71,7 @@ function createBaseQueryParamsResponse() {
|
|
|
70
71
|
}
|
|
71
72
|
exports.QueryParamsResponse = {
|
|
72
73
|
typeUrl: "/ibc.applications.transfer.v1.QueryParamsResponse",
|
|
74
|
+
aminoType: "cosmos-sdk/QueryParamsResponse",
|
|
73
75
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
74
76
|
if (message.params !== undefined) {
|
|
75
77
|
transfer_1.Params.encode(message.params, writer.uint32(10).fork()).ldelim();
|
|
@@ -139,6 +141,7 @@ function createBaseQueryDenomRequest() {
|
|
|
139
141
|
}
|
|
140
142
|
exports.QueryDenomRequest = {
|
|
141
143
|
typeUrl: "/ibc.applications.transfer.v1.QueryDenomRequest",
|
|
144
|
+
aminoType: "cosmos-sdk/QueryDenomRequest",
|
|
142
145
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
143
146
|
if (message.hash !== "") {
|
|
144
147
|
writer.uint32(10).string(message.hash);
|
|
@@ -208,6 +211,7 @@ function createBaseQueryDenomResponse() {
|
|
|
208
211
|
}
|
|
209
212
|
exports.QueryDenomResponse = {
|
|
210
213
|
typeUrl: "/ibc.applications.transfer.v1.QueryDenomResponse",
|
|
214
|
+
aminoType: "cosmos-sdk/QueryDenomResponse",
|
|
211
215
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
212
216
|
if (message.denom !== undefined) {
|
|
213
217
|
token_1.Denom.encode(message.denom, writer.uint32(10).fork()).ldelim();
|
|
@@ -277,6 +281,7 @@ function createBaseQueryDenomsRequest() {
|
|
|
277
281
|
}
|
|
278
282
|
exports.QueryDenomsRequest = {
|
|
279
283
|
typeUrl: "/ibc.applications.transfer.v1.QueryDenomsRequest",
|
|
284
|
+
aminoType: "cosmos-sdk/QueryDenomsRequest",
|
|
280
285
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
281
286
|
if (message.pagination !== undefined) {
|
|
282
287
|
pagination_1.PageRequest.encode(message.pagination, writer.uint32(10).fork()).ldelim();
|
|
@@ -347,6 +352,7 @@ function createBaseQueryDenomsResponse() {
|
|
|
347
352
|
}
|
|
348
353
|
exports.QueryDenomsResponse = {
|
|
349
354
|
typeUrl: "/ibc.applications.transfer.v1.QueryDenomsResponse",
|
|
355
|
+
aminoType: "cosmos-sdk/QueryDenomsResponse",
|
|
350
356
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
351
357
|
for (const v of message.denoms) {
|
|
352
358
|
token_1.Denom.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -430,6 +436,7 @@ function createBaseQueryDenomHashRequest() {
|
|
|
430
436
|
}
|
|
431
437
|
exports.QueryDenomHashRequest = {
|
|
432
438
|
typeUrl: "/ibc.applications.transfer.v1.QueryDenomHashRequest",
|
|
439
|
+
aminoType: "cosmos-sdk/QueryDenomHashRequest",
|
|
433
440
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
434
441
|
if (message.trace !== "") {
|
|
435
442
|
writer.uint32(10).string(message.trace);
|
|
@@ -499,6 +506,7 @@ function createBaseQueryDenomHashResponse() {
|
|
|
499
506
|
}
|
|
500
507
|
exports.QueryDenomHashResponse = {
|
|
501
508
|
typeUrl: "/ibc.applications.transfer.v1.QueryDenomHashResponse",
|
|
509
|
+
aminoType: "cosmos-sdk/QueryDenomHashResponse",
|
|
502
510
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
503
511
|
if (message.hash !== "") {
|
|
504
512
|
writer.uint32(10).string(message.hash);
|
|
@@ -569,6 +577,7 @@ function createBaseQueryEscrowAddressRequest() {
|
|
|
569
577
|
}
|
|
570
578
|
exports.QueryEscrowAddressRequest = {
|
|
571
579
|
typeUrl: "/ibc.applications.transfer.v1.QueryEscrowAddressRequest",
|
|
580
|
+
aminoType: "cosmos-sdk/QueryEscrowAddressRequest",
|
|
572
581
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
573
582
|
if (message.portId !== "") {
|
|
574
583
|
writer.uint32(10).string(message.portId);
|
|
@@ -649,6 +658,7 @@ function createBaseQueryEscrowAddressResponse() {
|
|
|
649
658
|
}
|
|
650
659
|
exports.QueryEscrowAddressResponse = {
|
|
651
660
|
typeUrl: "/ibc.applications.transfer.v1.QueryEscrowAddressResponse",
|
|
661
|
+
aminoType: "cosmos-sdk/QueryEscrowAddressResponse",
|
|
652
662
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
653
663
|
if (message.escrowAddress !== "") {
|
|
654
664
|
writer.uint32(10).string(message.escrowAddress);
|
|
@@ -718,6 +728,7 @@ function createBaseQueryTotalEscrowForDenomRequest() {
|
|
|
718
728
|
}
|
|
719
729
|
exports.QueryTotalEscrowForDenomRequest = {
|
|
720
730
|
typeUrl: "/ibc.applications.transfer.v1.QueryTotalEscrowForDenomRequest",
|
|
731
|
+
aminoType: "cosmos-sdk/QueryTotalEscrowForDenomRequest",
|
|
721
732
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
722
733
|
if (message.denom !== "") {
|
|
723
734
|
writer.uint32(10).string(message.denom);
|
|
@@ -787,6 +798,7 @@ function createBaseQueryTotalEscrowForDenomResponse() {
|
|
|
787
798
|
}
|
|
788
799
|
exports.QueryTotalEscrowForDenomResponse = {
|
|
789
800
|
typeUrl: "/ibc.applications.transfer.v1.QueryTotalEscrowForDenomResponse",
|
|
801
|
+
aminoType: "cosmos-sdk/QueryTotalEscrowForDenomResponse",
|
|
790
802
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
791
803
|
if (message.amount !== undefined) {
|
|
792
804
|
coin_1.Coin.encode(message.amount, writer.uint32(10).fork()).ldelim();
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { LCDClient } from "@cosmology/lcd";
|
|
2
|
-
import { QueryParamsRequest,
|
|
2
|
+
import { QueryParamsRequest, QueryParamsResponse, QueryDenomsRequest, QueryDenomsResponse, QueryDenomRequest, QueryDenomResponse, QueryDenomHashRequest, QueryDenomHashResponse, QueryEscrowAddressRequest, QueryEscrowAddressResponse, QueryTotalEscrowForDenomRequest, QueryTotalEscrowForDenomResponse } from "./query";
|
|
3
3
|
export declare class LCDQueryClient {
|
|
4
4
|
req: LCDClient;
|
|
5
5
|
constructor({ requestClient }: {
|
|
6
6
|
requestClient: LCDClient;
|
|
7
7
|
});
|
|
8
|
-
params(_params?: QueryParamsRequest)
|
|
9
|
-
denoms(params?: QueryDenomsRequest)
|
|
10
|
-
denom(params: QueryDenomRequest)
|
|
11
|
-
denomHash(params: QueryDenomHashRequest)
|
|
12
|
-
escrowAddress(params: QueryEscrowAddressRequest)
|
|
13
|
-
totalEscrowForDenom(params: QueryTotalEscrowForDenomRequest)
|
|
8
|
+
params: (_params?: QueryParamsRequest) => Promise<QueryParamsResponse>;
|
|
9
|
+
denoms: (params?: QueryDenomsRequest) => Promise<QueryDenomsResponse>;
|
|
10
|
+
denom: (params: QueryDenomRequest) => Promise<QueryDenomResponse>;
|
|
11
|
+
denomHash: (params: QueryDenomHashRequest) => Promise<QueryDenomHashResponse>;
|
|
12
|
+
escrowAddress: (params: QueryEscrowAddressRequest) => Promise<QueryEscrowAddressResponse>;
|
|
13
|
+
totalEscrowForDenom: (params: QueryTotalEscrowForDenomRequest) => Promise<QueryTotalEscrowForDenomResponse>;
|
|
14
14
|
}
|
|
@@ -7,22 +7,16 @@ class LCDQueryClient {
|
|
|
7
7
|
req;
|
|
8
8
|
constructor({ requestClient }) {
|
|
9
9
|
this.req = requestClient;
|
|
10
|
-
this.params = this.params.bind(this);
|
|
11
|
-
this.denoms = this.denoms.bind(this);
|
|
12
|
-
this.denom = this.denom.bind(this);
|
|
13
|
-
this.denomHash = this.denomHash.bind(this);
|
|
14
|
-
this.escrowAddress = this.escrowAddress.bind(this);
|
|
15
|
-
this.totalEscrowForDenom = this.totalEscrowForDenom.bind(this);
|
|
16
10
|
}
|
|
17
11
|
/* Params queries all parameters of the ibc-transfer module. */
|
|
18
|
-
async
|
|
12
|
+
params = async (_params = {}) => {
|
|
19
13
|
const endpoint = `ibc/apps/transfer/v1/params`;
|
|
20
14
|
return await this.req.get(endpoint);
|
|
21
|
-
}
|
|
15
|
+
};
|
|
22
16
|
/* Denoms queries all denominations */
|
|
23
|
-
async
|
|
17
|
+
denoms = async (params = {
|
|
24
18
|
pagination: undefined
|
|
25
|
-
}) {
|
|
19
|
+
}) => {
|
|
26
20
|
const options = {
|
|
27
21
|
params: {}
|
|
28
22
|
};
|
|
@@ -31,9 +25,9 @@ class LCDQueryClient {
|
|
|
31
25
|
}
|
|
32
26
|
const endpoint = `ibc/apps/transfer/v1/denoms`;
|
|
33
27
|
return await this.req.get(endpoint, options);
|
|
34
|
-
}
|
|
28
|
+
};
|
|
35
29
|
/* Denom queries a denomination */
|
|
36
|
-
async
|
|
30
|
+
denom = async (params) => {
|
|
37
31
|
const options = {
|
|
38
32
|
params: {}
|
|
39
33
|
};
|
|
@@ -42,9 +36,9 @@ class LCDQueryClient {
|
|
|
42
36
|
}
|
|
43
37
|
const endpoint = `ibc/apps/transfer/v1/denoms/${params.hash}`;
|
|
44
38
|
return await this.req.get(endpoint, options);
|
|
45
|
-
}
|
|
39
|
+
};
|
|
46
40
|
/* DenomHash queries a denomination hash information. */
|
|
47
|
-
async
|
|
41
|
+
denomHash = async (params) => {
|
|
48
42
|
const options = {
|
|
49
43
|
params: {}
|
|
50
44
|
};
|
|
@@ -53,14 +47,14 @@ class LCDQueryClient {
|
|
|
53
47
|
}
|
|
54
48
|
const endpoint = `ibc/apps/transfer/v1/denom_hashes/${params.trace}`;
|
|
55
49
|
return await this.req.get(endpoint, options);
|
|
56
|
-
}
|
|
50
|
+
};
|
|
57
51
|
/* EscrowAddress returns the escrow address for a particular port and channel id. */
|
|
58
|
-
async
|
|
52
|
+
escrowAddress = async (params) => {
|
|
59
53
|
const endpoint = `ibc/apps/transfer/v1/channels/${params.channelId}/ports/${params.portId}/escrow_address`;
|
|
60
54
|
return await this.req.get(endpoint);
|
|
61
|
-
}
|
|
55
|
+
};
|
|
62
56
|
/* TotalEscrowForDenom returns the total amount of tokens in escrow based on the denom. */
|
|
63
|
-
async
|
|
57
|
+
totalEscrowForDenom = async (params) => {
|
|
64
58
|
const options = {
|
|
65
59
|
params: {}
|
|
66
60
|
};
|
|
@@ -69,6 +63,6 @@ class LCDQueryClient {
|
|
|
69
63
|
}
|
|
70
64
|
const endpoint = `ibc/apps/transfer/v1/total_escrow/${params.denom}`;
|
|
71
65
|
return await this.req.get(endpoint, options);
|
|
72
|
-
}
|
|
66
|
+
};
|
|
73
67
|
}
|
|
74
68
|
exports.LCDQueryClient = LCDQueryClient;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TxRpc } from "../../../../types";
|
|
2
2
|
import { QueryClient } from "@cosmjs/stargate";
|
|
3
3
|
import { QueryParamsRequest, QueryParamsResponse, QueryDenomsRequest, QueryDenomsResponse, QueryDenomRequest, QueryDenomResponse, QueryDenomHashRequest, QueryDenomHashResponse, QueryEscrowAddressRequest, QueryEscrowAddressResponse, QueryTotalEscrowForDenomRequest, QueryTotalEscrowForDenomResponse } from "./query";
|
|
4
4
|
/** Query provides defines the gRPC querier service. */
|
|
@@ -18,13 +18,13 @@ export interface Query {
|
|
|
18
18
|
}
|
|
19
19
|
export declare class QueryClientImpl implements Query {
|
|
20
20
|
private readonly rpc;
|
|
21
|
-
constructor(rpc:
|
|
22
|
-
params(request?: QueryParamsRequest)
|
|
23
|
-
denoms(request?: QueryDenomsRequest)
|
|
24
|
-
denom(request: QueryDenomRequest)
|
|
25
|
-
denomHash(request: QueryDenomHashRequest)
|
|
26
|
-
escrowAddress(request: QueryEscrowAddressRequest)
|
|
27
|
-
totalEscrowForDenom(request: QueryTotalEscrowForDenomRequest)
|
|
21
|
+
constructor(rpc: TxRpc);
|
|
22
|
+
params: (request?: QueryParamsRequest) => Promise<QueryParamsResponse>;
|
|
23
|
+
denoms: (request?: QueryDenomsRequest) => Promise<QueryDenomsResponse>;
|
|
24
|
+
denom: (request: QueryDenomRequest) => Promise<QueryDenomResponse>;
|
|
25
|
+
denomHash: (request: QueryDenomHashRequest) => Promise<QueryDenomHashResponse>;
|
|
26
|
+
escrowAddress: (request: QueryEscrowAddressRequest) => Promise<QueryEscrowAddressResponse>;
|
|
27
|
+
totalEscrowForDenom: (request: QueryTotalEscrowForDenomRequest) => Promise<QueryTotalEscrowForDenomResponse>;
|
|
28
28
|
}
|
|
29
29
|
export declare const createRpcQueryExtension: (base: QueryClient) => {
|
|
30
30
|
params(request?: QueryParamsRequest): Promise<QueryParamsResponse>;
|
|
@@ -8,45 +8,45 @@ class QueryClientImpl {
|
|
|
8
8
|
rpc;
|
|
9
9
|
constructor(rpc) {
|
|
10
10
|
this.rpc = rpc;
|
|
11
|
-
this.params = this.params.bind(this);
|
|
12
|
-
this.denoms = this.denoms.bind(this);
|
|
13
|
-
this.denom = this.denom.bind(this);
|
|
14
|
-
this.denomHash = this.denomHash.bind(this);
|
|
15
|
-
this.escrowAddress = this.escrowAddress.bind(this);
|
|
16
|
-
this.totalEscrowForDenom = this.totalEscrowForDenom.bind(this);
|
|
17
11
|
}
|
|
18
|
-
|
|
12
|
+
/* Params queries all parameters of the ibc-transfer module. */
|
|
13
|
+
params = async (request = {}) => {
|
|
19
14
|
const data = query_1.QueryParamsRequest.encode(request).finish();
|
|
20
15
|
const promise = this.rpc.request("ibc.applications.transfer.v1.Query", "Params", data);
|
|
21
16
|
return promise.then(data => query_1.QueryParamsResponse.decode(new binary_1.BinaryReader(data)));
|
|
22
|
-
}
|
|
23
|
-
|
|
17
|
+
};
|
|
18
|
+
/* Denoms queries all denominations */
|
|
19
|
+
denoms = async (request = {
|
|
24
20
|
pagination: undefined
|
|
25
|
-
}) {
|
|
21
|
+
}) => {
|
|
26
22
|
const data = query_1.QueryDenomsRequest.encode(request).finish();
|
|
27
23
|
const promise = this.rpc.request("ibc.applications.transfer.v1.Query", "Denoms", data);
|
|
28
24
|
return promise.then(data => query_1.QueryDenomsResponse.decode(new binary_1.BinaryReader(data)));
|
|
29
|
-
}
|
|
30
|
-
|
|
25
|
+
};
|
|
26
|
+
/* Denom queries a denomination */
|
|
27
|
+
denom = async (request) => {
|
|
31
28
|
const data = query_1.QueryDenomRequest.encode(request).finish();
|
|
32
29
|
const promise = this.rpc.request("ibc.applications.transfer.v1.Query", "Denom", data);
|
|
33
30
|
return promise.then(data => query_1.QueryDenomResponse.decode(new binary_1.BinaryReader(data)));
|
|
34
|
-
}
|
|
35
|
-
|
|
31
|
+
};
|
|
32
|
+
/* DenomHash queries a denomination hash information. */
|
|
33
|
+
denomHash = async (request) => {
|
|
36
34
|
const data = query_1.QueryDenomHashRequest.encode(request).finish();
|
|
37
35
|
const promise = this.rpc.request("ibc.applications.transfer.v1.Query", "DenomHash", data);
|
|
38
36
|
return promise.then(data => query_1.QueryDenomHashResponse.decode(new binary_1.BinaryReader(data)));
|
|
39
|
-
}
|
|
40
|
-
|
|
37
|
+
};
|
|
38
|
+
/* EscrowAddress returns the escrow address for a particular port and channel id. */
|
|
39
|
+
escrowAddress = async (request) => {
|
|
41
40
|
const data = query_1.QueryEscrowAddressRequest.encode(request).finish();
|
|
42
41
|
const promise = this.rpc.request("ibc.applications.transfer.v1.Query", "EscrowAddress", data);
|
|
43
42
|
return promise.then(data => query_1.QueryEscrowAddressResponse.decode(new binary_1.BinaryReader(data)));
|
|
44
|
-
}
|
|
45
|
-
|
|
43
|
+
};
|
|
44
|
+
/* TotalEscrowForDenom returns the total amount of tokens in escrow based on the denom. */
|
|
45
|
+
totalEscrowForDenom = async (request) => {
|
|
46
46
|
const data = query_1.QueryTotalEscrowForDenomRequest.encode(request).finish();
|
|
47
47
|
const promise = this.rpc.request("ibc.applications.transfer.v1.Query", "TotalEscrowForDenom", data);
|
|
48
48
|
return promise.then(data => query_1.QueryTotalEscrowForDenomResponse.decode(new binary_1.BinaryReader(data)));
|
|
49
|
-
}
|
|
49
|
+
};
|
|
50
50
|
}
|
|
51
51
|
exports.QueryClientImpl = QueryClientImpl;
|
|
52
52
|
const createRpcQueryExtension = (base) => {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../../helpers";
|
|
2
3
|
/** Token defines a struct which represents a token to be transferred. */
|
|
3
4
|
export interface Token {
|
|
4
5
|
/** the token denomination */
|
|
@@ -21,11 +22,6 @@ export interface TokenAminoMsg {
|
|
|
21
22
|
type: "cosmos-sdk/Token";
|
|
22
23
|
value: TokenAmino;
|
|
23
24
|
}
|
|
24
|
-
/** Token defines a struct which represents a token to be transferred. */
|
|
25
|
-
export interface TokenSDKType {
|
|
26
|
-
denom: DenomSDKType;
|
|
27
|
-
amount: string;
|
|
28
|
-
}
|
|
29
25
|
/** Denom holds the base denom of a Token and a trace of the chains it was sent through. */
|
|
30
26
|
export interface Denom {
|
|
31
27
|
/** the base token denomination */
|
|
@@ -48,11 +44,6 @@ export interface DenomAminoMsg {
|
|
|
48
44
|
type: "cosmos-sdk/Denom";
|
|
49
45
|
value: DenomAmino;
|
|
50
46
|
}
|
|
51
|
-
/** Denom holds the base denom of a Token and a trace of the chains it was sent through. */
|
|
52
|
-
export interface DenomSDKType {
|
|
53
|
-
base: string;
|
|
54
|
-
trace: HopSDKType[];
|
|
55
|
-
}
|
|
56
47
|
/** Hop defines a port ID, channel ID pair specifying a unique "hop" in a trace */
|
|
57
48
|
export interface Hop {
|
|
58
49
|
portId: string;
|
|
@@ -71,16 +62,12 @@ export interface HopAminoMsg {
|
|
|
71
62
|
type: "cosmos-sdk/Hop";
|
|
72
63
|
value: HopAmino;
|
|
73
64
|
}
|
|
74
|
-
/** Hop defines a port ID, channel ID pair specifying a unique "hop" in a trace */
|
|
75
|
-
export interface HopSDKType {
|
|
76
|
-
port_id: string;
|
|
77
|
-
channel_id: string;
|
|
78
|
-
}
|
|
79
65
|
export declare const Token: {
|
|
80
66
|
typeUrl: string;
|
|
67
|
+
aminoType: string;
|
|
81
68
|
encode(message: Token, writer?: BinaryWriter): BinaryWriter;
|
|
82
69
|
decode(input: BinaryReader | Uint8Array, length?: number): Token;
|
|
83
|
-
fromPartial(object:
|
|
70
|
+
fromPartial(object: DeepPartial<Token>): Token;
|
|
84
71
|
fromAmino(object: TokenAmino): Token;
|
|
85
72
|
toAmino(message: Token): TokenAmino;
|
|
86
73
|
fromAminoMsg(object: TokenAminoMsg): Token;
|
|
@@ -91,9 +78,10 @@ export declare const Token: {
|
|
|
91
78
|
};
|
|
92
79
|
export declare const Denom: {
|
|
93
80
|
typeUrl: string;
|
|
81
|
+
aminoType: string;
|
|
94
82
|
encode(message: Denom, writer?: BinaryWriter): BinaryWriter;
|
|
95
83
|
decode(input: BinaryReader | Uint8Array, length?: number): Denom;
|
|
96
|
-
fromPartial(object:
|
|
84
|
+
fromPartial(object: DeepPartial<Denom>): Denom;
|
|
97
85
|
fromAmino(object: DenomAmino): Denom;
|
|
98
86
|
toAmino(message: Denom): DenomAmino;
|
|
99
87
|
fromAminoMsg(object: DenomAminoMsg): Denom;
|
|
@@ -104,9 +92,10 @@ export declare const Denom: {
|
|
|
104
92
|
};
|
|
105
93
|
export declare const Hop: {
|
|
106
94
|
typeUrl: string;
|
|
95
|
+
aminoType: string;
|
|
107
96
|
encode(message: Hop, writer?: BinaryWriter): BinaryWriter;
|
|
108
97
|
decode(input: BinaryReader | Uint8Array, length?: number): Hop;
|
|
109
|
-
fromPartial(object:
|
|
98
|
+
fromPartial(object: DeepPartial<Hop>): Hop;
|
|
110
99
|
fromAmino(object: HopAmino): Hop;
|
|
111
100
|
toAmino(message: Hop): HopAmino;
|
|
112
101
|
fromAminoMsg(object: HopAminoMsg): Hop;
|
|
@@ -11,6 +11,7 @@ function createBaseToken() {
|
|
|
11
11
|
}
|
|
12
12
|
exports.Token = {
|
|
13
13
|
typeUrl: "/ibc.applications.transfer.v1.Token",
|
|
14
|
+
aminoType: "cosmos-sdk/Token",
|
|
14
15
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
15
16
|
if (message.denom !== undefined) {
|
|
16
17
|
exports.Denom.encode(message.denom, writer.uint32(10).fork()).ldelim();
|
|
@@ -92,6 +93,7 @@ function createBaseDenom() {
|
|
|
92
93
|
}
|
|
93
94
|
exports.Denom = {
|
|
94
95
|
typeUrl: "/ibc.applications.transfer.v1.Denom",
|
|
96
|
+
aminoType: "cosmos-sdk/Denom",
|
|
95
97
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
96
98
|
if (message.base !== "") {
|
|
97
99
|
writer.uint32(10).string(message.base);
|
|
@@ -176,6 +178,7 @@ function createBaseHop() {
|
|
|
176
178
|
}
|
|
177
179
|
exports.Hop = {
|
|
178
180
|
typeUrl: "/ibc.applications.transfer.v1.Hop",
|
|
181
|
+
aminoType: "cosmos-sdk/Hop",
|
|
179
182
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
180
183
|
if (message.portId !== "") {
|
|
181
184
|
writer.uint32(10).string(message.portId);
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../../helpers";
|
|
2
3
|
/**
|
|
3
4
|
* Params defines the set of IBC transfer parameters.
|
|
4
5
|
* NOTE: To prevent a single token from being transferred, set the
|
|
@@ -43,21 +44,12 @@ export interface ParamsAminoMsg {
|
|
|
43
44
|
type: "cosmos-sdk/Params";
|
|
44
45
|
value: ParamsAmino;
|
|
45
46
|
}
|
|
46
|
-
/**
|
|
47
|
-
* Params defines the set of IBC transfer parameters.
|
|
48
|
-
* NOTE: To prevent a single token from being transferred, set the
|
|
49
|
-
* TransfersEnabled parameter to true and then set the bank module's SendEnabled
|
|
50
|
-
* parameter for the denomination to false.
|
|
51
|
-
*/
|
|
52
|
-
export interface ParamsSDKType {
|
|
53
|
-
send_enabled: boolean;
|
|
54
|
-
receive_enabled: boolean;
|
|
55
|
-
}
|
|
56
47
|
export declare const Params: {
|
|
57
48
|
typeUrl: string;
|
|
49
|
+
aminoType: string;
|
|
58
50
|
encode(message: Params, writer?: BinaryWriter): BinaryWriter;
|
|
59
51
|
decode(input: BinaryReader | Uint8Array, length?: number): Params;
|
|
60
|
-
fromPartial(object:
|
|
52
|
+
fromPartial(object: DeepPartial<Params>): Params;
|
|
61
53
|
fromAmino(object: ParamsAmino): Params;
|
|
62
54
|
toAmino(message: Params): ParamsAmino;
|
|
63
55
|
fromAminoMsg(object: ParamsAminoMsg): Params;
|
|
@@ -11,6 +11,7 @@ function createBaseParams() {
|
|
|
11
11
|
}
|
|
12
12
|
exports.Params = {
|
|
13
13
|
typeUrl: "/ibc.applications.transfer.v1.Params",
|
|
14
|
+
aminoType: "cosmos-sdk/Params",
|
|
14
15
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
15
16
|
if (message.sendEnabled === true) {
|
|
16
17
|
writer.uint32(8).bool(message.sendEnabled);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { Coin, CoinAmino
|
|
2
|
-
import { Height, HeightAmino,
|
|
1
|
+
import { Coin, CoinAmino } from "../../../../cosmos/base/v1beta1/coin";
|
|
2
|
+
import { Height, HeightAmino, Params, ParamsAmino } from "../../../core/client/v1/client";
|
|
3
3
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
4
|
+
import { DeepPartial } from "../../../../helpers";
|
|
4
5
|
/**
|
|
5
6
|
* MsgTransfer defines a msg to transfer fungible tokens (i.e Coins) between
|
|
6
7
|
* ICS20 enabled chains. See ICS Spec here:
|
|
@@ -75,22 +76,6 @@ export interface MsgTransferAminoMsg {
|
|
|
75
76
|
type: "cosmos-sdk/MsgTransfer";
|
|
76
77
|
value: MsgTransferAmino;
|
|
77
78
|
}
|
|
78
|
-
/**
|
|
79
|
-
* MsgTransfer defines a msg to transfer fungible tokens (i.e Coins) between
|
|
80
|
-
* ICS20 enabled chains. See ICS Spec here:
|
|
81
|
-
* https://github.com/cosmos/ibc/tree/master/spec/app/ics-020-fungible-token-transfer#data-structures
|
|
82
|
-
*/
|
|
83
|
-
export interface MsgTransferSDKType {
|
|
84
|
-
source_port: string;
|
|
85
|
-
source_channel: string;
|
|
86
|
-
token: CoinSDKType;
|
|
87
|
-
sender: string;
|
|
88
|
-
receiver: string;
|
|
89
|
-
timeout_height: HeightSDKType;
|
|
90
|
-
timeout_timestamp: bigint;
|
|
91
|
-
memo: string;
|
|
92
|
-
encoding: string;
|
|
93
|
-
}
|
|
94
79
|
/** MsgTransferResponse defines the Msg/Transfer response type. */
|
|
95
80
|
export interface MsgTransferResponse {
|
|
96
81
|
/** sequence number of the transfer packet sent */
|
|
@@ -109,10 +94,6 @@ export interface MsgTransferResponseAminoMsg {
|
|
|
109
94
|
type: "cosmos-sdk/MsgTransferResponse";
|
|
110
95
|
value: MsgTransferResponseAmino;
|
|
111
96
|
}
|
|
112
|
-
/** MsgTransferResponse defines the Msg/Transfer response type. */
|
|
113
|
-
export interface MsgTransferResponseSDKType {
|
|
114
|
-
sequence: bigint;
|
|
115
|
-
}
|
|
116
97
|
/** MsgUpdateParams is the Msg/UpdateParams request type. */
|
|
117
98
|
export interface MsgUpdateParams {
|
|
118
99
|
/** signer address */
|
|
@@ -143,11 +124,6 @@ export interface MsgUpdateParamsAminoMsg {
|
|
|
143
124
|
type: "cosmos-sdk/MsgUpdateParams";
|
|
144
125
|
value: MsgUpdateParamsAmino;
|
|
145
126
|
}
|
|
146
|
-
/** MsgUpdateParams is the Msg/UpdateParams request type. */
|
|
147
|
-
export interface MsgUpdateParamsSDKType {
|
|
148
|
-
signer: string;
|
|
149
|
-
params: ParamsSDKType;
|
|
150
|
-
}
|
|
151
127
|
/**
|
|
152
128
|
* MsgUpdateParamsResponse defines the response structure for executing a
|
|
153
129
|
* MsgUpdateParams message.
|
|
@@ -168,17 +144,12 @@ export interface MsgUpdateParamsResponseAminoMsg {
|
|
|
168
144
|
type: "cosmos-sdk/MsgUpdateParamsResponse";
|
|
169
145
|
value: MsgUpdateParamsResponseAmino;
|
|
170
146
|
}
|
|
171
|
-
/**
|
|
172
|
-
* MsgUpdateParamsResponse defines the response structure for executing a
|
|
173
|
-
* MsgUpdateParams message.
|
|
174
|
-
*/
|
|
175
|
-
export interface MsgUpdateParamsResponseSDKType {
|
|
176
|
-
}
|
|
177
147
|
export declare const MsgTransfer: {
|
|
178
148
|
typeUrl: string;
|
|
149
|
+
aminoType: string;
|
|
179
150
|
encode(message: MsgTransfer, writer?: BinaryWriter): BinaryWriter;
|
|
180
151
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgTransfer;
|
|
181
|
-
fromPartial(object:
|
|
152
|
+
fromPartial(object: DeepPartial<MsgTransfer>): MsgTransfer;
|
|
182
153
|
fromAmino(object: MsgTransferAmino): MsgTransfer;
|
|
183
154
|
toAmino(message: MsgTransfer): MsgTransferAmino;
|
|
184
155
|
fromAminoMsg(object: MsgTransferAminoMsg): MsgTransfer;
|
|
@@ -189,9 +160,10 @@ export declare const MsgTransfer: {
|
|
|
189
160
|
};
|
|
190
161
|
export declare const MsgTransferResponse: {
|
|
191
162
|
typeUrl: string;
|
|
163
|
+
aminoType: string;
|
|
192
164
|
encode(message: MsgTransferResponse, writer?: BinaryWriter): BinaryWriter;
|
|
193
165
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgTransferResponse;
|
|
194
|
-
fromPartial(object:
|
|
166
|
+
fromPartial(object: DeepPartial<MsgTransferResponse>): MsgTransferResponse;
|
|
195
167
|
fromAmino(object: MsgTransferResponseAmino): MsgTransferResponse;
|
|
196
168
|
toAmino(message: MsgTransferResponse): MsgTransferResponseAmino;
|
|
197
169
|
fromAminoMsg(object: MsgTransferResponseAminoMsg): MsgTransferResponse;
|
|
@@ -202,9 +174,10 @@ export declare const MsgTransferResponse: {
|
|
|
202
174
|
};
|
|
203
175
|
export declare const MsgUpdateParams: {
|
|
204
176
|
typeUrl: string;
|
|
177
|
+
aminoType: string;
|
|
205
178
|
encode(message: MsgUpdateParams, writer?: BinaryWriter): BinaryWriter;
|
|
206
179
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParams;
|
|
207
|
-
fromPartial(object:
|
|
180
|
+
fromPartial(object: DeepPartial<MsgUpdateParams>): MsgUpdateParams;
|
|
208
181
|
fromAmino(object: MsgUpdateParamsAmino): MsgUpdateParams;
|
|
209
182
|
toAmino(message: MsgUpdateParams): MsgUpdateParamsAmino;
|
|
210
183
|
fromAminoMsg(object: MsgUpdateParamsAminoMsg): MsgUpdateParams;
|
|
@@ -215,9 +188,10 @@ export declare const MsgUpdateParams: {
|
|
|
215
188
|
};
|
|
216
189
|
export declare const MsgUpdateParamsResponse: {
|
|
217
190
|
typeUrl: string;
|
|
191
|
+
aminoType: string;
|
|
218
192
|
encode(_: MsgUpdateParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
219
193
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParamsResponse;
|
|
220
|
-
fromPartial(_:
|
|
194
|
+
fromPartial(_: DeepPartial<MsgUpdateParamsResponse>): MsgUpdateParamsResponse;
|
|
221
195
|
fromAmino(_: MsgUpdateParamsResponseAmino): MsgUpdateParamsResponse;
|
|
222
196
|
toAmino(_: MsgUpdateParamsResponse): MsgUpdateParamsResponseAmino;
|
|
223
197
|
fromAminoMsg(object: MsgUpdateParamsResponseAminoMsg): MsgUpdateParamsResponse;
|
|
@@ -20,6 +20,7 @@ function createBaseMsgTransfer() {
|
|
|
20
20
|
}
|
|
21
21
|
exports.MsgTransfer = {
|
|
22
22
|
typeUrl: "/ibc.applications.transfer.v1.MsgTransfer",
|
|
23
|
+
aminoType: "cosmos-sdk/MsgTransfer",
|
|
23
24
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
24
25
|
if (message.sourcePort !== "") {
|
|
25
26
|
writer.uint32(10).string(message.sourcePort);
|
|
@@ -177,6 +178,7 @@ function createBaseMsgTransferResponse() {
|
|
|
177
178
|
}
|
|
178
179
|
exports.MsgTransferResponse = {
|
|
179
180
|
typeUrl: "/ibc.applications.transfer.v1.MsgTransferResponse",
|
|
181
|
+
aminoType: "cosmos-sdk/MsgTransferResponse",
|
|
180
182
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
181
183
|
if (message.sequence !== BigInt(0)) {
|
|
182
184
|
writer.uint32(8).uint64(message.sequence);
|
|
@@ -247,6 +249,7 @@ function createBaseMsgUpdateParams() {
|
|
|
247
249
|
}
|
|
248
250
|
exports.MsgUpdateParams = {
|
|
249
251
|
typeUrl: "/ibc.applications.transfer.v1.MsgUpdateParams",
|
|
252
|
+
aminoType: "cosmos-sdk/MsgUpdateParams",
|
|
250
253
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
251
254
|
if (message.signer !== "") {
|
|
252
255
|
writer.uint32(10).string(message.signer);
|
|
@@ -325,6 +328,7 @@ function createBaseMsgUpdateParamsResponse() {
|
|
|
325
328
|
}
|
|
326
329
|
exports.MsgUpdateParamsResponse = {
|
|
327
330
|
typeUrl: "/ibc.applications.transfer.v1.MsgUpdateParamsResponse",
|
|
331
|
+
aminoType: "cosmos-sdk/MsgUpdateParamsResponse",
|
|
328
332
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
329
333
|
return writer;
|
|
330
334
|
},
|
|
@@ -1,36 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
export declare const registry: ReadonlyArray<[string, GeneratedType]>;
|
|
4
|
-
export declare const load: (protoRegistry: Registry) => void;
|
|
5
|
-
export declare const MessageComposer: {
|
|
6
|
-
encoded: {
|
|
7
|
-
transfer(value: MsgTransfer): {
|
|
8
|
-
typeUrl: string;
|
|
9
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
10
|
-
};
|
|
11
|
-
updateParams(value: MsgUpdateParams): {
|
|
12
|
-
typeUrl: string;
|
|
13
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
withTypeUrl: {
|
|
17
|
-
transfer(value: MsgTransfer): {
|
|
18
|
-
typeUrl: string;
|
|
19
|
-
value: MsgTransfer;
|
|
20
|
-
};
|
|
21
|
-
updateParams(value: MsgUpdateParams): {
|
|
22
|
-
typeUrl: string;
|
|
23
|
-
value: MsgUpdateParams;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
fromPartial: {
|
|
27
|
-
transfer(value: MsgTransfer): {
|
|
28
|
-
typeUrl: string;
|
|
29
|
-
value: MsgTransfer;
|
|
30
|
-
};
|
|
31
|
-
updateParams(value: MsgUpdateParams): {
|
|
32
|
-
typeUrl: string;
|
|
33
|
-
value: MsgUpdateParams;
|
|
34
|
-
};
|
|
35
|
-
};
|
|
36
|
-
};
|
|
1
|
+
import { TelescopeGeneratedType } from "../../../../types";
|
|
2
|
+
export declare const registry: ReadonlyArray<[string, TelescopeGeneratedType<any, any, any>]>;
|
|
@@ -1,55 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.registry = void 0;
|
|
4
4
|
const tx_1 = require("./tx");
|
|
5
5
|
exports.registry = [["/ibc.applications.transfer.v1.MsgTransfer", tx_1.MsgTransfer], ["/ibc.applications.transfer.v1.MsgUpdateParams", tx_1.MsgUpdateParams]];
|
|
6
|
-
const load = (protoRegistry) => {
|
|
7
|
-
exports.registry.forEach(([typeUrl, mod]) => {
|
|
8
|
-
protoRegistry.register(typeUrl, mod);
|
|
9
|
-
});
|
|
10
|
-
};
|
|
11
|
-
exports.load = load;
|
|
12
|
-
exports.MessageComposer = {
|
|
13
|
-
encoded: {
|
|
14
|
-
transfer(value) {
|
|
15
|
-
return {
|
|
16
|
-
typeUrl: "/ibc.applications.transfer.v1.MsgTransfer",
|
|
17
|
-
value: tx_1.MsgTransfer.encode(value).finish()
|
|
18
|
-
};
|
|
19
|
-
},
|
|
20
|
-
updateParams(value) {
|
|
21
|
-
return {
|
|
22
|
-
typeUrl: "/ibc.applications.transfer.v1.MsgUpdateParams",
|
|
23
|
-
value: tx_1.MsgUpdateParams.encode(value).finish()
|
|
24
|
-
};
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
withTypeUrl: {
|
|
28
|
-
transfer(value) {
|
|
29
|
-
return {
|
|
30
|
-
typeUrl: "/ibc.applications.transfer.v1.MsgTransfer",
|
|
31
|
-
value
|
|
32
|
-
};
|
|
33
|
-
},
|
|
34
|
-
updateParams(value) {
|
|
35
|
-
return {
|
|
36
|
-
typeUrl: "/ibc.applications.transfer.v1.MsgUpdateParams",
|
|
37
|
-
value
|
|
38
|
-
};
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
|
-
fromPartial: {
|
|
42
|
-
transfer(value) {
|
|
43
|
-
return {
|
|
44
|
-
typeUrl: "/ibc.applications.transfer.v1.MsgTransfer",
|
|
45
|
-
value: tx_1.MsgTransfer.fromPartial(value)
|
|
46
|
-
};
|
|
47
|
-
},
|
|
48
|
-
updateParams(value) {
|
|
49
|
-
return {
|
|
50
|
-
typeUrl: "/ibc.applications.transfer.v1.MsgUpdateParams",
|
|
51
|
-
value: tx_1.MsgUpdateParams.fromPartial(value)
|
|
52
|
-
};
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
};
|