@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,7 +1,8 @@
|
|
|
1
|
-
import { Any, AnyAmino
|
|
2
|
-
import { Event, EventAmino
|
|
3
|
-
import { Block, BlockAmino
|
|
1
|
+
import { Any, AnyAmino } from "../../../../google/protobuf/any";
|
|
2
|
+
import { Event, EventAmino } from "../../../../tendermint/abci/types";
|
|
3
|
+
import { Block, BlockAmino } from "../../../../tendermint/types/block";
|
|
4
4
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
5
|
+
import { DeepPartial } from "../../../../helpers";
|
|
5
6
|
/**
|
|
6
7
|
* TxResponse defines a structure containing relevant tx data and metadata. The
|
|
7
8
|
* tags are stringified and the log is JSON decoded.
|
|
@@ -102,25 +103,6 @@ export interface TxResponseAminoMsg {
|
|
|
102
103
|
type: "cosmos-sdk/TxResponse";
|
|
103
104
|
value: TxResponseAmino;
|
|
104
105
|
}
|
|
105
|
-
/**
|
|
106
|
-
* TxResponse defines a structure containing relevant tx data and metadata. The
|
|
107
|
-
* tags are stringified and the log is JSON decoded.
|
|
108
|
-
*/
|
|
109
|
-
export interface TxResponseSDKType {
|
|
110
|
-
height: bigint;
|
|
111
|
-
txhash: string;
|
|
112
|
-
codespace: string;
|
|
113
|
-
code: number;
|
|
114
|
-
data: string;
|
|
115
|
-
raw_log: string;
|
|
116
|
-
logs: ABCIMessageLogSDKType[];
|
|
117
|
-
info: string;
|
|
118
|
-
gas_wanted: bigint;
|
|
119
|
-
gas_used: bigint;
|
|
120
|
-
tx?: AnySDKType;
|
|
121
|
-
timestamp: string;
|
|
122
|
-
events: EventSDKType[];
|
|
123
|
-
}
|
|
124
106
|
/** ABCIMessageLog defines a structure containing an indexed tx ABCI message log. */
|
|
125
107
|
export interface ABCIMessageLog {
|
|
126
108
|
msgIndex: number;
|
|
@@ -149,12 +131,6 @@ export interface ABCIMessageLogAminoMsg {
|
|
|
149
131
|
type: "cosmos-sdk/ABCIMessageLog";
|
|
150
132
|
value: ABCIMessageLogAmino;
|
|
151
133
|
}
|
|
152
|
-
/** ABCIMessageLog defines a structure containing an indexed tx ABCI message log. */
|
|
153
|
-
export interface ABCIMessageLogSDKType {
|
|
154
|
-
msg_index: number;
|
|
155
|
-
log: string;
|
|
156
|
-
events: StringEventSDKType[];
|
|
157
|
-
}
|
|
158
134
|
/**
|
|
159
135
|
* StringEvent defines en Event object wrapper where all the attributes
|
|
160
136
|
* contain key/value pairs that are strings instead of raw bytes.
|
|
@@ -179,14 +155,6 @@ export interface StringEventAminoMsg {
|
|
|
179
155
|
type: "cosmos-sdk/StringEvent";
|
|
180
156
|
value: StringEventAmino;
|
|
181
157
|
}
|
|
182
|
-
/**
|
|
183
|
-
* StringEvent defines en Event object wrapper where all the attributes
|
|
184
|
-
* contain key/value pairs that are strings instead of raw bytes.
|
|
185
|
-
*/
|
|
186
|
-
export interface StringEventSDKType {
|
|
187
|
-
type: string;
|
|
188
|
-
attributes: AttributeSDKType[];
|
|
189
|
-
}
|
|
190
158
|
/**
|
|
191
159
|
* Attribute defines an attribute wrapper where the key and value are
|
|
192
160
|
* strings instead of raw bytes.
|
|
@@ -211,14 +179,6 @@ export interface AttributeAminoMsg {
|
|
|
211
179
|
type: "cosmos-sdk/Attribute";
|
|
212
180
|
value: AttributeAmino;
|
|
213
181
|
}
|
|
214
|
-
/**
|
|
215
|
-
* Attribute defines an attribute wrapper where the key and value are
|
|
216
|
-
* strings instead of raw bytes.
|
|
217
|
-
*/
|
|
218
|
-
export interface AttributeSDKType {
|
|
219
|
-
key: string;
|
|
220
|
-
value: string;
|
|
221
|
-
}
|
|
222
182
|
/** GasInfo defines tx execution gas context. */
|
|
223
183
|
export interface GasInfo {
|
|
224
184
|
/** GasWanted is the maximum units of work we allow this tx to perform. */
|
|
@@ -241,11 +201,6 @@ export interface GasInfoAminoMsg {
|
|
|
241
201
|
type: "cosmos-sdk/GasInfo";
|
|
242
202
|
value: GasInfoAmino;
|
|
243
203
|
}
|
|
244
|
-
/** GasInfo defines tx execution gas context. */
|
|
245
|
-
export interface GasInfoSDKType {
|
|
246
|
-
gas_wanted: bigint;
|
|
247
|
-
gas_used: bigint;
|
|
248
|
-
}
|
|
249
204
|
/** Result is the union of ResponseFormat and ResponseCheckTx. */
|
|
250
205
|
export interface Result {
|
|
251
206
|
/**
|
|
@@ -302,14 +257,6 @@ export interface ResultAminoMsg {
|
|
|
302
257
|
type: "cosmos-sdk/Result";
|
|
303
258
|
value: ResultAmino;
|
|
304
259
|
}
|
|
305
|
-
/** Result is the union of ResponseFormat and ResponseCheckTx. */
|
|
306
|
-
export interface ResultSDKType {
|
|
307
|
-
/** @deprecated */
|
|
308
|
-
data: Uint8Array;
|
|
309
|
-
log: string;
|
|
310
|
-
events: EventSDKType[];
|
|
311
|
-
msg_responses: AnySDKType[];
|
|
312
|
-
}
|
|
313
260
|
/**
|
|
314
261
|
* SimulationResponse defines the response generated when a transaction is
|
|
315
262
|
* successfully simulated.
|
|
@@ -334,14 +281,6 @@ export interface SimulationResponseAminoMsg {
|
|
|
334
281
|
type: "cosmos-sdk/SimulationResponse";
|
|
335
282
|
value: SimulationResponseAmino;
|
|
336
283
|
}
|
|
337
|
-
/**
|
|
338
|
-
* SimulationResponse defines the response generated when a transaction is
|
|
339
|
-
* successfully simulated.
|
|
340
|
-
*/
|
|
341
|
-
export interface SimulationResponseSDKType {
|
|
342
|
-
gas_info: GasInfoSDKType;
|
|
343
|
-
result?: ResultSDKType;
|
|
344
|
-
}
|
|
345
284
|
/**
|
|
346
285
|
* MsgData defines the data returned in a Result object during message
|
|
347
286
|
* execution.
|
|
@@ -368,15 +307,6 @@ export interface MsgDataAminoMsg {
|
|
|
368
307
|
type: "cosmos-sdk/MsgData";
|
|
369
308
|
value: MsgDataAmino;
|
|
370
309
|
}
|
|
371
|
-
/**
|
|
372
|
-
* MsgData defines the data returned in a Result object during message
|
|
373
|
-
* execution.
|
|
374
|
-
*/
|
|
375
|
-
/** @deprecated */
|
|
376
|
-
export interface MsgDataSDKType {
|
|
377
|
-
msg_type: string;
|
|
378
|
-
data: Uint8Array;
|
|
379
|
-
}
|
|
380
310
|
/**
|
|
381
311
|
* TxMsgData defines a list of MsgData. A transaction will have a MsgData object
|
|
382
312
|
* for each message.
|
|
@@ -415,15 +345,6 @@ export interface TxMsgDataAminoMsg {
|
|
|
415
345
|
type: "cosmos-sdk/TxMsgData";
|
|
416
346
|
value: TxMsgDataAmino;
|
|
417
347
|
}
|
|
418
|
-
/**
|
|
419
|
-
* TxMsgData defines a list of MsgData. A transaction will have a MsgData object
|
|
420
|
-
* for each message.
|
|
421
|
-
*/
|
|
422
|
-
export interface TxMsgDataSDKType {
|
|
423
|
-
/** @deprecated */
|
|
424
|
-
data: MsgDataSDKType[];
|
|
425
|
-
msg_responses: AnySDKType[];
|
|
426
|
-
}
|
|
427
348
|
/** SearchTxsResult defines a structure for querying txs pageable */
|
|
428
349
|
export interface SearchTxsResult {
|
|
429
350
|
/** Count of all txs */
|
|
@@ -462,15 +383,6 @@ export interface SearchTxsResultAminoMsg {
|
|
|
462
383
|
type: "cosmos-sdk/SearchTxsResult";
|
|
463
384
|
value: SearchTxsResultAmino;
|
|
464
385
|
}
|
|
465
|
-
/** SearchTxsResult defines a structure for querying txs pageable */
|
|
466
|
-
export interface SearchTxsResultSDKType {
|
|
467
|
-
total_count: bigint;
|
|
468
|
-
count: bigint;
|
|
469
|
-
page_number: bigint;
|
|
470
|
-
page_total: bigint;
|
|
471
|
-
limit: bigint;
|
|
472
|
-
txs: TxResponseSDKType[];
|
|
473
|
-
}
|
|
474
386
|
/** SearchBlocksResult defines a structure for querying blocks pageable */
|
|
475
387
|
export interface SearchBlocksResult {
|
|
476
388
|
/** Count of all blocks */
|
|
@@ -509,20 +421,12 @@ export interface SearchBlocksResultAminoMsg {
|
|
|
509
421
|
type: "cosmos-sdk/SearchBlocksResult";
|
|
510
422
|
value: SearchBlocksResultAmino;
|
|
511
423
|
}
|
|
512
|
-
/** SearchBlocksResult defines a structure for querying blocks pageable */
|
|
513
|
-
export interface SearchBlocksResultSDKType {
|
|
514
|
-
total_count: bigint;
|
|
515
|
-
count: bigint;
|
|
516
|
-
page_number: bigint;
|
|
517
|
-
page_total: bigint;
|
|
518
|
-
limit: bigint;
|
|
519
|
-
blocks: BlockSDKType[];
|
|
520
|
-
}
|
|
521
424
|
export declare const TxResponse: {
|
|
522
425
|
typeUrl: string;
|
|
426
|
+
aminoType: string;
|
|
523
427
|
encode(message: TxResponse, writer?: BinaryWriter): BinaryWriter;
|
|
524
428
|
decode(input: BinaryReader | Uint8Array, length?: number): TxResponse;
|
|
525
|
-
fromPartial(object:
|
|
429
|
+
fromPartial(object: DeepPartial<TxResponse>): TxResponse;
|
|
526
430
|
fromAmino(object: TxResponseAmino): TxResponse;
|
|
527
431
|
toAmino(message: TxResponse): TxResponseAmino;
|
|
528
432
|
fromAminoMsg(object: TxResponseAminoMsg): TxResponse;
|
|
@@ -533,9 +437,10 @@ export declare const TxResponse: {
|
|
|
533
437
|
};
|
|
534
438
|
export declare const ABCIMessageLog: {
|
|
535
439
|
typeUrl: string;
|
|
440
|
+
aminoType: string;
|
|
536
441
|
encode(message: ABCIMessageLog, writer?: BinaryWriter): BinaryWriter;
|
|
537
442
|
decode(input: BinaryReader | Uint8Array, length?: number): ABCIMessageLog;
|
|
538
|
-
fromPartial(object:
|
|
443
|
+
fromPartial(object: DeepPartial<ABCIMessageLog>): ABCIMessageLog;
|
|
539
444
|
fromAmino(object: ABCIMessageLogAmino): ABCIMessageLog;
|
|
540
445
|
toAmino(message: ABCIMessageLog): ABCIMessageLogAmino;
|
|
541
446
|
fromAminoMsg(object: ABCIMessageLogAminoMsg): ABCIMessageLog;
|
|
@@ -546,9 +451,10 @@ export declare const ABCIMessageLog: {
|
|
|
546
451
|
};
|
|
547
452
|
export declare const StringEvent: {
|
|
548
453
|
typeUrl: string;
|
|
454
|
+
aminoType: string;
|
|
549
455
|
encode(message: StringEvent, writer?: BinaryWriter): BinaryWriter;
|
|
550
456
|
decode(input: BinaryReader | Uint8Array, length?: number): StringEvent;
|
|
551
|
-
fromPartial(object:
|
|
457
|
+
fromPartial(object: DeepPartial<StringEvent>): StringEvent;
|
|
552
458
|
fromAmino(object: StringEventAmino): StringEvent;
|
|
553
459
|
toAmino(message: StringEvent): StringEventAmino;
|
|
554
460
|
fromAminoMsg(object: StringEventAminoMsg): StringEvent;
|
|
@@ -559,9 +465,10 @@ export declare const StringEvent: {
|
|
|
559
465
|
};
|
|
560
466
|
export declare const Attribute: {
|
|
561
467
|
typeUrl: string;
|
|
468
|
+
aminoType: string;
|
|
562
469
|
encode(message: Attribute, writer?: BinaryWriter): BinaryWriter;
|
|
563
470
|
decode(input: BinaryReader | Uint8Array, length?: number): Attribute;
|
|
564
|
-
fromPartial(object:
|
|
471
|
+
fromPartial(object: DeepPartial<Attribute>): Attribute;
|
|
565
472
|
fromAmino(object: AttributeAmino): Attribute;
|
|
566
473
|
toAmino(message: Attribute): AttributeAmino;
|
|
567
474
|
fromAminoMsg(object: AttributeAminoMsg): Attribute;
|
|
@@ -572,9 +479,10 @@ export declare const Attribute: {
|
|
|
572
479
|
};
|
|
573
480
|
export declare const GasInfo: {
|
|
574
481
|
typeUrl: string;
|
|
482
|
+
aminoType: string;
|
|
575
483
|
encode(message: GasInfo, writer?: BinaryWriter): BinaryWriter;
|
|
576
484
|
decode(input: BinaryReader | Uint8Array, length?: number): GasInfo;
|
|
577
|
-
fromPartial(object:
|
|
485
|
+
fromPartial(object: DeepPartial<GasInfo>): GasInfo;
|
|
578
486
|
fromAmino(object: GasInfoAmino): GasInfo;
|
|
579
487
|
toAmino(message: GasInfo): GasInfoAmino;
|
|
580
488
|
fromAminoMsg(object: GasInfoAminoMsg): GasInfo;
|
|
@@ -585,9 +493,10 @@ export declare const GasInfo: {
|
|
|
585
493
|
};
|
|
586
494
|
export declare const Result: {
|
|
587
495
|
typeUrl: string;
|
|
496
|
+
aminoType: string;
|
|
588
497
|
encode(message: Result, writer?: BinaryWriter): BinaryWriter;
|
|
589
498
|
decode(input: BinaryReader | Uint8Array, length?: number): Result;
|
|
590
|
-
fromPartial(object:
|
|
499
|
+
fromPartial(object: DeepPartial<Result>): Result;
|
|
591
500
|
fromAmino(object: ResultAmino): Result;
|
|
592
501
|
toAmino(message: Result): ResultAmino;
|
|
593
502
|
fromAminoMsg(object: ResultAminoMsg): Result;
|
|
@@ -598,9 +507,10 @@ export declare const Result: {
|
|
|
598
507
|
};
|
|
599
508
|
export declare const SimulationResponse: {
|
|
600
509
|
typeUrl: string;
|
|
510
|
+
aminoType: string;
|
|
601
511
|
encode(message: SimulationResponse, writer?: BinaryWriter): BinaryWriter;
|
|
602
512
|
decode(input: BinaryReader | Uint8Array, length?: number): SimulationResponse;
|
|
603
|
-
fromPartial(object:
|
|
513
|
+
fromPartial(object: DeepPartial<SimulationResponse>): SimulationResponse;
|
|
604
514
|
fromAmino(object: SimulationResponseAmino): SimulationResponse;
|
|
605
515
|
toAmino(message: SimulationResponse): SimulationResponseAmino;
|
|
606
516
|
fromAminoMsg(object: SimulationResponseAminoMsg): SimulationResponse;
|
|
@@ -611,9 +521,10 @@ export declare const SimulationResponse: {
|
|
|
611
521
|
};
|
|
612
522
|
export declare const MsgData: {
|
|
613
523
|
typeUrl: string;
|
|
524
|
+
aminoType: string;
|
|
614
525
|
encode(message: MsgData, writer?: BinaryWriter): BinaryWriter;
|
|
615
526
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgData;
|
|
616
|
-
fromPartial(object:
|
|
527
|
+
fromPartial(object: DeepPartial<MsgData>): MsgData;
|
|
617
528
|
fromAmino(object: MsgDataAmino): MsgData;
|
|
618
529
|
toAmino(message: MsgData): MsgDataAmino;
|
|
619
530
|
fromAminoMsg(object: MsgDataAminoMsg): MsgData;
|
|
@@ -624,9 +535,10 @@ export declare const MsgData: {
|
|
|
624
535
|
};
|
|
625
536
|
export declare const TxMsgData: {
|
|
626
537
|
typeUrl: string;
|
|
538
|
+
aminoType: string;
|
|
627
539
|
encode(message: TxMsgData, writer?: BinaryWriter): BinaryWriter;
|
|
628
540
|
decode(input: BinaryReader | Uint8Array, length?: number): TxMsgData;
|
|
629
|
-
fromPartial(object:
|
|
541
|
+
fromPartial(object: DeepPartial<TxMsgData>): TxMsgData;
|
|
630
542
|
fromAmino(object: TxMsgDataAmino): TxMsgData;
|
|
631
543
|
toAmino(message: TxMsgData): TxMsgDataAmino;
|
|
632
544
|
fromAminoMsg(object: TxMsgDataAminoMsg): TxMsgData;
|
|
@@ -637,9 +549,10 @@ export declare const TxMsgData: {
|
|
|
637
549
|
};
|
|
638
550
|
export declare const SearchTxsResult: {
|
|
639
551
|
typeUrl: string;
|
|
552
|
+
aminoType: string;
|
|
640
553
|
encode(message: SearchTxsResult, writer?: BinaryWriter): BinaryWriter;
|
|
641
554
|
decode(input: BinaryReader | Uint8Array, length?: number): SearchTxsResult;
|
|
642
|
-
fromPartial(object:
|
|
555
|
+
fromPartial(object: DeepPartial<SearchTxsResult>): SearchTxsResult;
|
|
643
556
|
fromAmino(object: SearchTxsResultAmino): SearchTxsResult;
|
|
644
557
|
toAmino(message: SearchTxsResult): SearchTxsResultAmino;
|
|
645
558
|
fromAminoMsg(object: SearchTxsResultAminoMsg): SearchTxsResult;
|
|
@@ -650,9 +563,10 @@ export declare const SearchTxsResult: {
|
|
|
650
563
|
};
|
|
651
564
|
export declare const SearchBlocksResult: {
|
|
652
565
|
typeUrl: string;
|
|
566
|
+
aminoType: string;
|
|
653
567
|
encode(message: SearchBlocksResult, writer?: BinaryWriter): BinaryWriter;
|
|
654
568
|
decode(input: BinaryReader | Uint8Array, length?: number): SearchBlocksResult;
|
|
655
|
-
fromPartial(object:
|
|
569
|
+
fromPartial(object: DeepPartial<SearchBlocksResult>): SearchBlocksResult;
|
|
656
570
|
fromAmino(object: SearchBlocksResultAmino): SearchBlocksResult;
|
|
657
571
|
toAmino(message: SearchBlocksResult): SearchBlocksResultAmino;
|
|
658
572
|
fromAminoMsg(object: SearchBlocksResultAminoMsg): SearchBlocksResult;
|
|
@@ -26,6 +26,7 @@ function createBaseTxResponse() {
|
|
|
26
26
|
}
|
|
27
27
|
exports.TxResponse = {
|
|
28
28
|
typeUrl: "/cosmos.base.abci.v1beta1.TxResponse",
|
|
29
|
+
aminoType: "cosmos-sdk/TxResponse",
|
|
29
30
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
30
31
|
if (message.height !== BigInt(0)) {
|
|
31
32
|
writer.uint32(8).int64(message.height);
|
|
@@ -235,6 +236,7 @@ function createBaseABCIMessageLog() {
|
|
|
235
236
|
}
|
|
236
237
|
exports.ABCIMessageLog = {
|
|
237
238
|
typeUrl: "/cosmos.base.abci.v1beta1.ABCIMessageLog",
|
|
239
|
+
aminoType: "cosmos-sdk/ABCIMessageLog",
|
|
238
240
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
239
241
|
if (message.msgIndex !== 0) {
|
|
240
242
|
writer.uint32(8).uint32(message.msgIndex);
|
|
@@ -330,6 +332,7 @@ function createBaseStringEvent() {
|
|
|
330
332
|
}
|
|
331
333
|
exports.StringEvent = {
|
|
332
334
|
typeUrl: "/cosmos.base.abci.v1beta1.StringEvent",
|
|
335
|
+
aminoType: "cosmos-sdk/StringEvent",
|
|
333
336
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
334
337
|
if (message.type !== "") {
|
|
335
338
|
writer.uint32(10).string(message.type);
|
|
@@ -414,6 +417,7 @@ function createBaseAttribute() {
|
|
|
414
417
|
}
|
|
415
418
|
exports.Attribute = {
|
|
416
419
|
typeUrl: "/cosmos.base.abci.v1beta1.Attribute",
|
|
420
|
+
aminoType: "cosmos-sdk/Attribute",
|
|
417
421
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
418
422
|
if (message.key !== "") {
|
|
419
423
|
writer.uint32(10).string(message.key);
|
|
@@ -495,6 +499,7 @@ function createBaseGasInfo() {
|
|
|
495
499
|
}
|
|
496
500
|
exports.GasInfo = {
|
|
497
501
|
typeUrl: "/cosmos.base.abci.v1beta1.GasInfo",
|
|
502
|
+
aminoType: "cosmos-sdk/GasInfo",
|
|
498
503
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
499
504
|
if (message.gasWanted !== BigInt(0)) {
|
|
500
505
|
writer.uint32(8).uint64(message.gasWanted);
|
|
@@ -578,6 +583,7 @@ function createBaseResult() {
|
|
|
578
583
|
}
|
|
579
584
|
exports.Result = {
|
|
580
585
|
typeUrl: "/cosmos.base.abci.v1beta1.Result",
|
|
586
|
+
aminoType: "cosmos-sdk/Result",
|
|
581
587
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
582
588
|
if (message.data.length !== 0) {
|
|
583
589
|
writer.uint32(10).bytes(message.data);
|
|
@@ -687,6 +693,7 @@ function createBaseSimulationResponse() {
|
|
|
687
693
|
}
|
|
688
694
|
exports.SimulationResponse = {
|
|
689
695
|
typeUrl: "/cosmos.base.abci.v1beta1.SimulationResponse",
|
|
696
|
+
aminoType: "cosmos-sdk/SimulationResponse",
|
|
690
697
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
691
698
|
if (message.gasInfo !== undefined) {
|
|
692
699
|
exports.GasInfo.encode(message.gasInfo, writer.uint32(10).fork()).ldelim();
|
|
@@ -768,6 +775,7 @@ function createBaseMsgData() {
|
|
|
768
775
|
}
|
|
769
776
|
exports.MsgData = {
|
|
770
777
|
typeUrl: "/cosmos.base.abci.v1beta1.MsgData",
|
|
778
|
+
aminoType: "cosmos-sdk/MsgData",
|
|
771
779
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
772
780
|
if (message.msgType !== "") {
|
|
773
781
|
writer.uint32(10).string(message.msgType);
|
|
@@ -849,6 +857,7 @@ function createBaseTxMsgData() {
|
|
|
849
857
|
}
|
|
850
858
|
exports.TxMsgData = {
|
|
851
859
|
typeUrl: "/cosmos.base.abci.v1beta1.TxMsgData",
|
|
860
|
+
aminoType: "cosmos-sdk/TxMsgData",
|
|
852
861
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
853
862
|
for (const v of message.data) {
|
|
854
863
|
exports.MsgData.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -940,6 +949,7 @@ function createBaseSearchTxsResult() {
|
|
|
940
949
|
}
|
|
941
950
|
exports.SearchTxsResult = {
|
|
942
951
|
typeUrl: "/cosmos.base.abci.v1beta1.SearchTxsResult",
|
|
952
|
+
aminoType: "cosmos-sdk/SearchTxsResult",
|
|
943
953
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
944
954
|
if (message.totalCount !== BigInt(0)) {
|
|
945
955
|
writer.uint32(8).uint64(message.totalCount);
|
|
@@ -1072,6 +1082,7 @@ function createBaseSearchBlocksResult() {
|
|
|
1072
1082
|
}
|
|
1073
1083
|
exports.SearchBlocksResult = {
|
|
1074
1084
|
typeUrl: "/cosmos.base.abci.v1beta1.SearchBlocksResult",
|
|
1085
|
+
aminoType: "cosmos-sdk/SearchBlocksResult",
|
|
1075
1086
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
1076
1087
|
if (message.totalCount !== BigInt(0)) {
|
|
1077
1088
|
writer.uint32(8).int64(message.totalCount);
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../../helpers";
|
|
2
3
|
/** ConfigRequest defines the request structure for the Config gRPC query. */
|
|
3
4
|
export interface ConfigRequest {
|
|
4
5
|
}
|
|
@@ -13,9 +14,6 @@ export interface ConfigRequestAminoMsg {
|
|
|
13
14
|
type: "cosmos-sdk/ConfigRequest";
|
|
14
15
|
value: ConfigRequestAmino;
|
|
15
16
|
}
|
|
16
|
-
/** ConfigRequest defines the request structure for the Config gRPC query. */
|
|
17
|
-
export interface ConfigRequestSDKType {
|
|
18
|
-
}
|
|
19
17
|
/** ConfigResponse defines the response structure for the Config gRPC query. */
|
|
20
18
|
export interface ConfigResponse {
|
|
21
19
|
minimumGasPrice: string;
|
|
@@ -38,13 +36,6 @@ export interface ConfigResponseAminoMsg {
|
|
|
38
36
|
type: "cosmos-sdk/ConfigResponse";
|
|
39
37
|
value: ConfigResponseAmino;
|
|
40
38
|
}
|
|
41
|
-
/** ConfigResponse defines the response structure for the Config gRPC query. */
|
|
42
|
-
export interface ConfigResponseSDKType {
|
|
43
|
-
minimum_gas_price: string;
|
|
44
|
-
pruning_keep_recent: string;
|
|
45
|
-
pruning_interval: string;
|
|
46
|
-
halt_height: bigint;
|
|
47
|
-
}
|
|
48
39
|
/** StateRequest defines the request structure for the status of a node. */
|
|
49
40
|
export interface StatusRequest {
|
|
50
41
|
}
|
|
@@ -59,9 +50,6 @@ export interface StatusRequestAminoMsg {
|
|
|
59
50
|
type: "cosmos-sdk/StatusRequest";
|
|
60
51
|
value: StatusRequestAmino;
|
|
61
52
|
}
|
|
62
|
-
/** StateRequest defines the request structure for the status of a node. */
|
|
63
|
-
export interface StatusRequestSDKType {
|
|
64
|
-
}
|
|
65
53
|
/** StateResponse defines the response structure for the status of a node. */
|
|
66
54
|
export interface StatusResponse {
|
|
67
55
|
/** earliest block height available in the store */
|
|
@@ -96,19 +84,12 @@ export interface StatusResponseAminoMsg {
|
|
|
96
84
|
type: "cosmos-sdk/StatusResponse";
|
|
97
85
|
value: StatusResponseAmino;
|
|
98
86
|
}
|
|
99
|
-
/** StateResponse defines the response structure for the status of a node. */
|
|
100
|
-
export interface StatusResponseSDKType {
|
|
101
|
-
earliest_store_height: bigint;
|
|
102
|
-
height: bigint;
|
|
103
|
-
timestamp?: Date;
|
|
104
|
-
app_hash: Uint8Array;
|
|
105
|
-
validator_hash: Uint8Array;
|
|
106
|
-
}
|
|
107
87
|
export declare const ConfigRequest: {
|
|
108
88
|
typeUrl: string;
|
|
89
|
+
aminoType: string;
|
|
109
90
|
encode(_: ConfigRequest, writer?: BinaryWriter): BinaryWriter;
|
|
110
91
|
decode(input: BinaryReader | Uint8Array, length?: number): ConfigRequest;
|
|
111
|
-
fromPartial(_:
|
|
92
|
+
fromPartial(_: DeepPartial<ConfigRequest>): ConfigRequest;
|
|
112
93
|
fromAmino(_: ConfigRequestAmino): ConfigRequest;
|
|
113
94
|
toAmino(_: ConfigRequest): ConfigRequestAmino;
|
|
114
95
|
fromAminoMsg(object: ConfigRequestAminoMsg): ConfigRequest;
|
|
@@ -119,9 +100,10 @@ export declare const ConfigRequest: {
|
|
|
119
100
|
};
|
|
120
101
|
export declare const ConfigResponse: {
|
|
121
102
|
typeUrl: string;
|
|
103
|
+
aminoType: string;
|
|
122
104
|
encode(message: ConfigResponse, writer?: BinaryWriter): BinaryWriter;
|
|
123
105
|
decode(input: BinaryReader | Uint8Array, length?: number): ConfigResponse;
|
|
124
|
-
fromPartial(object:
|
|
106
|
+
fromPartial(object: DeepPartial<ConfigResponse>): ConfigResponse;
|
|
125
107
|
fromAmino(object: ConfigResponseAmino): ConfigResponse;
|
|
126
108
|
toAmino(message: ConfigResponse): ConfigResponseAmino;
|
|
127
109
|
fromAminoMsg(object: ConfigResponseAminoMsg): ConfigResponse;
|
|
@@ -132,9 +114,10 @@ export declare const ConfigResponse: {
|
|
|
132
114
|
};
|
|
133
115
|
export declare const StatusRequest: {
|
|
134
116
|
typeUrl: string;
|
|
117
|
+
aminoType: string;
|
|
135
118
|
encode(_: StatusRequest, writer?: BinaryWriter): BinaryWriter;
|
|
136
119
|
decode(input: BinaryReader | Uint8Array, length?: number): StatusRequest;
|
|
137
|
-
fromPartial(_:
|
|
120
|
+
fromPartial(_: DeepPartial<StatusRequest>): StatusRequest;
|
|
138
121
|
fromAmino(_: StatusRequestAmino): StatusRequest;
|
|
139
122
|
toAmino(_: StatusRequest): StatusRequestAmino;
|
|
140
123
|
fromAminoMsg(object: StatusRequestAminoMsg): StatusRequest;
|
|
@@ -145,9 +128,10 @@ export declare const StatusRequest: {
|
|
|
145
128
|
};
|
|
146
129
|
export declare const StatusResponse: {
|
|
147
130
|
typeUrl: string;
|
|
131
|
+
aminoType: string;
|
|
148
132
|
encode(message: StatusResponse, writer?: BinaryWriter): BinaryWriter;
|
|
149
133
|
decode(input: BinaryReader | Uint8Array, length?: number): StatusResponse;
|
|
150
|
-
fromPartial(object:
|
|
134
|
+
fromPartial(object: DeepPartial<StatusResponse>): StatusResponse;
|
|
151
135
|
fromAmino(object: StatusResponseAmino): StatusResponse;
|
|
152
136
|
toAmino(message: StatusResponse): StatusResponseAmino;
|
|
153
137
|
fromAminoMsg(object: StatusResponseAminoMsg): StatusResponse;
|
|
@@ -10,6 +10,7 @@ function createBaseConfigRequest() {
|
|
|
10
10
|
}
|
|
11
11
|
exports.ConfigRequest = {
|
|
12
12
|
typeUrl: "/cosmos.base.node.v1beta1.ConfigRequest",
|
|
13
|
+
aminoType: "cosmos-sdk/ConfigRequest",
|
|
13
14
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
14
15
|
return writer;
|
|
15
16
|
},
|
|
@@ -71,6 +72,7 @@ function createBaseConfigResponse() {
|
|
|
71
72
|
}
|
|
72
73
|
exports.ConfigResponse = {
|
|
73
74
|
typeUrl: "/cosmos.base.node.v1beta1.ConfigResponse",
|
|
75
|
+
aminoType: "cosmos-sdk/ConfigResponse",
|
|
74
76
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
75
77
|
if (message.minimumGasPrice !== "") {
|
|
76
78
|
writer.uint32(10).string(message.minimumGasPrice);
|
|
@@ -171,6 +173,7 @@ function createBaseStatusRequest() {
|
|
|
171
173
|
}
|
|
172
174
|
exports.StatusRequest = {
|
|
173
175
|
typeUrl: "/cosmos.base.node.v1beta1.StatusRequest",
|
|
176
|
+
aminoType: "cosmos-sdk/StatusRequest",
|
|
174
177
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
175
178
|
return writer;
|
|
176
179
|
},
|
|
@@ -233,6 +236,7 @@ function createBaseStatusResponse() {
|
|
|
233
236
|
}
|
|
234
237
|
exports.StatusResponse = {
|
|
235
238
|
typeUrl: "/cosmos.base.node.v1beta1.StatusResponse",
|
|
239
|
+
aminoType: "cosmos-sdk/StatusResponse",
|
|
236
240
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
237
241
|
if (message.earliestStoreHeight !== BigInt(0)) {
|
|
238
242
|
writer.uint32(8).uint64(message.earliestStoreHeight);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { LCDClient } from "@cosmology/lcd";
|
|
2
|
-
import { ConfigRequest,
|
|
2
|
+
import { ConfigRequest, ConfigResponse, StatusRequest, StatusResponse } from "./query";
|
|
3
3
|
export declare class LCDQueryClient {
|
|
4
4
|
req: LCDClient;
|
|
5
5
|
constructor({ requestClient }: {
|
|
6
6
|
requestClient: LCDClient;
|
|
7
7
|
});
|
|
8
|
-
config(_params?: ConfigRequest)
|
|
9
|
-
status(_params?: StatusRequest)
|
|
8
|
+
config: (_params?: ConfigRequest) => Promise<ConfigResponse>;
|
|
9
|
+
status: (_params?: StatusRequest) => Promise<StatusResponse>;
|
|
10
10
|
}
|
|
@@ -5,18 +5,16 @@ class LCDQueryClient {
|
|
|
5
5
|
req;
|
|
6
6
|
constructor({ requestClient }) {
|
|
7
7
|
this.req = requestClient;
|
|
8
|
-
this.config = this.config.bind(this);
|
|
9
|
-
this.status = this.status.bind(this);
|
|
10
8
|
}
|
|
11
9
|
/* Config queries for the operator configuration. */
|
|
12
|
-
async
|
|
10
|
+
config = async (_params = {}) => {
|
|
13
11
|
const endpoint = `cosmos/base/node/v1beta1/config`;
|
|
14
12
|
return await this.req.get(endpoint);
|
|
15
|
-
}
|
|
13
|
+
};
|
|
16
14
|
/* Status queries for the node status. */
|
|
17
|
-
async
|
|
15
|
+
status = async (_params = {}) => {
|
|
18
16
|
const endpoint = `cosmos/base/node/v1beta1/status`;
|
|
19
17
|
return await this.req.get(endpoint);
|
|
20
|
-
}
|
|
18
|
+
};
|
|
21
19
|
}
|
|
22
20
|
exports.LCDQueryClient = LCDQueryClient;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TxRpc } from "../../../../types";
|
|
2
2
|
import { QueryClient } from "@cosmjs/stargate";
|
|
3
3
|
import { ConfigRequest, ConfigResponse, StatusRequest, StatusResponse } from "./query";
|
|
4
4
|
/** Service defines the gRPC querier service for node related queries. */
|
|
@@ -10,9 +10,9 @@ export interface Service {
|
|
|
10
10
|
}
|
|
11
11
|
export declare class ServiceClientImpl implements Service {
|
|
12
12
|
private readonly rpc;
|
|
13
|
-
constructor(rpc:
|
|
14
|
-
config(request?: ConfigRequest)
|
|
15
|
-
status(request?: StatusRequest)
|
|
13
|
+
constructor(rpc: TxRpc);
|
|
14
|
+
config: (request?: ConfigRequest) => Promise<ConfigResponse>;
|
|
15
|
+
status: (request?: StatusRequest) => Promise<StatusResponse>;
|
|
16
16
|
}
|
|
17
17
|
export declare const createRpcQueryExtension: (base: QueryClient) => {
|
|
18
18
|
config(request?: ConfigRequest): Promise<ConfigResponse>;
|
|
@@ -8,19 +8,19 @@ class ServiceClientImpl {
|
|
|
8
8
|
rpc;
|
|
9
9
|
constructor(rpc) {
|
|
10
10
|
this.rpc = rpc;
|
|
11
|
-
this.config = this.config.bind(this);
|
|
12
|
-
this.status = this.status.bind(this);
|
|
13
11
|
}
|
|
14
|
-
|
|
12
|
+
/* Config queries for the operator configuration. */
|
|
13
|
+
config = async (request = {}) => {
|
|
15
14
|
const data = query_1.ConfigRequest.encode(request).finish();
|
|
16
15
|
const promise = this.rpc.request("cosmos.base.node.v1beta1.Service", "Config", data);
|
|
17
16
|
return promise.then(data => query_1.ConfigResponse.decode(new binary_1.BinaryReader(data)));
|
|
18
|
-
}
|
|
19
|
-
|
|
17
|
+
};
|
|
18
|
+
/* Status queries for the node status. */
|
|
19
|
+
status = async (request = {}) => {
|
|
20
20
|
const data = query_1.StatusRequest.encode(request).finish();
|
|
21
21
|
const promise = this.rpc.request("cosmos.base.node.v1beta1.Service", "Status", data);
|
|
22
22
|
return promise.then(data => query_1.StatusResponse.decode(new binary_1.BinaryReader(data)));
|
|
23
|
-
}
|
|
23
|
+
};
|
|
24
24
|
}
|
|
25
25
|
exports.ServiceClientImpl = ServiceClientImpl;
|
|
26
26
|
const createRpcQueryExtension = (base) => {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../../helpers";
|
|
2
3
|
/**
|
|
3
4
|
* PageRequest is to be embedded in gRPC request messages for efficient
|
|
4
5
|
* pagination. Ex:
|
|
@@ -89,22 +90,6 @@ export interface PageRequestAminoMsg {
|
|
|
89
90
|
type: "cosmos-sdk/PageRequest";
|
|
90
91
|
value: PageRequestAmino;
|
|
91
92
|
}
|
|
92
|
-
/**
|
|
93
|
-
* PageRequest is to be embedded in gRPC request messages for efficient
|
|
94
|
-
* pagination. Ex:
|
|
95
|
-
*
|
|
96
|
-
* message SomeRequest {
|
|
97
|
-
* Foo some_parameter = 1;
|
|
98
|
-
* PageRequest pagination = 2;
|
|
99
|
-
* }
|
|
100
|
-
*/
|
|
101
|
-
export interface PageRequestSDKType {
|
|
102
|
-
key: Uint8Array;
|
|
103
|
-
offset: bigint;
|
|
104
|
-
limit: bigint;
|
|
105
|
-
count_total: boolean;
|
|
106
|
-
reverse: boolean;
|
|
107
|
-
}
|
|
108
93
|
/**
|
|
109
94
|
* PageResponse is to be embedded in gRPC response messages where the
|
|
110
95
|
* corresponding request message has used PageRequest.
|
|
@@ -157,24 +142,12 @@ export interface PageResponseAminoMsg {
|
|
|
157
142
|
type: "cosmos-sdk/PageResponse";
|
|
158
143
|
value: PageResponseAmino;
|
|
159
144
|
}
|
|
160
|
-
/**
|
|
161
|
-
* PageResponse is to be embedded in gRPC response messages where the
|
|
162
|
-
* corresponding request message has used PageRequest.
|
|
163
|
-
*
|
|
164
|
-
* message SomeResponse {
|
|
165
|
-
* repeated Bar results = 1;
|
|
166
|
-
* PageResponse page = 2;
|
|
167
|
-
* }
|
|
168
|
-
*/
|
|
169
|
-
export interface PageResponseSDKType {
|
|
170
|
-
next_key: Uint8Array;
|
|
171
|
-
total: bigint;
|
|
172
|
-
}
|
|
173
145
|
export declare const PageRequest: {
|
|
174
146
|
typeUrl: string;
|
|
147
|
+
aminoType: string;
|
|
175
148
|
encode(message: PageRequest, writer?: BinaryWriter): BinaryWriter;
|
|
176
149
|
decode(input: BinaryReader | Uint8Array, length?: number): PageRequest;
|
|
177
|
-
fromPartial(object:
|
|
150
|
+
fromPartial(object: DeepPartial<PageRequest>): PageRequest;
|
|
178
151
|
fromAmino(object: PageRequestAmino): PageRequest;
|
|
179
152
|
toAmino(message: PageRequest): PageRequestAmino;
|
|
180
153
|
fromAminoMsg(object: PageRequestAminoMsg): PageRequest;
|
|
@@ -185,9 +158,10 @@ export declare const PageRequest: {
|
|
|
185
158
|
};
|
|
186
159
|
export declare const PageResponse: {
|
|
187
160
|
typeUrl: string;
|
|
161
|
+
aminoType: string;
|
|
188
162
|
encode(message: PageResponse, writer?: BinaryWriter): BinaryWriter;
|
|
189
163
|
decode(input: BinaryReader | Uint8Array, length?: number): PageResponse;
|
|
190
|
-
fromPartial(object:
|
|
164
|
+
fromPartial(object: DeepPartial<PageResponse>): PageResponse;
|
|
191
165
|
fromAmino(object: PageResponseAmino): PageResponse;
|
|
192
166
|
toAmino(message: PageResponse): PageResponseAmino;
|
|
193
167
|
fromAminoMsg(object: PageResponseAminoMsg): PageResponse;
|