@sparkdreamnft/sparkdreamjs 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cosmos/app/runtime/v1alpha1/module.d.ts +5 -22
- package/cosmos/app/runtime/v1alpha1/module.js +2 -0
- package/cosmos/app/v1alpha1/module.d.ts +7 -21
- package/cosmos/app/v1alpha1/module.js +3 -0
- package/cosmos/auth/module/v1/module.d.ts +5 -13
- package/cosmos/auth/module/v1/module.js +2 -0
- package/cosmos/auth/v1beta1/auth.d.ts +10 -43
- package/cosmos/auth/v1beta1/auth.js +4 -2
- package/cosmos/auth/v1beta1/genesis.d.ts +5 -8
- package/cosmos/auth/v1beta1/genesis.js +1 -0
- package/cosmos/auth/v1beta1/query.d.ts +44 -159
- package/cosmos/auth/v1beta1/query.js +20 -0
- package/cosmos/auth/v1beta1/query.lcd.d.ts +11 -11
- package/cosmos/auth/v1beta1/query.lcd.js +21 -31
- package/cosmos/auth/v1beta1/query.rpc.Query.d.ts +12 -12
- package/cosmos/auth/v1beta1/query.rpc.Query.js +48 -31
- package/cosmos/auth/v1beta1/tx.d.ts +6 -20
- package/cosmos/auth/v1beta1/tx.js +2 -0
- package/cosmos/auth/v1beta1/tx.registry.d.ts +2 -24
- package/cosmos/auth/v1beta1/tx.registry.js +1 -33
- package/cosmos/auth/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/auth/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/authz/module/v1/module.d.ts +3 -4
- package/cosmos/authz/module/v1/module.js +1 -0
- package/cosmos/authz/v1beta1/authz.d.ts +13 -39
- package/cosmos/authz/v1beta1/authz.js +4 -1
- package/cosmos/authz/v1beta1/event.d.ts +5 -14
- package/cosmos/authz/v1beta1/event.js +2 -0
- package/cosmos/authz/v1beta1/genesis.d.ts +4 -6
- package/cosmos/authz/v1beta1/genesis.js +1 -0
- package/cosmos/authz/v1beta1/query.d.ts +15 -40
- package/cosmos/authz/v1beta1/query.js +6 -0
- package/cosmos/authz/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/authz/v1beta1/query.lcd.js +6 -9
- package/cosmos/authz/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/authz/v1beta1/query.rpc.Query.js +13 -9
- package/cosmos/authz/v1beta1/tx.d.ts +15 -45
- package/cosmos/authz/v1beta1/tx.js +6 -0
- package/cosmos/authz/v1beta1/tx.registry.d.ts +2 -48
- package/cosmos/authz/v1beta1/tx.registry.js +1 -69
- package/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/authz/v1beta1/tx.rpc.msg.js +20 -10
- package/cosmos/bank/module/v1/module.d.ts +3 -7
- package/cosmos/bank/module/v1/module.js +1 -0
- package/cosmos/bank/v1beta1/authz.d.ts +4 -14
- package/cosmos/bank/v1beta1/authz.js +1 -1
- package/cosmos/bank/v1beta1/bank.d.ts +16 -66
- package/cosmos/bank/v1beta1/bank.js +7 -1
- package/cosmos/bank/v1beta1/genesis.d.ts +7 -20
- package/cosmos/bank/v1beta1/genesis.js +2 -0
- package/cosmos/bank/v1beta1/query.d.ts +58 -226
- package/cosmos/bank/v1beta1/query.js +27 -0
- package/cosmos/bank/v1beta1/query.lcd.d.ts +14 -14
- package/cosmos/bank/v1beta1/query.lcd.js +28 -41
- package/cosmos/bank/v1beta1/query.rpc.Query.d.ts +15 -15
- package/cosmos/bank/v1beta1/query.rpc.Query.js +78 -41
- package/cosmos/bank/v1beta1/tx.d.ts +19 -65
- package/cosmos/bank/v1beta1/tx.js +8 -0
- package/cosmos/bank/v1beta1/tx.registry.d.ts +2 -60
- package/cosmos/bank/v1beta1/tx.registry.js +1 -87
- package/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +7 -6
- package/cosmos/bank/v1beta1/tx.rpc.msg.js +25 -13
- package/cosmos/base/abci/v1beta1/abci.d.ts +26 -112
- package/cosmos/base/abci/v1beta1/abci.js +11 -0
- package/cosmos/base/node/v1beta1/query.d.ts +9 -25
- package/cosmos/base/node/v1beta1/query.js +4 -0
- package/cosmos/base/node/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/base/node/v1beta1/query.lcd.js +4 -6
- package/cosmos/base/node/v1beta1/query.rpc.Service.d.ts +4 -4
- package/cosmos/base/node/v1beta1/query.rpc.Service.js +6 -6
- package/cosmos/base/query/v1beta1/pagination.d.ts +5 -31
- package/cosmos/base/query/v1beta1/pagination.js +2 -0
- package/cosmos/base/reflection/v2alpha1/reflection.d.ts +53 -154
- package/cosmos/base/reflection/v2alpha1/reflection.js +26 -0
- package/cosmos/base/v1beta1/coin.d.ts +9 -38
- package/cosmos/base/v1beta1/coin.js +5 -1
- package/cosmos/benchmark/module/v1/module.d.ts +5 -20
- package/cosmos/benchmark/module/v1/module.js +2 -0
- package/cosmos/benchmark/v1/benchmark.d.ts +3 -11
- package/cosmos/benchmark/v1/benchmark.js +1 -0
- package/cosmos/benchmark/v1/tx.d.ts +6 -13
- package/cosmos/benchmark/v1/tx.js +2 -0
- package/cosmos/benchmark/v1/tx.registry.d.ts +2 -24
- package/cosmos/benchmark/v1/tx.registry.js +1 -33
- package/cosmos/benchmark/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/benchmark/v1/tx.rpc.msg.js +8 -4
- package/cosmos/bundle.d.ts +1344 -1649
- package/cosmos/circuit/module/v1/module.d.ts +3 -5
- package/cosmos/circuit/module/v1/module.js +1 -0
- package/cosmos/circuit/v1/query.d.ts +15 -32
- package/cosmos/circuit/v1/query.js +6 -0
- package/cosmos/circuit/v1/query.lcd.d.ts +4 -4
- package/cosmos/circuit/v1/query.lcd.js +7 -10
- package/cosmos/circuit/v1/query.rpc.Query.d.ts +5 -5
- package/cosmos/circuit/v1/query.rpc.Query.js +10 -10
- package/cosmos/circuit/v1/tx.d.ts +14 -35
- package/cosmos/circuit/v1/tx.js +6 -0
- package/cosmos/circuit/v1/tx.registry.d.ts +2 -48
- package/cosmos/circuit/v1/tx.registry.js +1 -69
- package/cosmos/circuit/v1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/circuit/v1/tx.rpc.msg.js +16 -10
- package/cosmos/circuit/v1/types.d.ts +7 -22
- package/cosmos/circuit/v1/types.js +4 -2
- package/cosmos/consensus/module/v1/module.d.ts +3 -5
- package/cosmos/consensus/module/v1/module.js +1 -0
- package/cosmos/consensus/v1/query.d.ts +6 -10
- package/cosmos/consensus/v1/query.js +2 -0
- package/cosmos/consensus/v1/query.lcd.d.ts +2 -2
- package/cosmos/consensus/v1/query.lcd.js +2 -3
- package/cosmos/consensus/v1/query.rpc.Query.d.ts +3 -3
- package/cosmos/consensus/v1/query.rpc.Query.js +3 -3
- package/cosmos/consensus/v1/tx.d.ts +6 -17
- package/cosmos/consensus/v1/tx.js +2 -0
- package/cosmos/consensus/v1/tx.registry.d.ts +2 -24
- package/cosmos/consensus/v1/tx.registry.js +1 -33
- package/cosmos/consensus/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/consensus/v1/tx.rpc.msg.js +11 -4
- package/cosmos/counter/module/v1/module.d.ts +3 -5
- package/cosmos/counter/module/v1/module.js +1 -0
- package/cosmos/counter/v1/query.d.ts +5 -9
- package/cosmos/counter/v1/query.js +2 -0
- package/cosmos/counter/v1/query.rpc.Query.d.ts +3 -3
- package/cosmos/counter/v1/query.rpc.Query.js +3 -3
- package/cosmos/counter/v1/tx.d.ts +5 -11
- package/cosmos/counter/v1/tx.js +2 -0
- package/cosmos/counter/v1/tx.registry.d.ts +2 -24
- package/cosmos/counter/v1/tx.registry.js +1 -33
- package/cosmos/counter/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/counter/v1/tx.rpc.msg.js +8 -4
- package/cosmos/crisis/module/v1/module.d.ts +3 -6
- package/cosmos/crisis/module/v1/module.js +1 -0
- package/cosmos/crypto/ed25519/keys.d.ts +5 -19
- package/cosmos/crypto/ed25519/keys.js +2 -0
- package/cosmos/crypto/hd/v1/hd.d.ts +3 -9
- package/cosmos/crypto/hd/v1/hd.js +1 -0
- package/cosmos/crypto/keyring/v1/record.d.ts +13 -33
- package/cosmos/crypto/keyring/v1/record.js +5 -0
- package/cosmos/crypto/multisig/keys.d.ts +4 -11
- package/cosmos/crypto/multisig/keys.js +1 -0
- package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +5 -20
- package/cosmos/crypto/multisig/v1beta1/multisig.js +2 -0
- package/cosmos/crypto/secp256k1/keys.d.ts +5 -16
- package/cosmos/crypto/secp256k1/keys.js +2 -0
- package/cosmos/crypto/secp256r1/keys.d.ts +5 -10
- package/cosmos/crypto/secp256r1/keys.js +2 -0
- package/cosmos/distribution/module/v1/module.d.ts +3 -6
- package/cosmos/distribution/module/v1/module.js +1 -0
- package/cosmos/distribution/v1beta1/distribution.d.ts +26 -134
- package/cosmos/distribution/v1beta1/distribution.js +13 -3
- package/cosmos/distribution/v1beta1/genesis.d.ts +19 -72
- package/cosmos/distribution/v1beta1/genesis.js +8 -0
- package/cosmos/distribution/v1beta1/query.d.ts +44 -157
- package/cosmos/distribution/v1beta1/query.js +20 -0
- package/cosmos/distribution/v1beta1/query.lcd.d.ts +11 -11
- package/cosmos/distribution/v1beta1/query.lcd.js +20 -30
- package/cosmos/distribution/v1beta1/query.rpc.Query.d.ts +12 -12
- package/cosmos/distribution/v1beta1/query.rpc.Query.js +31 -30
- package/cosmos/distribution/v1beta1/tx.d.ts +31 -126
- package/cosmos/distribution/v1beta1/tx.js +14 -0
- package/cosmos/distribution/v1beta1/tx.registry.d.ts +2 -96
- package/cosmos/distribution/v1beta1/tx.registry.js +1 -141
- package/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +10 -9
- package/cosmos/distribution/v1beta1/tx.rpc.msg.js +41 -22
- package/cosmos/epochs/module/v1/module.d.ts +3 -4
- package/cosmos/epochs/module/v1/module.js +1 -0
- package/cosmos/epochs/v1beta1/events.d.ts +5 -11
- package/cosmos/epochs/v1beta1/events.js +2 -0
- package/cosmos/epochs/v1beta1/genesis.d.ts +6 -20
- package/cosmos/epochs/v1beta1/genesis.js +2 -0
- package/cosmos/epochs/v1beta1/query.d.ts +10 -32
- package/cosmos/epochs/v1beta1/query.js +4 -0
- package/cosmos/epochs/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/epochs/v1beta1/query.lcd.js +4 -6
- package/cosmos/epochs/v1beta1/query.rpc.Query.d.ts +4 -4
- package/cosmos/epochs/v1beta1/query.rpc.Query.js +6 -6
- package/cosmos/evidence/module/v1/module.d.ts +3 -4
- package/cosmos/evidence/module/v1/module.js +1 -0
- package/cosmos/feegrant/module/v1/module.d.ts +3 -4
- package/cosmos/feegrant/module/v1/module.js +1 -0
- package/cosmos/feegrant/v1beta1/feegrant.d.ts +12 -43
- package/cosmos/feegrant/v1beta1/feegrant.js +4 -3
- package/cosmos/feegrant/v1beta1/genesis.d.ts +4 -6
- package/cosmos/feegrant/v1beta1/genesis.js +1 -0
- package/cosmos/feegrant/v1beta1/query.d.ts +15 -45
- package/cosmos/feegrant/v1beta1/query.js +6 -0
- package/cosmos/feegrant/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/feegrant/v1beta1/query.lcd.js +6 -9
- package/cosmos/feegrant/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/feegrant/v1beta1/query.rpc.Query.js +11 -9
- package/cosmos/feegrant/v1beta1/tx.d.ts +15 -43
- package/cosmos/feegrant/v1beta1/tx.js +6 -0
- package/cosmos/feegrant/v1beta1/tx.registry.d.ts +2 -48
- package/cosmos/feegrant/v1beta1/tx.registry.js +1 -69
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.js +18 -10
- package/cosmos/genutil/module/v1/module.d.ts +3 -4
- package/cosmos/genutil/module/v1/module.js +1 -0
- package/cosmos/gov/module/v1/module.d.ts +3 -6
- package/cosmos/gov/module/v1/module.js +1 -0
- package/cosmos/gov/v1/genesis.d.ts +4 -17
- package/cosmos/gov/v1/genesis.js +1 -0
- package/cosmos/gov/v1/gov.d.ts +22 -104
- package/cosmos/gov/v1/gov.js +10 -3
- package/cosmos/gov/v1/query.d.ts +39 -110
- package/cosmos/gov/v1/query.js +18 -0
- package/cosmos/gov/v1/query.lcd.d.ts +10 -10
- package/cosmos/gov/v1/query.lcd.js +18 -27
- package/cosmos/gov/v1/query.rpc.Query.d.ts +11 -11
- package/cosmos/gov/v1/query.rpc.Query.js +27 -27
- package/cosmos/gov/v1/tx.d.ts +36 -115
- package/cosmos/gov/v1/tx.js +14 -0
- package/cosmos/gov/v1/tx.registry.d.ts +2 -96
- package/cosmos/gov/v1/tx.registry.js +1 -141
- package/cosmos/gov/v1/tx.rpc.msg.d.ts +10 -9
- package/cosmos/gov/v1/tx.rpc.msg.js +32 -22
- package/cosmos/gov/v1beta1/genesis.d.ts +4 -12
- package/cosmos/gov/v1beta1/genesis.js +1 -0
- package/cosmos/gov/v1beta1/gov.d.ts +25 -90
- package/cosmos/gov/v1beta1/gov.js +11 -5
- package/cosmos/gov/v1beta1/query.d.ts +35 -97
- package/cosmos/gov/v1beta1/query.js +16 -0
- package/cosmos/gov/v1beta1/query.lcd.d.ts +9 -9
- package/cosmos/gov/v1beta1/query.lcd.js +16 -24
- package/cosmos/gov/v1beta1/query.rpc.Query.d.ts +10 -10
- package/cosmos/gov/v1beta1/query.rpc.Query.js +24 -24
- package/cosmos/gov/v1beta1/tx.d.ts +23 -62
- package/cosmos/gov/v1beta1/tx.js +8 -0
- package/cosmos/gov/v1beta1/tx.registry.d.ts +2 -60
- package/cosmos/gov/v1beta1/tx.registry.js +1 -87
- package/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +7 -6
- package/cosmos/gov/v1beta1/tx.rpc.msg.js +19 -13
- package/cosmos/group/module/v1/module.d.ts +4 -7
- package/cosmos/group/module/v1/module.js +1 -0
- package/cosmos/group/v1/events.d.ts +24 -62
- package/cosmos/group/v1/events.js +11 -0
- package/cosmos/group/v1/genesis.d.ts +4 -13
- package/cosmos/group/v1/genesis.js +1 -0
- package/cosmos/group/v1/query.d.ts +59 -168
- package/cosmos/group/v1/query.js +28 -0
- package/cosmos/group/v1/query.lcd.d.ts +15 -15
- package/cosmos/group/v1/query.lcd.js +29 -43
- package/cosmos/group/v1/query.rpc.Query.d.ts +16 -16
- package/cosmos/group/v1/query.rpc.Query.js +49 -43
- package/cosmos/group/v1/tx.d.ts +59 -170
- package/cosmos/group/v1/tx.js +29 -2
- package/cosmos/group/v1/tx.registry.d.ts +2 -180
- package/cosmos/group/v1/tx.registry.js +1 -267
- package/cosmos/group/v1/tx.rpc.msg.d.ts +17 -16
- package/cosmos/group/v1/tx.rpc.msg.js +47 -43
- package/cosmos/group/v1/types.d.ts +25 -130
- package/cosmos/group/v1/types.js +12 -6
- package/cosmos/ics23/v1/proofs.d.ts +27 -170
- package/cosmos/ics23/v1/proofs.js +14 -3
- package/cosmos/mint/module/v1/module.d.ts +3 -6
- package/cosmos/mint/module/v1/module.js +1 -0
- package/cosmos/mint/v1beta1/genesis.d.ts +4 -7
- package/cosmos/mint/v1beta1/genesis.js +1 -0
- package/cosmos/mint/v1beta1/mint.d.ts +5 -16
- package/cosmos/mint/v1beta1/mint.js +3 -1
- package/cosmos/mint/v1beta1/query.d.ts +14 -37
- package/cosmos/mint/v1beta1/query.js +6 -0
- package/cosmos/mint/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/mint/v1beta1/query.lcd.js +6 -9
- package/cosmos/mint/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/mint/v1beta1/query.rpc.Query.js +9 -9
- package/cosmos/mint/v1beta1/tx.d.ts +6 -20
- package/cosmos/mint/v1beta1/tx.js +2 -0
- package/cosmos/mint/v1beta1/tx.registry.d.ts +2 -24
- package/cosmos/mint/v1beta1/tx.registry.js +1 -33
- package/cosmos/mint/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/mint/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/nft/module/v1/module.d.ts +3 -4
- package/cosmos/nft/module/v1/module.js +1 -0
- package/cosmos/orm/module/v1alpha1/module.d.ts +3 -8
- package/cosmos/orm/module/v1alpha1/module.js +1 -0
- package/cosmos/orm/query/v1alpha1/query.d.ts +18 -53
- package/cosmos/orm/query/v1alpha1/query.js +7 -0
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.d.ts +4 -4
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.js +6 -6
- package/cosmos/params/module/v1/module.d.ts +3 -4
- package/cosmos/params/module/v1/module.js +1 -0
- package/cosmos/params/v1beta1/params.d.ts +5 -19
- package/cosmos/params/v1beta1/params.js +2 -1
- package/cosmos/params/v1beta1/query.d.ts +12 -42
- package/cosmos/params/v1beta1/query.js +5 -0
- package/cosmos/params/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/params/v1beta1/query.lcd.js +4 -6
- package/cosmos/params/v1beta1/query.rpc.Query.d.ts +4 -4
- package/cosmos/params/v1beta1/query.rpc.Query.js +9 -6
- package/cosmos/protocolpool/module/v1/module.d.ts +3 -5
- package/cosmos/protocolpool/module/v1/module.js +1 -0
- package/cosmos/protocolpool/v1/genesis.d.ts +4 -7
- package/cosmos/protocolpool/v1/genesis.js +1 -0
- package/cosmos/protocolpool/v1/query.d.ts +19 -57
- package/cosmos/protocolpool/v1/query.js +8 -0
- package/cosmos/protocolpool/v1/query.lcd.d.ts +5 -5
- package/cosmos/protocolpool/v1/query.lcd.js +8 -12
- package/cosmos/protocolpool/v1/query.rpc.Query.d.ts +6 -6
- package/cosmos/protocolpool/v1/query.rpc.Query.js +12 -12
- package/cosmos/protocolpool/v1/tx.d.ts +23 -77
- package/cosmos/protocolpool/v1/tx.js +11 -1
- package/cosmos/protocolpool/v1/tx.registry.d.ts +2 -72
- package/cosmos/protocolpool/v1/tx.registry.js +1 -105
- package/cosmos/protocolpool/v1/tx.rpc.msg.d.ts +8 -7
- package/cosmos/protocolpool/v1/tx.rpc.msg.js +28 -16
- package/cosmos/protocolpool/v1/types.d.ts +5 -13
- package/cosmos/protocolpool/v1/types.js +3 -1
- package/cosmos/reflection/v1/reflection.d.ts +6 -10
- package/cosmos/reflection/v1/reflection.js +2 -0
- package/cosmos/slashing/module/v1/module.d.ts +3 -5
- package/cosmos/slashing/module/v1/module.js +1 -0
- package/cosmos/staking/module/v1/module.d.ts +3 -8
- package/cosmos/staking/module/v1/module.js +1 -0
- package/cosmos/staking/v1beta1/authz.d.ts +6 -21
- package/cosmos/staking/v1beta1/authz.js +3 -3
- package/cosmos/staking/v1beta1/genesis.d.ts +6 -19
- package/cosmos/staking/v1beta1/genesis.js +2 -0
- package/cosmos/staking/v1beta1/query.d.ts +59 -213
- package/cosmos/staking/v1beta1/query.js +28 -0
- package/cosmos/staking/v1beta1/query.lcd.d.ts +15 -15
- package/cosmos/staking/v1beta1/query.lcd.js +28 -42
- package/cosmos/staking/v1beta1/query.rpc.Query.d.ts +16 -16
- package/cosmos/staking/v1beta1/query.rpc.Query.js +67 -42
- package/cosmos/staking/v1beta1/staking.d.ts +48 -214
- package/cosmos/staking/v1beta1/staking.js +28 -9
- package/cosmos/staking/v1beta1/tx.d.ts +32 -116
- package/cosmos/staking/v1beta1/tx.js +20 -6
- package/cosmos/staking/v1beta1/tx.registry.d.ts +2 -96
- package/cosmos/staking/v1beta1/tx.registry.js +1 -141
- package/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +10 -9
- package/cosmos/staking/v1beta1/tx.rpc.msg.js +34 -22
- package/cosmos/store/internal/kv/v1beta1/kv.d.ts +5 -11
- package/cosmos/store/internal/kv/v1beta1/kv.js +2 -0
- package/cosmos/store/snapshots/v1/snapshot.d.ts +15 -66
- package/cosmos/store/snapshots/v1/snapshot.js +7 -0
- package/cosmos/store/streaming/abci/grpc.d.ts +11 -23
- package/cosmos/store/streaming/abci/grpc.js +4 -0
- package/cosmos/store/v1beta1/commit_info.d.ts +7 -28
- package/cosmos/store/v1beta1/commit_info.js +3 -0
- package/cosmos/store/v1beta1/listening.d.ts +6 -25
- package/cosmos/store/v1beta1/listening.js +2 -0
- package/cosmos/tx/config/v1/config.d.ts +3 -6
- package/cosmos/tx/config/v1/config.js +1 -0
- package/cosmos/tx/signing/v1beta1/signing.d.ts +13 -38
- package/cosmos/tx/signing/v1beta1/signing.js +6 -2
- package/cosmos/tx/v1beta1/service.d.ts +42 -188
- package/cosmos/tx/v1beta1/service.js +19 -3
- package/cosmos/tx/v1beta1/service.lcd.d.ts +4 -4
- package/cosmos/tx/v1beta1/service.lcd.js +6 -9
- package/cosmos/tx/v1beta1/service.rpc.Service.d.ts +11 -11
- package/cosmos/tx/v1beta1/service.rpc.Service.js +37 -27
- package/cosmos/tx/v1beta1/tx.d.ts +30 -136
- package/cosmos/tx/v1beta1/tx.js +13 -0
- package/cosmos/upgrade/module/v1/module.d.ts +3 -5
- package/cosmos/upgrade/module/v1/module.js +1 -0
- package/cosmos/upgrade/v1beta1/query.d.ts +22 -87
- package/cosmos/upgrade/v1beta1/query.js +10 -0
- package/cosmos/upgrade/v1beta1/query.lcd.d.ts +6 -6
- package/cosmos/upgrade/v1beta1/query.lcd.js +10 -15
- package/cosmos/upgrade/v1beta1/query.rpc.Query.d.ts +7 -7
- package/cosmos/upgrade/v1beta1/query.rpc.Query.js +24 -15
- package/cosmos/upgrade/v1beta1/tx.d.ts +10 -36
- package/cosmos/upgrade/v1beta1/tx.js +4 -0
- package/cosmos/upgrade/v1beta1/tx.registry.d.ts +2 -36
- package/cosmos/upgrade/v1beta1/tx.registry.js +1 -51
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +5 -4
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.js +16 -7
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +10 -51
- package/cosmos/upgrade/v1beta1/upgrade.js +4 -2
- package/cosmos/vesting/module/v1/module.d.ts +3 -4
- package/cosmos/vesting/module/v1/module.js +1 -0
- package/cosmos/vesting/v1beta1/tx.d.ts +15 -60
- package/cosmos/vesting/v1beta1/tx.js +6 -0
- package/cosmos/vesting/v1beta1/tx.registry.d.ts +2 -48
- package/cosmos/vesting/v1beta1/tx.registry.js +1 -69
- package/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/vesting/v1beta1/tx.rpc.msg.js +21 -10
- package/cosmos/vesting/v1beta1/vesting.d.ts +15 -59
- package/cosmos/vesting/v1beta1/vesting.js +6 -0
- package/cosmos_proto/bundle.d.ts +2 -3
- package/cosmos_proto/cosmos.d.ts +3 -25
- package/cosmos_proto/cosmos.js +1 -2
- package/esm/cosmos/app/runtime/v1alpha1/module.js +2 -0
- package/esm/cosmos/app/v1alpha1/module.js +3 -0
- package/esm/cosmos/auth/module/v1/module.js +2 -0
- package/esm/cosmos/auth/v1beta1/auth.js +4 -2
- package/esm/cosmos/auth/v1beta1/genesis.js +1 -0
- package/esm/cosmos/auth/v1beta1/query.js +20 -0
- package/esm/cosmos/auth/v1beta1/query.lcd.js +21 -31
- package/esm/cosmos/auth/v1beta1/query.rpc.Query.js +48 -31
- package/esm/cosmos/auth/v1beta1/tx.js +2 -0
- package/esm/cosmos/auth/v1beta1/tx.registry.js +0 -31
- package/esm/cosmos/auth/v1beta1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/authz/module/v1/module.js +1 -0
- package/esm/cosmos/authz/v1beta1/authz.js +4 -1
- package/esm/cosmos/authz/v1beta1/event.js +2 -0
- package/esm/cosmos/authz/v1beta1/genesis.js +1 -0
- package/esm/cosmos/authz/v1beta1/query.js +6 -0
- package/esm/cosmos/authz/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/authz/v1beta1/query.rpc.Query.js +13 -9
- package/esm/cosmos/authz/v1beta1/tx.js +6 -0
- package/esm/cosmos/authz/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/authz/v1beta1/tx.rpc.msg.js +18 -9
- package/esm/cosmos/bank/module/v1/module.js +1 -0
- package/esm/cosmos/bank/v1beta1/authz.js +1 -1
- package/esm/cosmos/bank/v1beta1/bank.js +7 -1
- package/esm/cosmos/bank/v1beta1/genesis.js +2 -0
- package/esm/cosmos/bank/v1beta1/query.js +27 -0
- package/esm/cosmos/bank/v1beta1/query.lcd.js +28 -41
- package/esm/cosmos/bank/v1beta1/query.rpc.Query.js +78 -41
- package/esm/cosmos/bank/v1beta1/tx.js +8 -0
- package/esm/cosmos/bank/v1beta1/tx.registry.js +0 -85
- package/esm/cosmos/bank/v1beta1/tx.rpc.msg.js +23 -12
- package/esm/cosmos/base/abci/v1beta1/abci.js +11 -0
- package/esm/cosmos/base/node/v1beta1/query.js +4 -0
- package/esm/cosmos/base/node/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/base/node/v1beta1/query.rpc.Service.js +6 -6
- package/esm/cosmos/base/query/v1beta1/pagination.js +2 -0
- package/esm/cosmos/base/reflection/v2alpha1/reflection.js +26 -0
- package/esm/cosmos/base/v1beta1/coin.js +5 -1
- package/esm/cosmos/benchmark/module/v1/module.js +2 -0
- package/esm/cosmos/benchmark/v1/benchmark.js +1 -0
- package/esm/cosmos/benchmark/v1/tx.js +2 -0
- package/esm/cosmos/benchmark/v1/tx.registry.js +0 -31
- package/esm/cosmos/benchmark/v1/tx.rpc.msg.js +6 -3
- package/esm/cosmos/circuit/module/v1/module.js +1 -0
- package/esm/cosmos/circuit/v1/query.js +6 -0
- package/esm/cosmos/circuit/v1/query.lcd.js +7 -10
- package/esm/cosmos/circuit/v1/query.rpc.Query.js +10 -10
- package/esm/cosmos/circuit/v1/tx.js +6 -0
- package/esm/cosmos/circuit/v1/tx.registry.js +0 -67
- package/esm/cosmos/circuit/v1/tx.rpc.msg.js +14 -9
- package/esm/cosmos/circuit/v1/types.js +3 -1
- package/esm/cosmos/consensus/module/v1/module.js +1 -0
- package/esm/cosmos/consensus/v1/query.js +2 -0
- package/esm/cosmos/consensus/v1/query.lcd.js +2 -3
- package/esm/cosmos/consensus/v1/query.rpc.Query.js +3 -3
- package/esm/cosmos/consensus/v1/tx.js +2 -0
- package/esm/cosmos/consensus/v1/tx.registry.js +0 -31
- package/esm/cosmos/consensus/v1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/counter/module/v1/module.js +1 -0
- package/esm/cosmos/counter/v1/query.js +2 -0
- package/esm/cosmos/counter/v1/query.rpc.Query.js +3 -3
- package/esm/cosmos/counter/v1/tx.js +2 -0
- package/esm/cosmos/counter/v1/tx.registry.js +0 -31
- package/esm/cosmos/counter/v1/tx.rpc.msg.js +6 -3
- package/esm/cosmos/crisis/module/v1/module.js +1 -0
- package/esm/cosmos/crypto/ed25519/keys.js +2 -0
- package/esm/cosmos/crypto/hd/v1/hd.js +1 -0
- package/esm/cosmos/crypto/keyring/v1/record.js +5 -0
- package/esm/cosmos/crypto/multisig/keys.js +1 -0
- package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +2 -0
- package/esm/cosmos/crypto/secp256k1/keys.js +2 -0
- package/esm/cosmos/crypto/secp256r1/keys.js +2 -0
- package/esm/cosmos/distribution/module/v1/module.js +1 -0
- package/esm/cosmos/distribution/v1beta1/distribution.js +13 -3
- package/esm/cosmos/distribution/v1beta1/genesis.js +8 -0
- package/esm/cosmos/distribution/v1beta1/query.js +20 -0
- package/esm/cosmos/distribution/v1beta1/query.lcd.js +20 -30
- package/esm/cosmos/distribution/v1beta1/query.rpc.Query.js +31 -30
- package/esm/cosmos/distribution/v1beta1/tx.js +14 -0
- package/esm/cosmos/distribution/v1beta1/tx.registry.js +0 -139
- package/esm/cosmos/distribution/v1beta1/tx.rpc.msg.js +39 -21
- package/esm/cosmos/epochs/module/v1/module.js +1 -0
- package/esm/cosmos/epochs/v1beta1/events.js +2 -0
- package/esm/cosmos/epochs/v1beta1/genesis.js +2 -0
- package/esm/cosmos/epochs/v1beta1/query.js +4 -0
- package/esm/cosmos/epochs/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/epochs/v1beta1/query.rpc.Query.js +6 -6
- package/esm/cosmos/evidence/module/v1/module.js +1 -0
- package/esm/cosmos/feegrant/module/v1/module.js +1 -0
- package/esm/cosmos/feegrant/v1beta1/feegrant.js +4 -3
- package/esm/cosmos/feegrant/v1beta1/genesis.js +1 -0
- package/esm/cosmos/feegrant/v1beta1/query.js +6 -0
- package/esm/cosmos/feegrant/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/feegrant/v1beta1/query.rpc.Query.js +11 -9
- package/esm/cosmos/feegrant/v1beta1/tx.js +6 -0
- package/esm/cosmos/feegrant/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.msg.js +16 -9
- package/esm/cosmos/genutil/module/v1/module.js +1 -0
- package/esm/cosmos/gov/module/v1/module.js +1 -0
- package/esm/cosmos/gov/v1/genesis.js +1 -0
- package/esm/cosmos/gov/v1/gov.js +9 -2
- package/esm/cosmos/gov/v1/query.js +18 -0
- package/esm/cosmos/gov/v1/query.lcd.js +18 -27
- package/esm/cosmos/gov/v1/query.rpc.Query.js +27 -27
- package/esm/cosmos/gov/v1/tx.js +14 -0
- package/esm/cosmos/gov/v1/tx.registry.js +0 -139
- package/esm/cosmos/gov/v1/tx.rpc.msg.js +30 -21
- package/esm/cosmos/gov/v1beta1/genesis.js +1 -0
- package/esm/cosmos/gov/v1beta1/gov.js +10 -4
- package/esm/cosmos/gov/v1beta1/query.js +16 -0
- package/esm/cosmos/gov/v1beta1/query.lcd.js +16 -24
- package/esm/cosmos/gov/v1beta1/query.rpc.Query.js +24 -24
- package/esm/cosmos/gov/v1beta1/tx.js +8 -0
- package/esm/cosmos/gov/v1beta1/tx.registry.js +0 -85
- package/esm/cosmos/gov/v1beta1/tx.rpc.msg.js +17 -12
- package/esm/cosmos/group/module/v1/module.js +1 -0
- package/esm/cosmos/group/v1/events.js +11 -0
- package/esm/cosmos/group/v1/genesis.js +1 -0
- package/esm/cosmos/group/v1/query.js +28 -0
- package/esm/cosmos/group/v1/query.lcd.js +29 -43
- package/esm/cosmos/group/v1/query.rpc.Query.js +49 -43
- package/esm/cosmos/group/v1/tx.js +28 -1
- package/esm/cosmos/group/v1/tx.registry.js +0 -265
- package/esm/cosmos/group/v1/tx.rpc.msg.js +45 -42
- package/esm/cosmos/group/v1/types.js +11 -5
- package/esm/cosmos/ics23/v1/proofs.js +13 -2
- package/esm/cosmos/mint/module/v1/module.js +1 -0
- package/esm/cosmos/mint/v1beta1/genesis.js +1 -0
- package/esm/cosmos/mint/v1beta1/mint.js +3 -1
- package/esm/cosmos/mint/v1beta1/query.js +6 -0
- package/esm/cosmos/mint/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/mint/v1beta1/query.rpc.Query.js +9 -9
- package/esm/cosmos/mint/v1beta1/tx.js +2 -0
- package/esm/cosmos/mint/v1beta1/tx.registry.js +0 -31
- package/esm/cosmos/mint/v1beta1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/nft/module/v1/module.js +1 -0
- package/esm/cosmos/orm/module/v1alpha1/module.js +1 -0
- package/esm/cosmos/orm/query/v1alpha1/query.js +7 -0
- package/esm/cosmos/orm/query/v1alpha1/query.rpc.Query.js +6 -6
- package/esm/cosmos/params/module/v1/module.js +1 -0
- package/esm/cosmos/params/v1beta1/params.js +2 -1
- package/esm/cosmos/params/v1beta1/query.js +5 -0
- package/esm/cosmos/params/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/params/v1beta1/query.rpc.Query.js +9 -6
- package/esm/cosmos/protocolpool/module/v1/module.js +1 -0
- package/esm/cosmos/protocolpool/v1/genesis.js +1 -0
- package/esm/cosmos/protocolpool/v1/query.js +8 -0
- package/esm/cosmos/protocolpool/v1/query.lcd.js +8 -12
- package/esm/cosmos/protocolpool/v1/query.rpc.Query.js +12 -12
- package/esm/cosmos/protocolpool/v1/tx.js +11 -1
- package/esm/cosmos/protocolpool/v1/tx.registry.js +0 -103
- package/esm/cosmos/protocolpool/v1/tx.rpc.msg.js +26 -15
- package/esm/cosmos/protocolpool/v1/types.js +3 -1
- package/esm/cosmos/reflection/v1/reflection.js +2 -0
- package/esm/cosmos/slashing/module/v1/module.js +1 -0
- package/esm/cosmos/staking/module/v1/module.js +1 -0
- package/esm/cosmos/staking/v1beta1/authz.js +2 -2
- package/esm/cosmos/staking/v1beta1/genesis.js +2 -0
- package/esm/cosmos/staking/v1beta1/query.js +28 -0
- package/esm/cosmos/staking/v1beta1/query.lcd.js +28 -42
- package/esm/cosmos/staking/v1beta1/query.rpc.Query.js +67 -42
- package/esm/cosmos/staking/v1beta1/staking.js +23 -4
- package/esm/cosmos/staking/v1beta1/tx.js +16 -2
- package/esm/cosmos/staking/v1beta1/tx.registry.js +0 -139
- package/esm/cosmos/staking/v1beta1/tx.rpc.msg.js +32 -21
- package/esm/cosmos/store/internal/kv/v1beta1/kv.js +2 -0
- package/esm/cosmos/store/snapshots/v1/snapshot.js +7 -0
- package/esm/cosmos/store/streaming/abci/grpc.js +4 -0
- package/esm/cosmos/store/v1beta1/commit_info.js +3 -0
- package/esm/cosmos/store/v1beta1/listening.js +2 -0
- package/esm/cosmos/tx/config/v1/config.js +1 -0
- package/esm/cosmos/tx/signing/v1beta1/signing.js +5 -1
- package/esm/cosmos/tx/v1beta1/service.js +18 -2
- package/esm/cosmos/tx/v1beta1/service.lcd.js +6 -9
- package/esm/cosmos/tx/v1beta1/service.rpc.Service.js +37 -27
- package/esm/cosmos/tx/v1beta1/tx.js +13 -0
- package/esm/cosmos/upgrade/module/v1/module.js +1 -0
- package/esm/cosmos/upgrade/v1beta1/query.js +10 -0
- package/esm/cosmos/upgrade/v1beta1/query.lcd.js +10 -15
- package/esm/cosmos/upgrade/v1beta1/query.rpc.Query.js +24 -15
- package/esm/cosmos/upgrade/v1beta1/tx.js +4 -0
- package/esm/cosmos/upgrade/v1beta1/tx.registry.js +0 -49
- package/esm/cosmos/upgrade/v1beta1/tx.rpc.msg.js +14 -6
- package/esm/cosmos/upgrade/v1beta1/upgrade.js +4 -2
- package/esm/cosmos/vesting/module/v1/module.js +1 -0
- package/esm/cosmos/vesting/v1beta1/tx.js +6 -0
- package/esm/cosmos/vesting/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/vesting/v1beta1/tx.rpc.msg.js +19 -9
- package/esm/cosmos/vesting/v1beta1/vesting.js +6 -0
- package/esm/cosmos_proto/cosmos.js +0 -1
- package/esm/google/protobuf/any.js +0 -1
- package/esm/google/protobuf/descriptor.js +4 -24
- package/esm/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.js +4 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +4 -6
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +6 -6
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.js +6 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +0 -67
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +12 -9
- package/esm/ibc/applications/interchain_accounts/genesis/v1/genesis.js +5 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/host.js +2 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/query.js +2 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/query.lcd.js +2 -3
- package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +3 -3
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.js +4 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.registry.js +0 -49
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +9 -6
- package/esm/ibc/applications/interchain_accounts/v1/account.js +1 -1
- package/esm/ibc/applications/interchain_accounts/v1/metadata.js +1 -0
- package/esm/ibc/applications/interchain_accounts/v1/packet.js +2 -1
- package/esm/ibc/applications/packet_forward_middleware/v1/genesis.js +2 -0
- package/esm/ibc/applications/transfer/v1/authz.js +2 -1
- package/esm/ibc/applications/transfer/v1/denomtrace.js +1 -0
- package/esm/ibc/applications/transfer/v1/genesis.js +1 -0
- package/esm/ibc/applications/transfer/v1/packet.js +1 -0
- package/esm/ibc/applications/transfer/v1/query.js +12 -0
- package/esm/ibc/applications/transfer/v1/query.lcd.js +13 -19
- package/esm/ibc/applications/transfer/v1/query.rpc.Query.js +19 -19
- package/esm/ibc/applications/transfer/v1/token.js +3 -0
- package/esm/ibc/applications/transfer/v1/transfer.js +1 -0
- package/esm/ibc/applications/transfer/v1/tx.js +4 -0
- package/esm/ibc/applications/transfer/v1/tx.registry.js +0 -49
- package/esm/ibc/applications/transfer/v1/tx.rpc.msg.js +9 -6
- package/esm/ibc/core/channel/v1/channel.js +8 -2
- package/esm/ibc/core/channel/v1/genesis.js +2 -0
- package/esm/ibc/core/channel/v1/query.js +28 -0
- package/esm/ibc/core/channel/v1/query.lcd.js +29 -43
- package/esm/ibc/core/channel/v1/query.rpc.Query.js +51 -43
- package/esm/ibc/core/channel/v1/tx.js +20 -1
- package/esm/ibc/core/channel/v1/tx.registry.js +0 -193
- package/esm/ibc/core/channel/v1/tx.rpc.msg.js +34 -30
- package/esm/ibc/core/channel/v2/genesis.js +3 -0
- package/esm/ibc/core/channel/v2/packet.js +4 -1
- package/esm/ibc/core/channel/v2/query.js +16 -0
- package/esm/ibc/core/channel/v2/query.lcd.js +16 -24
- package/esm/ibc/core/channel/v2/query.rpc.Query.js +24 -24
- package/esm/ibc/core/channel/v2/tx.js +8 -1
- package/esm/ibc/core/channel/v2/tx.registry.js +0 -85
- package/esm/ibc/core/channel/v2/tx.rpc.msg.js +15 -12
- package/esm/ibc/core/client/v1/client.js +5 -0
- package/esm/ibc/core/client/v1/genesis.js +3 -0
- package/esm/ibc/core/client/v1/query.js +22 -0
- package/esm/ibc/core/client/v1/query.lcd.js +21 -31
- package/esm/ibc/core/client/v1/query.rpc.Query.js +36 -34
- package/esm/ibc/core/client/v1/tx.js +16 -0
- package/esm/ibc/core/client/v1/tx.registry.js +0 -157
- package/esm/ibc/core/client/v1/tx.rpc.msg.js +27 -24
- package/esm/ibc/core/client/v2/config.js +1 -0
- package/esm/ibc/core/client/v2/counterparty.js +1 -0
- package/esm/ibc/core/client/v2/genesis.js +2 -0
- package/esm/ibc/core/client/v2/query.js +4 -0
- package/esm/ibc/core/client/v2/query.lcd.js +4 -6
- package/esm/ibc/core/client/v2/query.rpc.Query.js +6 -6
- package/esm/ibc/core/client/v2/tx.js +4 -0
- package/esm/ibc/core/client/v2/tx.registry.js +0 -49
- package/esm/ibc/core/client/v2/tx.rpc.msg.js +9 -6
- package/esm/ibc/core/commitment/v1/commitment.js +3 -0
- package/esm/ibc/core/commitment/v2/commitment.js +1 -0
- package/esm/ibc/core/connection/v1/connection.js +7 -1
- package/esm/ibc/core/connection/v1/genesis.js +1 -0
- package/esm/ibc/core/connection/v1/query.js +12 -0
- package/esm/ibc/core/connection/v1/query.lcd.js +13 -19
- package/esm/ibc/core/connection/v1/query.rpc.Query.js +22 -19
- package/esm/ibc/core/connection/v1/tx.js +10 -0
- package/esm/ibc/core/connection/v1/tx.registry.js +0 -103
- package/esm/ibc/core/connection/v1/tx.rpc.msg.js +20 -15
- package/esm/ibc/lightclients/solomachine/v2/solomachine.js +16 -1
- package/esm/ibc/lightclients/solomachine/v3/solomachine.js +8 -0
- package/esm/ibc/lightclients/tendermint/v1/tendermint.js +5 -0
- package/esm/ibc/lightclients/wasm/v1/genesis.js +2 -0
- package/esm/ibc/lightclients/wasm/v1/query.js +4 -0
- package/esm/ibc/lightclients/wasm/v1/query.lcd.js +5 -7
- package/esm/ibc/lightclients/wasm/v1/query.rpc.Query.js +7 -7
- package/esm/ibc/lightclients/wasm/v1/tx.js +6 -0
- package/esm/ibc/lightclients/wasm/v1/tx.registry.js +0 -67
- package/esm/ibc/lightclients/wasm/v1/tx.rpc.msg.js +12 -9
- package/esm/ibc/lightclients/wasm/v1/wasm.js +4 -0
- package/esm/index.js +1 -0
- package/esm/sparkdream/blog/params.js +1 -0
- package/esm/sparkdream/blog/query.lcd.js +7 -10
- package/esm/sparkdream/blog/query.rpc.Query.js +10 -10
- package/esm/sparkdream/blog/tx.js +1 -0
- package/esm/sparkdream/blog/tx.registry.js +0 -85
- package/esm/sparkdream/blog/tx.rpc.msg.js +16 -12
- package/esm/sparkdream/sparkdream/params.js +1 -0
- package/esm/sparkdream/sparkdream/query.lcd.js +2 -3
- package/esm/sparkdream/sparkdream/query.rpc.Query.js +3 -3
- package/esm/sparkdream/sparkdream/tx.js +1 -0
- package/esm/sparkdream/sparkdream/tx.registry.js +0 -31
- package/esm/sparkdream/sparkdream/tx.rpc.msg.js +7 -3
- package/esm/tendermint/abci/types.js +0 -6
- package/esm/tendermint/types/types.js +0 -1
- package/esm/tendermint/types/validator.js +0 -1
- package/esm/types.js +7 -0
- package/google/api/http.d.ts +4 -295
- package/google/bundle.d.ts +37 -57
- package/google/protobuf/any.d.ts +2 -94
- package/google/protobuf/any.js +0 -1
- package/google/protobuf/descriptor.d.ts +35 -370
- package/google/protobuf/descriptor.js +6 -26
- package/google/protobuf/duration.d.ts +2 -65
- package/google/protobuf/timestamp.d.ts +2 -96
- package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +3 -8
- package/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +10 -21
- package/ibc/applications/interchain_accounts/controller/v1/query.js +4 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.lcd.d.ts +3 -3
- package/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +4 -6
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.d.ts +4 -4
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +6 -6
- package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +15 -39
- package/ibc/applications/interchain_accounts/controller/v1/tx.js +6 -0
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +2 -48
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +1 -69
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.d.ts +6 -5
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +14 -10
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +11 -42
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.js +5 -0
- package/ibc/applications/interchain_accounts/host/v1/host.d.ts +5 -18
- package/ibc/applications/interchain_accounts/host/v1/host.js +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.d.ts +6 -10
- package/ibc/applications/interchain_accounts/host/v1/query.js +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.lcd.d.ts +2 -2
- package/ibc/applications/interchain_accounts/host/v1/query.lcd.js +2 -3
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.d.ts +3 -3
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +3 -3
- package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +10 -23
- package/ibc/applications/interchain_accounts/host/v1/tx.js +4 -0
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +2 -36
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.js +1 -51
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.d.ts +5 -4
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +11 -7
- package/ibc/applications/interchain_accounts/v1/account.d.ts +4 -9
- package/ibc/applications/interchain_accounts/v1/account.js +1 -1
- package/ibc/applications/interchain_accounts/v1/metadata.d.ts +3 -13
- package/ibc/applications/interchain_accounts/v1/metadata.js +1 -0
- package/ibc/applications/interchain_accounts/v1/packet.d.ts +6 -14
- package/ibc/applications/interchain_accounts/v1/packet.js +3 -2
- package/ibc/applications/packet_forward_middleware/v1/genesis.d.ts +6 -31
- package/ibc/applications/packet_forward_middleware/v1/genesis.js +2 -0
- package/ibc/applications/transfer/v1/authz.d.ts +6 -20
- package/ibc/applications/transfer/v1/authz.js +2 -1
- package/ibc/applications/transfer/v1/denomtrace.d.ts +3 -10
- package/ibc/applications/transfer/v1/denomtrace.js +1 -0
- package/ibc/applications/transfer/v1/genesis.d.ts +6 -11
- package/ibc/applications/transfer/v1/genesis.js +1 -0
- package/ibc/applications/transfer/v1/packet.d.ts +3 -13
- package/ibc/applications/transfer/v1/packet.js +1 -0
- package/ibc/applications/transfer/v1/query.d.ts +29 -83
- package/ibc/applications/transfer/v1/query.js +12 -0
- package/ibc/applications/transfer/v1/query.lcd.d.ts +7 -7
- package/ibc/applications/transfer/v1/query.lcd.js +13 -19
- package/ibc/applications/transfer/v1/query.rpc.Query.d.ts +8 -8
- package/ibc/applications/transfer/v1/query.rpc.Query.js +19 -19
- package/ibc/applications/transfer/v1/token.d.ts +7 -18
- package/ibc/applications/transfer/v1/token.js +3 -0
- package/ibc/applications/transfer/v1/transfer.d.ts +3 -11
- package/ibc/applications/transfer/v1/transfer.js +1 -0
- package/ibc/applications/transfer/v1/tx.d.ts +11 -37
- package/ibc/applications/transfer/v1/tx.js +4 -0
- package/ibc/applications/transfer/v1/tx.registry.d.ts +2 -36
- package/ibc/applications/transfer/v1/tx.registry.js +1 -51
- package/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +5 -4
- package/ibc/applications/transfer/v1/tx.rpc.msg.js +11 -7
- package/ibc/bundle.d.ts +581 -848
- package/ibc/core/channel/v1/channel.d.ts +18 -96
- package/ibc/core/channel/v1/channel.js +9 -3
- package/ibc/core/channel/v1/genesis.d.ts +6 -23
- package/ibc/core/channel/v1/genesis.js +2 -0
- package/ibc/core/channel/v1/query.d.ts +61 -273
- package/ibc/core/channel/v1/query.js +28 -0
- package/ibc/core/channel/v1/query.lcd.d.ts +15 -15
- package/ibc/core/channel/v1/query.lcd.js +29 -43
- package/ibc/core/channel/v1/query.rpc.Query.d.ts +16 -16
- package/ibc/core/channel/v1/query.rpc.Query.js +51 -43
- package/ibc/core/channel/v1/tx.d.ts +43 -167
- package/ibc/core/channel/v1/tx.js +21 -2
- package/ibc/core/channel/v1/tx.registry.d.ts +2 -132
- package/ibc/core/channel/v1/tx.registry.js +1 -195
- package/ibc/core/channel/v1/tx.rpc.msg.d.ts +13 -12
- package/ibc/core/channel/v1/tx.rpc.msg.js +36 -31
- package/ibc/core/channel/v2/genesis.d.ts +7 -27
- package/ibc/core/channel/v2/genesis.js +3 -0
- package/ibc/core/channel/v2/packet.d.ts +9 -37
- package/ibc/core/channel/v2/packet.js +5 -2
- package/ibc/core/channel/v2/query.d.ts +36 -117
- package/ibc/core/channel/v2/query.js +16 -0
- package/ibc/core/channel/v2/query.lcd.d.ts +9 -9
- package/ibc/core/channel/v2/query.lcd.js +16 -24
- package/ibc/core/channel/v2/query.rpc.Query.d.ts +10 -10
- package/ibc/core/channel/v2/query.rpc.Query.js +24 -24
- package/ibc/core/channel/v2/tx.d.ts +19 -56
- package/ibc/core/channel/v2/tx.js +9 -2
- package/ibc/core/channel/v2/tx.registry.d.ts +2 -60
- package/ibc/core/channel/v2/tx.registry.js +1 -87
- package/ibc/core/channel/v2/tx.rpc.msg.d.ts +7 -6
- package/ibc/core/channel/v2/tx.rpc.msg.js +17 -13
- package/ibc/core/client/v1/client.d.ts +12 -53
- package/ibc/core/client/v1/client.js +5 -0
- package/ibc/core/client/v1/genesis.d.ts +8 -30
- package/ibc/core/client/v1/genesis.js +3 -0
- package/ibc/core/client/v1/query.d.ts +49 -191
- package/ibc/core/client/v1/query.js +22 -0
- package/ibc/core/client/v1/query.lcd.d.ts +11 -11
- package/ibc/core/client/v1/query.lcd.js +21 -31
- package/ibc/core/client/v1/query.rpc.Query.d.ts +13 -13
- package/ibc/core/client/v1/query.rpc.Query.js +36 -34
- package/ibc/core/client/v1/tx.d.ts +36 -107
- package/ibc/core/client/v1/tx.js +16 -0
- package/ibc/core/client/v1/tx.registry.d.ts +2 -108
- package/ibc/core/client/v1/tx.registry.js +1 -159
- package/ibc/core/client/v1/tx.rpc.msg.d.ts +11 -10
- package/ibc/core/client/v1/tx.rpc.msg.js +29 -25
- package/ibc/core/client/v2/config.d.ts +3 -10
- package/ibc/core/client/v2/config.js +1 -0
- package/ibc/core/client/v2/counterparty.d.ts +3 -6
- package/ibc/core/client/v2/counterparty.js +1 -0
- package/ibc/core/client/v2/genesis.d.ts +6 -12
- package/ibc/core/client/v2/genesis.js +2 -0
- package/ibc/core/client/v2/query.d.ts +11 -28
- package/ibc/core/client/v2/query.js +4 -0
- package/ibc/core/client/v2/query.lcd.d.ts +3 -3
- package/ibc/core/client/v2/query.lcd.js +4 -6
- package/ibc/core/client/v2/query.rpc.Query.d.ts +4 -4
- package/ibc/core/client/v2/query.rpc.Query.js +6 -6
- package/ibc/core/client/v2/tx.d.ts +10 -24
- package/ibc/core/client/v2/tx.js +4 -0
- package/ibc/core/client/v2/tx.registry.d.ts +2 -36
- package/ibc/core/client/v2/tx.registry.js +1 -51
- package/ibc/core/client/v2/tx.rpc.msg.d.ts +5 -4
- package/ibc/core/client/v2/tx.rpc.msg.js +11 -7
- package/ibc/core/commitment/v1/commitment.d.ts +8 -29
- package/ibc/core/commitment/v1/commitment.js +3 -0
- package/ibc/core/commitment/v2/commitment.d.ts +3 -37
- package/ibc/core/commitment/v2/commitment.js +1 -0
- package/ibc/core/connection/v1/connection.d.ts +16 -61
- package/ibc/core/connection/v1/connection.js +8 -2
- package/ibc/core/connection/v1/genesis.d.ts +4 -9
- package/ibc/core/connection/v1/genesis.js +1 -0
- package/ibc/core/connection/v1/query.d.ts +29 -107
- package/ibc/core/connection/v1/query.js +12 -0
- package/ibc/core/connection/v1/query.lcd.d.ts +7 -7
- package/ibc/core/connection/v1/query.lcd.js +13 -19
- package/ibc/core/connection/v1/query.rpc.Query.d.ts +8 -8
- package/ibc/core/connection/v1/query.rpc.Query.js +22 -19
- package/ibc/core/connection/v1/tx.d.ts +24 -107
- package/ibc/core/connection/v1/tx.js +10 -0
- package/ibc/core/connection/v1/tx.registry.d.ts +2 -72
- package/ibc/core/connection/v1/tx.registry.js +1 -105
- package/ibc/core/connection/v1/tx.rpc.msg.d.ts +8 -7
- package/ibc/core/connection/v1/tx.rpc.msg.js +22 -16
- package/ibc/lightclients/solomachine/v2/solomachine.d.ts +36 -149
- package/ibc/lightclients/solomachine/v2/solomachine.js +17 -2
- package/ibc/lightclients/solomachine/v3/solomachine.d.ts +18 -75
- package/ibc/lightclients/solomachine/v3/solomachine.js +8 -0
- package/ibc/lightclients/tendermint/v1/tendermint.d.ts +17 -74
- package/ibc/lightclients/tendermint/v1/tendermint.js +5 -0
- package/ibc/lightclients/wasm/v1/genesis.d.ts +5 -10
- package/ibc/lightclients/wasm/v1/genesis.js +2 -0
- package/ibc/lightclients/wasm/v1/query.d.ts +10 -22
- package/ibc/lightclients/wasm/v1/query.js +4 -0
- package/ibc/lightclients/wasm/v1/query.lcd.d.ts +3 -3
- package/ibc/lightclients/wasm/v1/query.lcd.js +5 -7
- package/ibc/lightclients/wasm/v1/query.rpc.Query.d.ts +4 -4
- package/ibc/lightclients/wasm/v1/query.rpc.Query.js +7 -7
- package/ibc/lightclients/wasm/v1/tx.d.ts +13 -33
- package/ibc/lightclients/wasm/v1/tx.js +6 -0
- package/ibc/lightclients/wasm/v1/tx.registry.d.ts +2 -48
- package/ibc/lightclients/wasm/v1/tx.registry.js +1 -69
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.d.ts +6 -5
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.js +14 -10
- package/ibc/lightclients/wasm/v1/wasm.d.ts +10 -29
- package/ibc/lightclients/wasm/v1/wasm.js +4 -0
- package/index.d.ts +1 -0
- package/index.js +1 -0
- package/package.json +1 -1
- package/sparkdream/blog/genesis.d.ts +3 -6
- package/sparkdream/blog/module/module.d.ts +2 -5
- package/sparkdream/blog/params.d.ts +3 -4
- package/sparkdream/blog/params.js +1 -0
- package/sparkdream/blog/post.d.ts +2 -7
- package/sparkdream/blog/query.d.ts +10 -29
- package/sparkdream/blog/query.lcd.d.ts +4 -4
- package/sparkdream/blog/query.lcd.js +7 -10
- package/sparkdream/blog/query.rpc.Query.d.ts +5 -5
- package/sparkdream/blog/query.rpc.Query.js +10 -10
- package/sparkdream/blog/tx.d.ts +11 -42
- package/sparkdream/blog/tx.js +1 -0
- package/sparkdream/blog/tx.registry.d.ts +2 -60
- package/sparkdream/blog/tx.registry.js +1 -87
- package/sparkdream/blog/tx.rpc.msg.d.ts +7 -6
- package/sparkdream/blog/tx.rpc.msg.js +18 -13
- package/sparkdream/bundle.d.ts +31 -103
- package/sparkdream/sparkdream/genesis.d.ts +3 -6
- package/sparkdream/sparkdream/module/module.d.ts +2 -5
- package/sparkdream/sparkdream/params.d.ts +3 -4
- package/sparkdream/sparkdream/params.js +1 -0
- package/sparkdream/sparkdream/query.d.ts +4 -10
- package/sparkdream/sparkdream/query.lcd.d.ts +2 -2
- package/sparkdream/sparkdream/query.lcd.js +2 -3
- package/sparkdream/sparkdream/query.rpc.Query.d.ts +3 -3
- package/sparkdream/sparkdream/query.rpc.Query.js +3 -3
- package/sparkdream/sparkdream/tx.d.ts +5 -14
- package/sparkdream/sparkdream/tx.js +1 -0
- package/sparkdream/sparkdream/tx.registry.d.ts +2 -24
- package/sparkdream/sparkdream/tx.registry.js +1 -33
- package/sparkdream/sparkdream/tx.rpc.msg.d.ts +4 -3
- package/sparkdream/sparkdream/tx.rpc.msg.js +9 -4
- package/tendermint/abci/types.d.ts +51 -356
- package/tendermint/abci/types.js +2 -8
- package/tendermint/bundle.d.ts +89 -97
- package/tendermint/crypto/keys.d.ts +2 -6
- package/tendermint/crypto/proof.d.ts +6 -34
- package/tendermint/p2p/types.d.ts +5 -28
- package/tendermint/types/block.d.ts +4 -9
- package/tendermint/types/evidence.d.ts +7 -29
- package/tendermint/types/params.d.ts +9 -54
- package/tendermint/types/types.d.ts +19 -133
- package/tendermint/types/types.js +1 -2
- package/tendermint/types/validator.d.ts +5 -20
- package/tendermint/types/validator.js +1 -2
- package/tendermint/version/types.d.ts +3 -20
- package/types.d.ts +74 -0
- package/types.js +8 -0
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { Any, AnyAmino
|
|
1
|
+
import { Any, AnyAmino } from "../../../../google/protobuf/any";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../../helpers";
|
|
3
4
|
/**
|
|
4
5
|
* ClientState defines a solo machine client that tracks the current consensus
|
|
5
6
|
* state and if the client is frozen.
|
|
@@ -30,15 +31,6 @@ export interface ClientStateAminoMsg {
|
|
|
30
31
|
type: "cosmos-sdk/ClientState";
|
|
31
32
|
value: ClientStateAmino;
|
|
32
33
|
}
|
|
33
|
-
/**
|
|
34
|
-
* ClientState defines a solo machine client that tracks the current consensus
|
|
35
|
-
* state and if the client is frozen.
|
|
36
|
-
*/
|
|
37
|
-
export interface ClientStateSDKType {
|
|
38
|
-
sequence: bigint;
|
|
39
|
-
is_frozen: boolean;
|
|
40
|
-
consensus_state?: ConsensusStateSDKType;
|
|
41
|
-
}
|
|
42
34
|
/**
|
|
43
35
|
* ConsensusState defines a solo machine consensus state. The sequence of a
|
|
44
36
|
* consensus state is contained in the "height" key used in storing the
|
|
@@ -79,16 +71,6 @@ export interface ConsensusStateAminoMsg {
|
|
|
79
71
|
type: "cosmos-sdk/ConsensusState";
|
|
80
72
|
value: ConsensusStateAmino;
|
|
81
73
|
}
|
|
82
|
-
/**
|
|
83
|
-
* ConsensusState defines a solo machine consensus state. The sequence of a
|
|
84
|
-
* consensus state is contained in the "height" key used in storing the
|
|
85
|
-
* consensus state.
|
|
86
|
-
*/
|
|
87
|
-
export interface ConsensusStateSDKType {
|
|
88
|
-
public_key?: AnySDKType;
|
|
89
|
-
diversifier: string;
|
|
90
|
-
timestamp: bigint;
|
|
91
|
-
}
|
|
92
74
|
/** Header defines a solo machine consensus header */
|
|
93
75
|
export interface Header {
|
|
94
76
|
timestamp: bigint;
|
|
@@ -111,13 +93,6 @@ export interface HeaderAminoMsg {
|
|
|
111
93
|
type: "cosmos-sdk/Header";
|
|
112
94
|
value: HeaderAmino;
|
|
113
95
|
}
|
|
114
|
-
/** Header defines a solo machine consensus header */
|
|
115
|
-
export interface HeaderSDKType {
|
|
116
|
-
timestamp: bigint;
|
|
117
|
-
signature: Uint8Array;
|
|
118
|
-
new_public_key?: AnySDKType;
|
|
119
|
-
new_diversifier: string;
|
|
120
|
-
}
|
|
121
96
|
/**
|
|
122
97
|
* Misbehaviour defines misbehaviour for a solo machine which consists
|
|
123
98
|
* of a sequence and two signatures over different messages at that sequence.
|
|
@@ -144,15 +119,6 @@ export interface MisbehaviourAminoMsg {
|
|
|
144
119
|
type: "cosmos-sdk/Misbehaviour";
|
|
145
120
|
value: MisbehaviourAmino;
|
|
146
121
|
}
|
|
147
|
-
/**
|
|
148
|
-
* Misbehaviour defines misbehaviour for a solo machine which consists
|
|
149
|
-
* of a sequence and two signatures over different messages at that sequence.
|
|
150
|
-
*/
|
|
151
|
-
export interface MisbehaviourSDKType {
|
|
152
|
-
sequence: bigint;
|
|
153
|
-
signature_one?: SignatureAndDataSDKType;
|
|
154
|
-
signature_two?: SignatureAndDataSDKType;
|
|
155
|
-
}
|
|
156
122
|
/**
|
|
157
123
|
* SignatureAndData contains a signature and the data signed over to create that
|
|
158
124
|
* signature.
|
|
@@ -181,16 +147,6 @@ export interface SignatureAndDataAminoMsg {
|
|
|
181
147
|
type: "cosmos-sdk/SignatureAndData";
|
|
182
148
|
value: SignatureAndDataAmino;
|
|
183
149
|
}
|
|
184
|
-
/**
|
|
185
|
-
* SignatureAndData contains a signature and the data signed over to create that
|
|
186
|
-
* signature.
|
|
187
|
-
*/
|
|
188
|
-
export interface SignatureAndDataSDKType {
|
|
189
|
-
signature: Uint8Array;
|
|
190
|
-
path: Uint8Array;
|
|
191
|
-
data: Uint8Array;
|
|
192
|
-
timestamp: bigint;
|
|
193
|
-
}
|
|
194
150
|
/**
|
|
195
151
|
* TimestampedSignatureData contains the signature data and the timestamp of the
|
|
196
152
|
* signature.
|
|
@@ -215,14 +171,6 @@ export interface TimestampedSignatureDataAminoMsg {
|
|
|
215
171
|
type: "cosmos-sdk/TimestampedSignatureData";
|
|
216
172
|
value: TimestampedSignatureDataAmino;
|
|
217
173
|
}
|
|
218
|
-
/**
|
|
219
|
-
* TimestampedSignatureData contains the signature data and the timestamp of the
|
|
220
|
-
* signature.
|
|
221
|
-
*/
|
|
222
|
-
export interface TimestampedSignatureDataSDKType {
|
|
223
|
-
signature_data: Uint8Array;
|
|
224
|
-
timestamp: bigint;
|
|
225
|
-
}
|
|
226
174
|
/** SignBytes defines the signed bytes used for signature verification. */
|
|
227
175
|
export interface SignBytes {
|
|
228
176
|
/** the sequence number */
|
|
@@ -257,14 +205,6 @@ export interface SignBytesAminoMsg {
|
|
|
257
205
|
type: "cosmos-sdk/SignBytes";
|
|
258
206
|
value: SignBytesAmino;
|
|
259
207
|
}
|
|
260
|
-
/** SignBytes defines the signed bytes used for signature verification. */
|
|
261
|
-
export interface SignBytesSDKType {
|
|
262
|
-
sequence: bigint;
|
|
263
|
-
timestamp: bigint;
|
|
264
|
-
diversifier: string;
|
|
265
|
-
path: Uint8Array;
|
|
266
|
-
data: Uint8Array;
|
|
267
|
-
}
|
|
268
208
|
/** HeaderData returns the SignBytes data for update verification. */
|
|
269
209
|
export interface HeaderData {
|
|
270
210
|
/** header public key */
|
|
@@ -287,16 +227,12 @@ export interface HeaderDataAminoMsg {
|
|
|
287
227
|
type: "cosmos-sdk/HeaderData";
|
|
288
228
|
value: HeaderDataAmino;
|
|
289
229
|
}
|
|
290
|
-
/** HeaderData returns the SignBytes data for update verification. */
|
|
291
|
-
export interface HeaderDataSDKType {
|
|
292
|
-
new_pub_key?: AnySDKType;
|
|
293
|
-
new_diversifier: string;
|
|
294
|
-
}
|
|
295
230
|
export declare const ClientState: {
|
|
296
231
|
typeUrl: string;
|
|
232
|
+
aminoType: string;
|
|
297
233
|
encode(message: ClientState, writer?: BinaryWriter): BinaryWriter;
|
|
298
234
|
decode(input: BinaryReader | Uint8Array, length?: number): ClientState;
|
|
299
|
-
fromPartial(object:
|
|
235
|
+
fromPartial(object: DeepPartial<ClientState>): ClientState;
|
|
300
236
|
fromAmino(object: ClientStateAmino): ClientState;
|
|
301
237
|
toAmino(message: ClientState): ClientStateAmino;
|
|
302
238
|
fromAminoMsg(object: ClientStateAminoMsg): ClientState;
|
|
@@ -307,9 +243,10 @@ export declare const ClientState: {
|
|
|
307
243
|
};
|
|
308
244
|
export declare const ConsensusState: {
|
|
309
245
|
typeUrl: string;
|
|
246
|
+
aminoType: string;
|
|
310
247
|
encode(message: ConsensusState, writer?: BinaryWriter): BinaryWriter;
|
|
311
248
|
decode(input: BinaryReader | Uint8Array, length?: number): ConsensusState;
|
|
312
|
-
fromPartial(object:
|
|
249
|
+
fromPartial(object: DeepPartial<ConsensusState>): ConsensusState;
|
|
313
250
|
fromAmino(object: ConsensusStateAmino): ConsensusState;
|
|
314
251
|
toAmino(message: ConsensusState): ConsensusStateAmino;
|
|
315
252
|
fromAminoMsg(object: ConsensusStateAminoMsg): ConsensusState;
|
|
@@ -320,9 +257,10 @@ export declare const ConsensusState: {
|
|
|
320
257
|
};
|
|
321
258
|
export declare const Header: {
|
|
322
259
|
typeUrl: string;
|
|
260
|
+
aminoType: string;
|
|
323
261
|
encode(message: Header, writer?: BinaryWriter): BinaryWriter;
|
|
324
262
|
decode(input: BinaryReader | Uint8Array, length?: number): Header;
|
|
325
|
-
fromPartial(object:
|
|
263
|
+
fromPartial(object: DeepPartial<Header>): Header;
|
|
326
264
|
fromAmino(object: HeaderAmino): Header;
|
|
327
265
|
toAmino(message: Header): HeaderAmino;
|
|
328
266
|
fromAminoMsg(object: HeaderAminoMsg): Header;
|
|
@@ -333,9 +271,10 @@ export declare const Header: {
|
|
|
333
271
|
};
|
|
334
272
|
export declare const Misbehaviour: {
|
|
335
273
|
typeUrl: string;
|
|
274
|
+
aminoType: string;
|
|
336
275
|
encode(message: Misbehaviour, writer?: BinaryWriter): BinaryWriter;
|
|
337
276
|
decode(input: BinaryReader | Uint8Array, length?: number): Misbehaviour;
|
|
338
|
-
fromPartial(object:
|
|
277
|
+
fromPartial(object: DeepPartial<Misbehaviour>): Misbehaviour;
|
|
339
278
|
fromAmino(object: MisbehaviourAmino): Misbehaviour;
|
|
340
279
|
toAmino(message: Misbehaviour): MisbehaviourAmino;
|
|
341
280
|
fromAminoMsg(object: MisbehaviourAminoMsg): Misbehaviour;
|
|
@@ -346,9 +285,10 @@ export declare const Misbehaviour: {
|
|
|
346
285
|
};
|
|
347
286
|
export declare const SignatureAndData: {
|
|
348
287
|
typeUrl: string;
|
|
288
|
+
aminoType: string;
|
|
349
289
|
encode(message: SignatureAndData, writer?: BinaryWriter): BinaryWriter;
|
|
350
290
|
decode(input: BinaryReader | Uint8Array, length?: number): SignatureAndData;
|
|
351
|
-
fromPartial(object:
|
|
291
|
+
fromPartial(object: DeepPartial<SignatureAndData>): SignatureAndData;
|
|
352
292
|
fromAmino(object: SignatureAndDataAmino): SignatureAndData;
|
|
353
293
|
toAmino(message: SignatureAndData): SignatureAndDataAmino;
|
|
354
294
|
fromAminoMsg(object: SignatureAndDataAminoMsg): SignatureAndData;
|
|
@@ -359,9 +299,10 @@ export declare const SignatureAndData: {
|
|
|
359
299
|
};
|
|
360
300
|
export declare const TimestampedSignatureData: {
|
|
361
301
|
typeUrl: string;
|
|
302
|
+
aminoType: string;
|
|
362
303
|
encode(message: TimestampedSignatureData, writer?: BinaryWriter): BinaryWriter;
|
|
363
304
|
decode(input: BinaryReader | Uint8Array, length?: number): TimestampedSignatureData;
|
|
364
|
-
fromPartial(object:
|
|
305
|
+
fromPartial(object: DeepPartial<TimestampedSignatureData>): TimestampedSignatureData;
|
|
365
306
|
fromAmino(object: TimestampedSignatureDataAmino): TimestampedSignatureData;
|
|
366
307
|
toAmino(message: TimestampedSignatureData): TimestampedSignatureDataAmino;
|
|
367
308
|
fromAminoMsg(object: TimestampedSignatureDataAminoMsg): TimestampedSignatureData;
|
|
@@ -372,9 +313,10 @@ export declare const TimestampedSignatureData: {
|
|
|
372
313
|
};
|
|
373
314
|
export declare const SignBytes: {
|
|
374
315
|
typeUrl: string;
|
|
316
|
+
aminoType: string;
|
|
375
317
|
encode(message: SignBytes, writer?: BinaryWriter): BinaryWriter;
|
|
376
318
|
decode(input: BinaryReader | Uint8Array, length?: number): SignBytes;
|
|
377
|
-
fromPartial(object:
|
|
319
|
+
fromPartial(object: DeepPartial<SignBytes>): SignBytes;
|
|
378
320
|
fromAmino(object: SignBytesAmino): SignBytes;
|
|
379
321
|
toAmino(message: SignBytes): SignBytesAmino;
|
|
380
322
|
fromAminoMsg(object: SignBytesAminoMsg): SignBytes;
|
|
@@ -385,9 +327,10 @@ export declare const SignBytes: {
|
|
|
385
327
|
};
|
|
386
328
|
export declare const HeaderData: {
|
|
387
329
|
typeUrl: string;
|
|
330
|
+
aminoType: string;
|
|
388
331
|
encode(message: HeaderData, writer?: BinaryWriter): BinaryWriter;
|
|
389
332
|
decode(input: BinaryReader | Uint8Array, length?: number): HeaderData;
|
|
390
|
-
fromPartial(object:
|
|
333
|
+
fromPartial(object: DeepPartial<HeaderData>): HeaderData;
|
|
391
334
|
fromAmino(object: HeaderDataAmino): HeaderData;
|
|
392
335
|
toAmino(message: HeaderData): HeaderDataAmino;
|
|
393
336
|
fromAminoMsg(object: HeaderDataAminoMsg): HeaderData;
|
|
@@ -14,6 +14,7 @@ function createBaseClientState() {
|
|
|
14
14
|
}
|
|
15
15
|
exports.ClientState = {
|
|
16
16
|
typeUrl: "/ibc.lightclients.solomachine.v3.ClientState",
|
|
17
|
+
aminoType: "cosmos-sdk/ClientState",
|
|
17
18
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
18
19
|
if (message.sequence !== BigInt(0)) {
|
|
19
20
|
writer.uint32(8).uint64(message.sequence);
|
|
@@ -107,6 +108,7 @@ function createBaseConsensusState() {
|
|
|
107
108
|
}
|
|
108
109
|
exports.ConsensusState = {
|
|
109
110
|
typeUrl: "/ibc.lightclients.solomachine.v3.ConsensusState",
|
|
111
|
+
aminoType: "cosmos-sdk/ConsensusState",
|
|
110
112
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
111
113
|
if (message.publicKey !== undefined) {
|
|
112
114
|
any_1.Any.encode(message.publicKey, writer.uint32(10).fork()).ldelim();
|
|
@@ -201,6 +203,7 @@ function createBaseHeader() {
|
|
|
201
203
|
}
|
|
202
204
|
exports.Header = {
|
|
203
205
|
typeUrl: "/ibc.lightclients.solomachine.v3.Header",
|
|
206
|
+
aminoType: "cosmos-sdk/Header",
|
|
204
207
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
205
208
|
if (message.timestamp !== BigInt(0)) {
|
|
206
209
|
writer.uint32(8).uint64(message.timestamp);
|
|
@@ -305,6 +308,7 @@ function createBaseMisbehaviour() {
|
|
|
305
308
|
}
|
|
306
309
|
exports.Misbehaviour = {
|
|
307
310
|
typeUrl: "/ibc.lightclients.solomachine.v3.Misbehaviour",
|
|
311
|
+
aminoType: "cosmos-sdk/Misbehaviour",
|
|
308
312
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
309
313
|
if (message.sequence !== BigInt(0)) {
|
|
310
314
|
writer.uint32(8).uint64(message.sequence);
|
|
@@ -399,6 +403,7 @@ function createBaseSignatureAndData() {
|
|
|
399
403
|
}
|
|
400
404
|
exports.SignatureAndData = {
|
|
401
405
|
typeUrl: "/ibc.lightclients.solomachine.v3.SignatureAndData",
|
|
406
|
+
aminoType: "cosmos-sdk/SignatureAndData",
|
|
402
407
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
403
408
|
if (message.signature.length !== 0) {
|
|
404
409
|
writer.uint32(10).bytes(message.signature);
|
|
@@ -502,6 +507,7 @@ function createBaseTimestampedSignatureData() {
|
|
|
502
507
|
}
|
|
503
508
|
exports.TimestampedSignatureData = {
|
|
504
509
|
typeUrl: "/ibc.lightclients.solomachine.v3.TimestampedSignatureData",
|
|
510
|
+
aminoType: "cosmos-sdk/TimestampedSignatureData",
|
|
505
511
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
506
512
|
if (message.signatureData.length !== 0) {
|
|
507
513
|
writer.uint32(10).bytes(message.signatureData);
|
|
@@ -586,6 +592,7 @@ function createBaseSignBytes() {
|
|
|
586
592
|
}
|
|
587
593
|
exports.SignBytes = {
|
|
588
594
|
typeUrl: "/ibc.lightclients.solomachine.v3.SignBytes",
|
|
595
|
+
aminoType: "cosmos-sdk/SignBytes",
|
|
589
596
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
590
597
|
if (message.sequence !== BigInt(0)) {
|
|
591
598
|
writer.uint32(8).uint64(message.sequence);
|
|
@@ -700,6 +707,7 @@ function createBaseHeaderData() {
|
|
|
700
707
|
}
|
|
701
708
|
exports.HeaderData = {
|
|
702
709
|
typeUrl: "/ibc.lightclients.solomachine.v3.HeaderData",
|
|
710
|
+
aminoType: "cosmos-sdk/HeaderData",
|
|
703
711
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
704
712
|
if (message.newPubKey !== undefined) {
|
|
705
713
|
any_1.Any.encode(message.newPubKey, writer.uint32(10).fork()).ldelim();
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { Duration, DurationAmino
|
|
2
|
-
import { Height, HeightAmino
|
|
3
|
-
import { ProofSpec, ProofSpecAmino
|
|
4
|
-
import { MerkleRoot, MerkleRootAmino
|
|
5
|
-
import { SignedHeader, SignedHeaderAmino
|
|
6
|
-
import { ValidatorSet, ValidatorSetAmino
|
|
1
|
+
import { Duration, DurationAmino } from "../../../../google/protobuf/duration";
|
|
2
|
+
import { Height, HeightAmino } from "../../../core/client/v1/client";
|
|
3
|
+
import { ProofSpec, ProofSpecAmino } from "../../../../cosmos/ics23/v1/proofs";
|
|
4
|
+
import { MerkleRoot, MerkleRootAmino } from "../../../core/commitment/v1/commitment";
|
|
5
|
+
import { SignedHeader, SignedHeaderAmino } from "../../../../tendermint/types/types";
|
|
6
|
+
import { ValidatorSet, ValidatorSetAmino } from "../../../../tendermint/types/validator";
|
|
7
7
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
8
|
+
import { DeepPartial } from "../../../../helpers";
|
|
8
9
|
/**
|
|
9
10
|
* ClientState from Tendermint tracks the current validator set, latest height,
|
|
10
11
|
* and a possible frozen height.
|
|
@@ -91,25 +92,6 @@ export interface ClientStateAminoMsg {
|
|
|
91
92
|
type: "cosmos-sdk/ClientState";
|
|
92
93
|
value: ClientStateAmino;
|
|
93
94
|
}
|
|
94
|
-
/**
|
|
95
|
-
* ClientState from Tendermint tracks the current validator set, latest height,
|
|
96
|
-
* and a possible frozen height.
|
|
97
|
-
*/
|
|
98
|
-
export interface ClientStateSDKType {
|
|
99
|
-
chain_id: string;
|
|
100
|
-
trust_level: FractionSDKType;
|
|
101
|
-
trusting_period: DurationSDKType;
|
|
102
|
-
unbonding_period: DurationSDKType;
|
|
103
|
-
max_clock_drift: DurationSDKType;
|
|
104
|
-
frozen_height: HeightSDKType;
|
|
105
|
-
latest_height: HeightSDKType;
|
|
106
|
-
proof_specs: ProofSpecSDKType[];
|
|
107
|
-
upgrade_path: string[];
|
|
108
|
-
/** @deprecated */
|
|
109
|
-
allow_update_after_expiry: boolean;
|
|
110
|
-
/** @deprecated */
|
|
111
|
-
allow_update_after_misbehaviour: boolean;
|
|
112
|
-
}
|
|
113
95
|
/** ConsensusState defines the consensus state from Tendermint. */
|
|
114
96
|
export interface ConsensusState {
|
|
115
97
|
/**
|
|
@@ -140,12 +122,6 @@ export interface ConsensusStateAminoMsg {
|
|
|
140
122
|
type: "cosmos-sdk/ConsensusState";
|
|
141
123
|
value: ConsensusStateAmino;
|
|
142
124
|
}
|
|
143
|
-
/** ConsensusState defines the consensus state from Tendermint. */
|
|
144
|
-
export interface ConsensusStateSDKType {
|
|
145
|
-
timestamp: Date;
|
|
146
|
-
root: MerkleRootSDKType;
|
|
147
|
-
next_validators_hash: Uint8Array;
|
|
148
|
-
}
|
|
149
125
|
/**
|
|
150
126
|
* Misbehaviour is a wrapper over two conflicting Headers
|
|
151
127
|
* that implements Misbehaviour interface expected by ICS-02
|
|
@@ -176,16 +152,6 @@ export interface MisbehaviourAminoMsg {
|
|
|
176
152
|
type: "cosmos-sdk/Misbehaviour";
|
|
177
153
|
value: MisbehaviourAmino;
|
|
178
154
|
}
|
|
179
|
-
/**
|
|
180
|
-
* Misbehaviour is a wrapper over two conflicting Headers
|
|
181
|
-
* that implements Misbehaviour interface expected by ICS-02
|
|
182
|
-
*/
|
|
183
|
-
export interface MisbehaviourSDKType {
|
|
184
|
-
/** @deprecated */
|
|
185
|
-
client_id: string;
|
|
186
|
-
header_1?: HeaderSDKType;
|
|
187
|
-
header_2?: HeaderSDKType;
|
|
188
|
-
}
|
|
189
155
|
/**
|
|
190
156
|
* Header defines the Tendermint client consensus Header.
|
|
191
157
|
* It encapsulates all the information necessary to update from a trusted
|
|
@@ -234,26 +200,6 @@ export interface HeaderAminoMsg {
|
|
|
234
200
|
type: "cosmos-sdk/Header";
|
|
235
201
|
value: HeaderAmino;
|
|
236
202
|
}
|
|
237
|
-
/**
|
|
238
|
-
* Header defines the Tendermint client consensus Header.
|
|
239
|
-
* It encapsulates all the information necessary to update from a trusted
|
|
240
|
-
* Tendermint ConsensusState. The inclusion of TrustedHeight and
|
|
241
|
-
* TrustedValidators allows this update to process correctly, so long as the
|
|
242
|
-
* ConsensusState for the TrustedHeight exists, this removes race conditions
|
|
243
|
-
* among relayers The SignedHeader and ValidatorSet are the new untrusted update
|
|
244
|
-
* fields for the client. The TrustedHeight is the height of a stored
|
|
245
|
-
* ConsensusState on the client that will be used to verify the new untrusted
|
|
246
|
-
* header. The Trusted ConsensusState must be within the unbonding period of
|
|
247
|
-
* current time in order to correctly verify, and the TrustedValidators must
|
|
248
|
-
* hash to TrustedConsensusState.NextValidatorsHash since that is the last
|
|
249
|
-
* trusted validator set at the TrustedHeight.
|
|
250
|
-
*/
|
|
251
|
-
export interface HeaderSDKType {
|
|
252
|
-
signed_header?: SignedHeaderSDKType;
|
|
253
|
-
validator_set?: ValidatorSetSDKType;
|
|
254
|
-
trusted_height: HeightSDKType;
|
|
255
|
-
trusted_validators?: ValidatorSetSDKType;
|
|
256
|
-
}
|
|
257
203
|
/**
|
|
258
204
|
* Fraction defines the protobuf message type for tmmath.Fraction that only
|
|
259
205
|
* supports positive values.
|
|
@@ -278,19 +224,12 @@ export interface FractionAminoMsg {
|
|
|
278
224
|
type: "cosmos-sdk/Fraction";
|
|
279
225
|
value: FractionAmino;
|
|
280
226
|
}
|
|
281
|
-
/**
|
|
282
|
-
* Fraction defines the protobuf message type for tmmath.Fraction that only
|
|
283
|
-
* supports positive values.
|
|
284
|
-
*/
|
|
285
|
-
export interface FractionSDKType {
|
|
286
|
-
numerator: bigint;
|
|
287
|
-
denominator: bigint;
|
|
288
|
-
}
|
|
289
227
|
export declare const ClientState: {
|
|
290
228
|
typeUrl: string;
|
|
229
|
+
aminoType: string;
|
|
291
230
|
encode(message: ClientState, writer?: BinaryWriter): BinaryWriter;
|
|
292
231
|
decode(input: BinaryReader | Uint8Array, length?: number): ClientState;
|
|
293
|
-
fromPartial(object:
|
|
232
|
+
fromPartial(object: DeepPartial<ClientState>): ClientState;
|
|
294
233
|
fromAmino(object: ClientStateAmino): ClientState;
|
|
295
234
|
toAmino(message: ClientState): ClientStateAmino;
|
|
296
235
|
fromAminoMsg(object: ClientStateAminoMsg): ClientState;
|
|
@@ -301,9 +240,10 @@ export declare const ClientState: {
|
|
|
301
240
|
};
|
|
302
241
|
export declare const ConsensusState: {
|
|
303
242
|
typeUrl: string;
|
|
243
|
+
aminoType: string;
|
|
304
244
|
encode(message: ConsensusState, writer?: BinaryWriter): BinaryWriter;
|
|
305
245
|
decode(input: BinaryReader | Uint8Array, length?: number): ConsensusState;
|
|
306
|
-
fromPartial(object:
|
|
246
|
+
fromPartial(object: DeepPartial<ConsensusState>): ConsensusState;
|
|
307
247
|
fromAmino(object: ConsensusStateAmino): ConsensusState;
|
|
308
248
|
toAmino(message: ConsensusState): ConsensusStateAmino;
|
|
309
249
|
fromAminoMsg(object: ConsensusStateAminoMsg): ConsensusState;
|
|
@@ -314,9 +254,10 @@ export declare const ConsensusState: {
|
|
|
314
254
|
};
|
|
315
255
|
export declare const Misbehaviour: {
|
|
316
256
|
typeUrl: string;
|
|
257
|
+
aminoType: string;
|
|
317
258
|
encode(message: Misbehaviour, writer?: BinaryWriter): BinaryWriter;
|
|
318
259
|
decode(input: BinaryReader | Uint8Array, length?: number): Misbehaviour;
|
|
319
|
-
fromPartial(object:
|
|
260
|
+
fromPartial(object: DeepPartial<Misbehaviour>): Misbehaviour;
|
|
320
261
|
fromAmino(object: MisbehaviourAmino): Misbehaviour;
|
|
321
262
|
toAmino(message: Misbehaviour): MisbehaviourAmino;
|
|
322
263
|
fromAminoMsg(object: MisbehaviourAminoMsg): Misbehaviour;
|
|
@@ -327,9 +268,10 @@ export declare const Misbehaviour: {
|
|
|
327
268
|
};
|
|
328
269
|
export declare const Header: {
|
|
329
270
|
typeUrl: string;
|
|
271
|
+
aminoType: string;
|
|
330
272
|
encode(message: Header, writer?: BinaryWriter): BinaryWriter;
|
|
331
273
|
decode(input: BinaryReader | Uint8Array, length?: number): Header;
|
|
332
|
-
fromPartial(object:
|
|
274
|
+
fromPartial(object: DeepPartial<Header>): Header;
|
|
333
275
|
fromAmino(object: HeaderAmino): Header;
|
|
334
276
|
toAmino(message: Header): HeaderAmino;
|
|
335
277
|
fromAminoMsg(object: HeaderAminoMsg): Header;
|
|
@@ -340,9 +282,10 @@ export declare const Header: {
|
|
|
340
282
|
};
|
|
341
283
|
export declare const Fraction: {
|
|
342
284
|
typeUrl: string;
|
|
285
|
+
aminoType: string;
|
|
343
286
|
encode(message: Fraction, writer?: BinaryWriter): BinaryWriter;
|
|
344
287
|
decode(input: BinaryReader | Uint8Array, length?: number): Fraction;
|
|
345
|
-
fromPartial(object:
|
|
288
|
+
fromPartial(object: DeepPartial<Fraction>): Fraction;
|
|
346
289
|
fromAmino(object: FractionAmino): Fraction;
|
|
347
290
|
toAmino(message: Fraction): FractionAmino;
|
|
348
291
|
fromAminoMsg(object: FractionAminoMsg): Fraction;
|
|
@@ -28,6 +28,7 @@ function createBaseClientState() {
|
|
|
28
28
|
}
|
|
29
29
|
exports.ClientState = {
|
|
30
30
|
typeUrl: "/ibc.lightclients.tendermint.v1.ClientState",
|
|
31
|
+
aminoType: "cosmos-sdk/ClientState",
|
|
31
32
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
32
33
|
if (message.chainId !== "") {
|
|
33
34
|
writer.uint32(10).string(message.chainId);
|
|
@@ -215,6 +216,7 @@ function createBaseConsensusState() {
|
|
|
215
216
|
}
|
|
216
217
|
exports.ConsensusState = {
|
|
217
218
|
typeUrl: "/ibc.lightclients.tendermint.v1.ConsensusState",
|
|
219
|
+
aminoType: "cosmos-sdk/ConsensusState",
|
|
218
220
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
219
221
|
if (message.timestamp !== undefined) {
|
|
220
222
|
timestamp_1.Timestamp.encode((0, helpers_1.toTimestamp)(message.timestamp), writer.uint32(10).fork()).ldelim();
|
|
@@ -308,6 +310,7 @@ function createBaseMisbehaviour() {
|
|
|
308
310
|
}
|
|
309
311
|
exports.Misbehaviour = {
|
|
310
312
|
typeUrl: "/ibc.lightclients.tendermint.v1.Misbehaviour",
|
|
313
|
+
aminoType: "cosmos-sdk/Misbehaviour",
|
|
311
314
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
312
315
|
if (message.clientId !== "") {
|
|
313
316
|
writer.uint32(10).string(message.clientId);
|
|
@@ -402,6 +405,7 @@ function createBaseHeader() {
|
|
|
402
405
|
}
|
|
403
406
|
exports.Header = {
|
|
404
407
|
typeUrl: "/ibc.lightclients.tendermint.v1.Header",
|
|
408
|
+
aminoType: "cosmos-sdk/Header",
|
|
405
409
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
406
410
|
if (message.signedHeader !== undefined) {
|
|
407
411
|
types_1.SignedHeader.encode(message.signedHeader, writer.uint32(10).fork()).ldelim();
|
|
@@ -505,6 +509,7 @@ function createBaseFraction() {
|
|
|
505
509
|
}
|
|
506
510
|
exports.Fraction = {
|
|
507
511
|
typeUrl: "/ibc.lightclients.tendermint.v1.Fraction",
|
|
512
|
+
aminoType: "cosmos-sdk/Fraction",
|
|
508
513
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
509
514
|
if (message.numerator !== BigInt(0)) {
|
|
510
515
|
writer.uint32(8).uint64(message.numerator);
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../../helpers";
|
|
2
3
|
/** GenesisState defines 08-wasm's keeper genesis state */
|
|
3
4
|
export interface GenesisState {
|
|
4
5
|
/** uploaded light client wasm contracts */
|
|
@@ -17,10 +18,6 @@ export interface GenesisStateAminoMsg {
|
|
|
17
18
|
type: "cosmos-sdk/GenesisState";
|
|
18
19
|
value: GenesisStateAmino;
|
|
19
20
|
}
|
|
20
|
-
/** GenesisState defines 08-wasm's keeper genesis state */
|
|
21
|
-
export interface GenesisStateSDKType {
|
|
22
|
-
contracts: ContractSDKType[];
|
|
23
|
-
}
|
|
24
21
|
/** Contract stores contract code */
|
|
25
22
|
export interface Contract {
|
|
26
23
|
/** contract byte code */
|
|
@@ -39,15 +36,12 @@ export interface ContractAminoMsg {
|
|
|
39
36
|
type: "cosmos-sdk/Contract";
|
|
40
37
|
value: ContractAmino;
|
|
41
38
|
}
|
|
42
|
-
/** Contract stores contract code */
|
|
43
|
-
export interface ContractSDKType {
|
|
44
|
-
code_bytes: Uint8Array;
|
|
45
|
-
}
|
|
46
39
|
export declare const GenesisState: {
|
|
47
40
|
typeUrl: string;
|
|
41
|
+
aminoType: string;
|
|
48
42
|
encode(message: GenesisState, writer?: BinaryWriter): BinaryWriter;
|
|
49
43
|
decode(input: BinaryReader | Uint8Array, length?: number): GenesisState;
|
|
50
|
-
fromPartial(object:
|
|
44
|
+
fromPartial(object: DeepPartial<GenesisState>): GenesisState;
|
|
51
45
|
fromAmino(object: GenesisStateAmino): GenesisState;
|
|
52
46
|
toAmino(message: GenesisState): GenesisStateAmino;
|
|
53
47
|
fromAminoMsg(object: GenesisStateAminoMsg): GenesisState;
|
|
@@ -58,9 +52,10 @@ export declare const GenesisState: {
|
|
|
58
52
|
};
|
|
59
53
|
export declare const Contract: {
|
|
60
54
|
typeUrl: string;
|
|
55
|
+
aminoType: string;
|
|
61
56
|
encode(message: Contract, writer?: BinaryWriter): BinaryWriter;
|
|
62
57
|
decode(input: BinaryReader | Uint8Array, length?: number): Contract;
|
|
63
|
-
fromPartial(object:
|
|
58
|
+
fromPartial(object: DeepPartial<Contract>): Contract;
|
|
64
59
|
fromAmino(object: ContractAmino): Contract;
|
|
65
60
|
toAmino(message: Contract): ContractAmino;
|
|
66
61
|
fromAminoMsg(object: ContractAminoMsg): Contract;
|
|
@@ -11,6 +11,7 @@ function createBaseGenesisState() {
|
|
|
11
11
|
}
|
|
12
12
|
exports.GenesisState = {
|
|
13
13
|
typeUrl: "/ibc.lightclients.wasm.v1.GenesisState",
|
|
14
|
+
aminoType: "cosmos-sdk/GenesisState",
|
|
14
15
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
15
16
|
for (const v of message.contracts) {
|
|
16
17
|
exports.Contract.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -83,6 +84,7 @@ function createBaseContract() {
|
|
|
83
84
|
}
|
|
84
85
|
exports.Contract = {
|
|
85
86
|
typeUrl: "/ibc.lightclients.wasm.v1.Contract",
|
|
87
|
+
aminoType: "cosmos-sdk/Contract",
|
|
86
88
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
87
89
|
if (message.codeBytes.length !== 0) {
|
|
88
90
|
writer.uint32(10).bytes(message.codeBytes);
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { PageRequest, PageRequestAmino,
|
|
1
|
+
import { PageRequest, PageRequestAmino, PageResponse, PageResponseAmino } from "../../../../cosmos/base/query/v1beta1/pagination";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../../helpers";
|
|
3
4
|
/** QueryChecksumsRequest is the request type for the Query/Checksums RPC method. */
|
|
4
5
|
export interface QueryChecksumsRequest {
|
|
5
6
|
/** pagination defines an optional pagination for the request. */
|
|
@@ -18,10 +19,6 @@ export interface QueryChecksumsRequestAminoMsg {
|
|
|
18
19
|
type: "cosmos-sdk/QueryChecksumsRequest";
|
|
19
20
|
value: QueryChecksumsRequestAmino;
|
|
20
21
|
}
|
|
21
|
-
/** QueryChecksumsRequest is the request type for the Query/Checksums RPC method. */
|
|
22
|
-
export interface QueryChecksumsRequestSDKType {
|
|
23
|
-
pagination?: PageRequestSDKType;
|
|
24
|
-
}
|
|
25
22
|
/** QueryChecksumsResponse is the response type for the Query/Checksums RPC method. */
|
|
26
23
|
export interface QueryChecksumsResponse {
|
|
27
24
|
/** checksums is a list of the hex encoded checksums of all wasm codes stored. */
|
|
@@ -44,11 +41,6 @@ export interface QueryChecksumsResponseAminoMsg {
|
|
|
44
41
|
type: "cosmos-sdk/QueryChecksumsResponse";
|
|
45
42
|
value: QueryChecksumsResponseAmino;
|
|
46
43
|
}
|
|
47
|
-
/** QueryChecksumsResponse is the response type for the Query/Checksums RPC method. */
|
|
48
|
-
export interface QueryChecksumsResponseSDKType {
|
|
49
|
-
checksums: string[];
|
|
50
|
-
pagination?: PageResponseSDKType;
|
|
51
|
-
}
|
|
52
44
|
/** QueryCodeRequest is the request type for the Query/Code RPC method. */
|
|
53
45
|
export interface QueryCodeRequest {
|
|
54
46
|
/** checksum is a hex encoded string of the code stored. */
|
|
@@ -67,10 +59,6 @@ export interface QueryCodeRequestAminoMsg {
|
|
|
67
59
|
type: "cosmos-sdk/QueryCodeRequest";
|
|
68
60
|
value: QueryCodeRequestAmino;
|
|
69
61
|
}
|
|
70
|
-
/** QueryCodeRequest is the request type for the Query/Code RPC method. */
|
|
71
|
-
export interface QueryCodeRequestSDKType {
|
|
72
|
-
checksum: string;
|
|
73
|
-
}
|
|
74
62
|
/** QueryCodeResponse is the response type for the Query/Code RPC method. */
|
|
75
63
|
export interface QueryCodeResponse {
|
|
76
64
|
data: Uint8Array;
|
|
@@ -87,15 +75,12 @@ export interface QueryCodeResponseAminoMsg {
|
|
|
87
75
|
type: "cosmos-sdk/QueryCodeResponse";
|
|
88
76
|
value: QueryCodeResponseAmino;
|
|
89
77
|
}
|
|
90
|
-
/** QueryCodeResponse is the response type for the Query/Code RPC method. */
|
|
91
|
-
export interface QueryCodeResponseSDKType {
|
|
92
|
-
data: Uint8Array;
|
|
93
|
-
}
|
|
94
78
|
export declare const QueryChecksumsRequest: {
|
|
95
79
|
typeUrl: string;
|
|
80
|
+
aminoType: string;
|
|
96
81
|
encode(message: QueryChecksumsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
97
82
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryChecksumsRequest;
|
|
98
|
-
fromPartial(object:
|
|
83
|
+
fromPartial(object: DeepPartial<QueryChecksumsRequest>): QueryChecksumsRequest;
|
|
99
84
|
fromAmino(object: QueryChecksumsRequestAmino): QueryChecksumsRequest;
|
|
100
85
|
toAmino(message: QueryChecksumsRequest): QueryChecksumsRequestAmino;
|
|
101
86
|
fromAminoMsg(object: QueryChecksumsRequestAminoMsg): QueryChecksumsRequest;
|
|
@@ -106,9 +91,10 @@ export declare const QueryChecksumsRequest: {
|
|
|
106
91
|
};
|
|
107
92
|
export declare const QueryChecksumsResponse: {
|
|
108
93
|
typeUrl: string;
|
|
94
|
+
aminoType: string;
|
|
109
95
|
encode(message: QueryChecksumsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
110
96
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryChecksumsResponse;
|
|
111
|
-
fromPartial(object:
|
|
97
|
+
fromPartial(object: DeepPartial<QueryChecksumsResponse>): QueryChecksumsResponse;
|
|
112
98
|
fromAmino(object: QueryChecksumsResponseAmino): QueryChecksumsResponse;
|
|
113
99
|
toAmino(message: QueryChecksumsResponse): QueryChecksumsResponseAmino;
|
|
114
100
|
fromAminoMsg(object: QueryChecksumsResponseAminoMsg): QueryChecksumsResponse;
|
|
@@ -119,9 +105,10 @@ export declare const QueryChecksumsResponse: {
|
|
|
119
105
|
};
|
|
120
106
|
export declare const QueryCodeRequest: {
|
|
121
107
|
typeUrl: string;
|
|
108
|
+
aminoType: string;
|
|
122
109
|
encode(message: QueryCodeRequest, writer?: BinaryWriter): BinaryWriter;
|
|
123
110
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryCodeRequest;
|
|
124
|
-
fromPartial(object:
|
|
111
|
+
fromPartial(object: DeepPartial<QueryCodeRequest>): QueryCodeRequest;
|
|
125
112
|
fromAmino(object: QueryCodeRequestAmino): QueryCodeRequest;
|
|
126
113
|
toAmino(message: QueryCodeRequest): QueryCodeRequestAmino;
|
|
127
114
|
fromAminoMsg(object: QueryCodeRequestAminoMsg): QueryCodeRequest;
|
|
@@ -132,9 +119,10 @@ export declare const QueryCodeRequest: {
|
|
|
132
119
|
};
|
|
133
120
|
export declare const QueryCodeResponse: {
|
|
134
121
|
typeUrl: string;
|
|
122
|
+
aminoType: string;
|
|
135
123
|
encode(message: QueryCodeResponse, writer?: BinaryWriter): BinaryWriter;
|
|
136
124
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryCodeResponse;
|
|
137
|
-
fromPartial(object:
|
|
125
|
+
fromPartial(object: DeepPartial<QueryCodeResponse>): QueryCodeResponse;
|
|
138
126
|
fromAmino(object: QueryCodeResponseAmino): QueryCodeResponse;
|
|
139
127
|
toAmino(message: QueryCodeResponse): QueryCodeResponseAmino;
|
|
140
128
|
fromAminoMsg(object: QueryCodeResponseAminoMsg): QueryCodeResponse;
|
|
@@ -12,6 +12,7 @@ function createBaseQueryChecksumsRequest() {
|
|
|
12
12
|
}
|
|
13
13
|
exports.QueryChecksumsRequest = {
|
|
14
14
|
typeUrl: "/ibc.lightclients.wasm.v1.QueryChecksumsRequest",
|
|
15
|
+
aminoType: "cosmos-sdk/QueryChecksumsRequest",
|
|
15
16
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
16
17
|
if (message.pagination !== undefined) {
|
|
17
18
|
pagination_1.PageRequest.encode(message.pagination, writer.uint32(10).fork()).ldelim();
|
|
@@ -82,6 +83,7 @@ function createBaseQueryChecksumsResponse() {
|
|
|
82
83
|
}
|
|
83
84
|
exports.QueryChecksumsResponse = {
|
|
84
85
|
typeUrl: "/ibc.lightclients.wasm.v1.QueryChecksumsResponse",
|
|
86
|
+
aminoType: "cosmos-sdk/QueryChecksumsResponse",
|
|
85
87
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
86
88
|
for (const v of message.checksums) {
|
|
87
89
|
writer.uint32(10).string(v);
|
|
@@ -165,6 +167,7 @@ function createBaseQueryCodeRequest() {
|
|
|
165
167
|
}
|
|
166
168
|
exports.QueryCodeRequest = {
|
|
167
169
|
typeUrl: "/ibc.lightclients.wasm.v1.QueryCodeRequest",
|
|
170
|
+
aminoType: "cosmos-sdk/QueryCodeRequest",
|
|
168
171
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
169
172
|
if (message.checksum !== "") {
|
|
170
173
|
writer.uint32(10).string(message.checksum);
|
|
@@ -234,6 +237,7 @@ function createBaseQueryCodeResponse() {
|
|
|
234
237
|
}
|
|
235
238
|
exports.QueryCodeResponse = {
|
|
236
239
|
typeUrl: "/ibc.lightclients.wasm.v1.QueryCodeResponse",
|
|
240
|
+
aminoType: "cosmos-sdk/QueryCodeResponse",
|
|
237
241
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
238
242
|
if (message.data.length !== 0) {
|
|
239
243
|
writer.uint32(10).bytes(message.data);
|