@sparkdreamnft/sparkdreamjs 0.0.3 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cosmos/app/runtime/v1alpha1/module.d.ts +2 -20
- package/cosmos/app/runtime/v1alpha1/module.js +2 -0
- package/cosmos/app/v1alpha1/module.d.ts +3 -18
- package/cosmos/app/v1alpha1/module.js +3 -0
- package/cosmos/auth/module/v1/module.d.ts +2 -11
- package/cosmos/auth/module/v1/module.js +2 -0
- package/cosmos/auth/v1beta1/auth.d.ts +5 -39
- package/cosmos/auth/v1beta1/auth.js +4 -2
- package/cosmos/auth/v1beta1/genesis.d.ts +3 -7
- package/cosmos/auth/v1beta1/genesis.js +1 -0
- package/cosmos/auth/v1beta1/query.d.ts +23 -139
- package/cosmos/auth/v1beta1/query.js +20 -0
- package/cosmos/auth/v1beta1/query.lcd.d.ts +11 -11
- package/cosmos/auth/v1beta1/query.lcd.js +21 -31
- package/cosmos/auth/v1beta1/query.rpc.Query.d.ts +10 -10
- package/cosmos/auth/v1beta1/query.rpc.Query.js +48 -31
- package/cosmos/auth/v1beta1/tx.d.ts +3 -18
- package/cosmos/auth/v1beta1/tx.js +2 -0
- package/cosmos/auth/v1beta1/tx.rpc.msg.d.ts +2 -1
- package/cosmos/auth/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/authz/module/v1/module.d.ts +1 -3
- package/cosmos/authz/module/v1/module.js +1 -0
- package/cosmos/authz/v1beta1/authz.d.ts +8 -35
- package/cosmos/authz/v1beta1/authz.js +4 -1
- package/cosmos/authz/v1beta1/event.d.ts +2 -12
- package/cosmos/authz/v1beta1/event.js +2 -0
- package/cosmos/authz/v1beta1/genesis.d.ts +2 -5
- package/cosmos/authz/v1beta1/genesis.js +1 -0
- package/cosmos/authz/v1beta1/query.d.ts +8 -34
- package/cosmos/authz/v1beta1/query.js +6 -0
- package/cosmos/authz/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/authz/v1beta1/query.lcd.js +6 -9
- package/cosmos/authz/v1beta1/query.rpc.Query.d.ts +3 -3
- package/cosmos/authz/v1beta1/query.rpc.Query.js +13 -9
- package/cosmos/authz/v1beta1/tx.d.ts +8 -39
- package/cosmos/authz/v1beta1/tx.js +6 -0
- package/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/authz/v1beta1/tx.rpc.msg.js +20 -10
- package/cosmos/bank/module/v1/module.d.ts +1 -6
- package/cosmos/bank/module/v1/module.js +1 -0
- package/cosmos/bank/v1beta1/authz.d.ts +2 -13
- package/cosmos/bank/v1beta1/authz.js +1 -1
- package/cosmos/bank/v1beta1/bank.d.ts +8 -59
- package/cosmos/bank/v1beta1/bank.js +7 -1
- package/cosmos/bank/v1beta1/genesis.d.ts +4 -18
- package/cosmos/bank/v1beta1/genesis.js +2 -0
- package/cosmos/bank/v1beta1/query.d.ts +30 -199
- package/cosmos/bank/v1beta1/query.js +27 -0
- package/cosmos/bank/v1beta1/query.lcd.d.ts +14 -14
- package/cosmos/bank/v1beta1/query.lcd.js +28 -41
- package/cosmos/bank/v1beta1/query.rpc.Query.d.ts +13 -13
- package/cosmos/bank/v1beta1/query.rpc.Query.js +78 -41
- package/cosmos/bank/v1beta1/tx.d.ts +10 -57
- package/cosmos/bank/v1beta1/tx.js +8 -0
- package/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +5 -4
- package/cosmos/bank/v1beta1/tx.rpc.msg.js +25 -13
- package/cosmos/base/abci/v1beta1/abci.d.ts +14 -101
- package/cosmos/base/abci/v1beta1/abci.js +11 -0
- package/cosmos/base/node/v1beta1/query.d.ts +4 -21
- package/cosmos/base/node/v1beta1/query.js +4 -0
- package/cosmos/base/node/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/base/node/v1beta1/query.lcd.js +4 -6
- package/cosmos/base/node/v1beta1/query.rpc.Service.d.ts +2 -2
- package/cosmos/base/node/v1beta1/query.rpc.Service.js +6 -6
- package/cosmos/base/query/v1beta1/pagination.d.ts +2 -29
- package/cosmos/base/query/v1beta1/pagination.js +2 -0
- package/cosmos/base/reflection/v2alpha1/reflection.d.ts +26 -128
- package/cosmos/base/reflection/v2alpha1/reflection.js +26 -0
- package/cosmos/base/v1beta1/coin.d.ts +4 -34
- package/cosmos/base/v1beta1/coin.js +5 -1
- package/cosmos/benchmark/module/v1/module.d.ts +2 -18
- package/cosmos/benchmark/module/v1/module.js +2 -0
- package/cosmos/benchmark/v1/benchmark.d.ts +1 -10
- package/cosmos/benchmark/v1/benchmark.js +1 -0
- package/cosmos/benchmark/v1/tx.d.ts +3 -11
- package/cosmos/benchmark/v1/tx.js +2 -0
- package/cosmos/benchmark/v1/tx.rpc.msg.d.ts +2 -1
- package/cosmos/benchmark/v1/tx.rpc.msg.js +8 -4
- package/cosmos/bundle.d.ts +669 -17
- package/cosmos/circuit/module/v1/module.d.ts +1 -4
- package/cosmos/circuit/module/v1/module.js +1 -0
- package/cosmos/circuit/v1/query.d.ts +8 -26
- package/cosmos/circuit/v1/query.js +6 -0
- package/cosmos/circuit/v1/query.lcd.d.ts +4 -4
- package/cosmos/circuit/v1/query.lcd.js +7 -10
- package/cosmos/circuit/v1/query.rpc.Query.d.ts +3 -3
- package/cosmos/circuit/v1/query.rpc.Query.js +10 -10
- package/cosmos/circuit/v1/tx.d.ts +7 -29
- package/cosmos/circuit/v1/tx.js +6 -0
- package/cosmos/circuit/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/circuit/v1/tx.rpc.msg.js +16 -10
- package/cosmos/circuit/v1/types.d.ts +3 -19
- package/cosmos/circuit/v1/types.js +4 -2
- package/cosmos/consensus/module/v1/module.d.ts +1 -4
- package/cosmos/consensus/module/v1/module.js +1 -0
- package/cosmos/consensus/v1/query.d.ts +3 -8
- package/cosmos/consensus/v1/query.js +2 -0
- package/cosmos/consensus/v1/query.lcd.d.ts +2 -2
- package/cosmos/consensus/v1/query.lcd.js +2 -3
- package/cosmos/consensus/v1/query.rpc.Query.d.ts +1 -1
- package/cosmos/consensus/v1/query.rpc.Query.js +3 -3
- package/cosmos/consensus/v1/tx.d.ts +3 -15
- package/cosmos/consensus/v1/tx.js +2 -0
- package/cosmos/consensus/v1/tx.rpc.msg.d.ts +2 -1
- package/cosmos/consensus/v1/tx.rpc.msg.js +11 -4
- package/cosmos/counter/module/v1/module.d.ts +1 -4
- package/cosmos/counter/module/v1/module.js +1 -0
- package/cosmos/counter/v1/query.d.ts +2 -7
- package/cosmos/counter/v1/query.js +2 -0
- package/cosmos/counter/v1/query.rpc.Query.d.ts +1 -1
- package/cosmos/counter/v1/query.rpc.Query.js +3 -3
- package/cosmos/counter/v1/tx.d.ts +2 -9
- package/cosmos/counter/v1/tx.js +2 -0
- package/cosmos/counter/v1/tx.rpc.msg.d.ts +2 -1
- package/cosmos/counter/v1/tx.rpc.msg.js +8 -4
- package/cosmos/crisis/module/v1/module.d.ts +1 -5
- package/cosmos/crisis/module/v1/module.js +1 -0
- package/cosmos/crypto/ed25519/keys.d.ts +2 -17
- package/cosmos/crypto/ed25519/keys.js +2 -0
- package/cosmos/crypto/hd/v1/hd.d.ts +1 -8
- package/cosmos/crypto/hd/v1/hd.js +1 -0
- package/cosmos/crypto/keyring/v1/record.d.ts +7 -28
- package/cosmos/crypto/keyring/v1/record.js +5 -0
- package/cosmos/crypto/multisig/keys.d.ts +2 -10
- package/cosmos/crypto/multisig/keys.js +1 -0
- package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +2 -18
- package/cosmos/crypto/multisig/v1beta1/multisig.js +2 -0
- package/cosmos/crypto/secp256k1/keys.d.ts +2 -14
- package/cosmos/crypto/secp256k1/keys.js +2 -0
- package/cosmos/crypto/secp256r1/keys.d.ts +2 -8
- package/cosmos/crypto/secp256r1/keys.js +2 -0
- package/cosmos/distribution/module/v1/module.d.ts +1 -5
- package/cosmos/distribution/module/v1/module.js +1 -0
- package/cosmos/distribution/v1beta1/distribution.d.ts +13 -122
- package/cosmos/distribution/v1beta1/distribution.js +13 -3
- package/cosmos/distribution/v1beta1/genesis.d.ts +10 -64
- package/cosmos/distribution/v1beta1/genesis.js +8 -0
- package/cosmos/distribution/v1beta1/query.d.ts +23 -137
- package/cosmos/distribution/v1beta1/query.js +20 -0
- package/cosmos/distribution/v1beta1/query.lcd.d.ts +11 -11
- package/cosmos/distribution/v1beta1/query.lcd.js +20 -30
- package/cosmos/distribution/v1beta1/query.rpc.Query.d.ts +10 -10
- package/cosmos/distribution/v1beta1/query.rpc.Query.js +31 -30
- package/cosmos/distribution/v1beta1/tx.d.ts +16 -112
- package/cosmos/distribution/v1beta1/tx.js +14 -0
- package/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +8 -7
- package/cosmos/distribution/v1beta1/tx.rpc.msg.js +41 -22
- package/cosmos/epochs/module/v1/module.d.ts +1 -3
- package/cosmos/epochs/module/v1/module.js +1 -0
- package/cosmos/epochs/v1beta1/events.d.ts +2 -9
- package/cosmos/epochs/v1beta1/events.js +2 -0
- package/cosmos/epochs/v1beta1/genesis.d.ts +3 -18
- package/cosmos/epochs/v1beta1/genesis.js +2 -0
- package/cosmos/epochs/v1beta1/query.d.ts +5 -28
- package/cosmos/epochs/v1beta1/query.js +4 -0
- package/cosmos/epochs/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/epochs/v1beta1/query.lcd.js +4 -6
- package/cosmos/epochs/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/epochs/v1beta1/query.rpc.Query.js +6 -6
- package/cosmos/evidence/module/v1/module.d.ts +1 -3
- package/cosmos/evidence/module/v1/module.js +1 -0
- package/cosmos/feegrant/module/v1/module.d.ts +1 -3
- package/cosmos/feegrant/module/v1/module.js +1 -0
- package/cosmos/feegrant/v1beta1/feegrant.d.ts +7 -39
- package/cosmos/feegrant/v1beta1/feegrant.js +4 -3
- package/cosmos/feegrant/v1beta1/genesis.d.ts +2 -5
- package/cosmos/feegrant/v1beta1/genesis.js +1 -0
- package/cosmos/feegrant/v1beta1/query.d.ts +8 -39
- package/cosmos/feegrant/v1beta1/query.js +6 -0
- package/cosmos/feegrant/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/feegrant/v1beta1/query.lcd.js +6 -9
- package/cosmos/feegrant/v1beta1/query.rpc.Query.d.ts +3 -3
- package/cosmos/feegrant/v1beta1/query.rpc.Query.js +11 -9
- package/cosmos/feegrant/v1beta1/tx.d.ts +8 -37
- package/cosmos/feegrant/v1beta1/tx.js +6 -0
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.js +18 -10
- package/cosmos/genutil/module/v1/module.d.ts +1 -3
- package/cosmos/genutil/module/v1/module.js +1 -0
- package/cosmos/gov/module/v1/module.d.ts +1 -5
- package/cosmos/gov/module/v1/module.js +1 -0
- package/cosmos/gov/v1/genesis.d.ts +2 -16
- package/cosmos/gov/v1/genesis.js +1 -0
- package/cosmos/gov/v1/gov.d.ts +12 -95
- package/cosmos/gov/v1/gov.js +10 -3
- package/cosmos/gov/v1/query.d.ts +20 -92
- package/cosmos/gov/v1/query.js +18 -0
- package/cosmos/gov/v1/query.lcd.d.ts +10 -10
- package/cosmos/gov/v1/query.lcd.js +18 -27
- package/cosmos/gov/v1/query.rpc.Query.d.ts +9 -9
- package/cosmos/gov/v1/query.rpc.Query.js +27 -27
- package/cosmos/gov/v1/tx.d.ts +21 -101
- package/cosmos/gov/v1/tx.js +14 -0
- package/cosmos/gov/v1/tx.rpc.msg.d.ts +8 -7
- package/cosmos/gov/v1/tx.rpc.msg.js +32 -22
- package/cosmos/gov/v1beta1/genesis.d.ts +2 -11
- package/cosmos/gov/v1beta1/genesis.js +1 -0
- package/cosmos/gov/v1beta1/gov.d.ts +15 -81
- package/cosmos/gov/v1beta1/gov.js +11 -5
- package/cosmos/gov/v1beta1/query.d.ts +18 -81
- package/cosmos/gov/v1beta1/query.js +16 -0
- package/cosmos/gov/v1beta1/query.lcd.d.ts +9 -9
- package/cosmos/gov/v1beta1/query.lcd.js +16 -24
- package/cosmos/gov/v1beta1/query.rpc.Query.d.ts +8 -8
- package/cosmos/gov/v1beta1/query.rpc.Query.js +24 -24
- package/cosmos/gov/v1beta1/tx.d.ts +14 -54
- package/cosmos/gov/v1beta1/tx.js +8 -0
- package/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +5 -4
- package/cosmos/gov/v1beta1/tx.rpc.msg.js +19 -13
- package/cosmos/group/module/v1/module.d.ts +2 -6
- package/cosmos/group/module/v1/module.js +1 -0
- package/cosmos/group/v1/events.d.ts +12 -51
- package/cosmos/group/v1/events.js +11 -0
- package/cosmos/group/v1/genesis.d.ts +2 -12
- package/cosmos/group/v1/genesis.js +1 -0
- package/cosmos/group/v1/query.d.ts +30 -140
- package/cosmos/group/v1/query.js +28 -0
- package/cosmos/group/v1/query.lcd.d.ts +15 -15
- package/cosmos/group/v1/query.lcd.js +29 -43
- package/cosmos/group/v1/query.rpc.Query.d.ts +14 -14
- package/cosmos/group/v1/query.rpc.Query.js +49 -43
- package/cosmos/group/v1/tx.d.ts +30 -142
- package/cosmos/group/v1/tx.js +29 -2
- package/cosmos/group/v1/tx.rpc.msg.d.ts +15 -14
- package/cosmos/group/v1/tx.rpc.msg.js +47 -43
- package/cosmos/group/v1/types.d.ts +13 -119
- package/cosmos/group/v1/types.js +12 -6
- package/cosmos/ics23/v1/proofs.d.ts +13 -157
- package/cosmos/ics23/v1/proofs.js +14 -3
- package/cosmos/mint/module/v1/module.d.ts +1 -5
- package/cosmos/mint/module/v1/module.js +1 -0
- package/cosmos/mint/v1beta1/genesis.d.ts +2 -6
- package/cosmos/mint/v1beta1/genesis.js +1 -0
- package/cosmos/mint/v1beta1/mint.d.ts +2 -14
- package/cosmos/mint/v1beta1/mint.js +3 -1
- package/cosmos/mint/v1beta1/query.d.ts +7 -31
- package/cosmos/mint/v1beta1/query.js +6 -0
- package/cosmos/mint/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/mint/v1beta1/query.lcd.js +6 -9
- package/cosmos/mint/v1beta1/query.rpc.Query.d.ts +3 -3
- package/cosmos/mint/v1beta1/query.rpc.Query.js +9 -9
- package/cosmos/mint/v1beta1/tx.d.ts +3 -18
- package/cosmos/mint/v1beta1/tx.js +2 -0
- package/cosmos/mint/v1beta1/tx.rpc.msg.d.ts +2 -1
- package/cosmos/mint/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/nft/module/v1/module.d.ts +1 -3
- package/cosmos/nft/module/v1/module.js +1 -0
- package/cosmos/orm/module/v1alpha1/module.d.ts +1 -7
- package/cosmos/orm/module/v1alpha1/module.js +1 -0
- package/cosmos/orm/query/v1alpha1/query.d.ts +10 -46
- package/cosmos/orm/query/v1alpha1/query.js +7 -0
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.d.ts +2 -2
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.js +6 -6
- package/cosmos/params/module/v1/module.d.ts +1 -3
- package/cosmos/params/module/v1/module.js +1 -0
- package/cosmos/params/v1beta1/params.d.ts +2 -17
- package/cosmos/params/v1beta1/params.js +2 -1
- package/cosmos/params/v1beta1/query.d.ts +6 -37
- package/cosmos/params/v1beta1/query.js +5 -0
- package/cosmos/params/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/params/v1beta1/query.lcd.js +4 -6
- package/cosmos/params/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/params/v1beta1/query.rpc.Query.js +9 -6
- package/cosmos/protocolpool/module/v1/module.d.ts +1 -4
- package/cosmos/protocolpool/module/v1/module.js +1 -0
- package/cosmos/protocolpool/v1/genesis.d.ts +2 -6
- package/cosmos/protocolpool/v1/genesis.js +1 -0
- package/cosmos/protocolpool/v1/query.d.ts +10 -49
- package/cosmos/protocolpool/v1/query.js +8 -0
- package/cosmos/protocolpool/v1/query.lcd.d.ts +5 -5
- package/cosmos/protocolpool/v1/query.lcd.js +8 -12
- package/cosmos/protocolpool/v1/query.rpc.Query.d.ts +4 -4
- package/cosmos/protocolpool/v1/query.rpc.Query.js +12 -12
- package/cosmos/protocolpool/v1/tx.d.ts +12 -67
- package/cosmos/protocolpool/v1/tx.js +11 -1
- package/cosmos/protocolpool/v1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/protocolpool/v1/tx.rpc.msg.js +28 -16
- package/cosmos/protocolpool/v1/types.d.ts +2 -11
- package/cosmos/protocolpool/v1/types.js +3 -1
- package/cosmos/reflection/v1/reflection.d.ts +3 -8
- package/cosmos/reflection/v1/reflection.js +2 -0
- package/cosmos/slashing/module/v1/module.d.ts +1 -4
- package/cosmos/slashing/module/v1/module.js +1 -0
- package/cosmos/staking/module/v1/module.d.ts +1 -7
- package/cosmos/staking/module/v1/module.js +1 -0
- package/cosmos/staking/v1beta1/authz.d.ts +3 -19
- package/cosmos/staking/v1beta1/authz.js +3 -3
- package/cosmos/staking/v1beta1/genesis.d.ts +3 -17
- package/cosmos/staking/v1beta1/genesis.js +2 -0
- package/cosmos/staking/v1beta1/query.d.ts +30 -185
- package/cosmos/staking/v1beta1/query.js +28 -0
- package/cosmos/staking/v1beta1/query.lcd.d.ts +15 -15
- package/cosmos/staking/v1beta1/query.lcd.js +28 -42
- package/cosmos/staking/v1beta1/query.rpc.Query.d.ts +14 -14
- package/cosmos/staking/v1beta1/query.rpc.Query.js +67 -42
- package/cosmos/staking/v1beta1/staking.d.ts +26 -193
- package/cosmos/staking/v1beta1/staking.js +28 -9
- package/cosmos/staking/v1beta1/tx.d.ts +17 -102
- package/cosmos/staking/v1beta1/tx.js +20 -6
- package/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +8 -7
- package/cosmos/staking/v1beta1/tx.rpc.msg.js +34 -22
- package/cosmos/store/internal/kv/v1beta1/kv.d.ts +2 -9
- package/cosmos/store/internal/kv/v1beta1/kv.js +2 -0
- package/cosmos/store/snapshots/v1/snapshot.d.ts +7 -59
- package/cosmos/store/snapshots/v1/snapshot.js +7 -0
- package/cosmos/store/streaming/abci/grpc.d.ts +6 -19
- package/cosmos/store/streaming/abci/grpc.js +4 -0
- package/cosmos/store/v1beta1/commit_info.d.ts +3 -25
- package/cosmos/store/v1beta1/commit_info.js +3 -0
- package/cosmos/store/v1beta1/listening.d.ts +3 -23
- package/cosmos/store/v1beta1/listening.js +2 -0
- package/cosmos/tx/config/v1/config.d.ts +1 -5
- package/cosmos/tx/config/v1/config.js +1 -0
- package/cosmos/tx/signing/v1beta1/signing.d.ts +7 -33
- package/cosmos/tx/signing/v1beta1/signing.js +6 -2
- package/cosmos/tx/v1beta1/service.d.ts +23 -170
- package/cosmos/tx/v1beta1/service.js +19 -3
- package/cosmos/tx/v1beta1/service.lcd.d.ts +4 -4
- package/cosmos/tx/v1beta1/service.lcd.js +6 -9
- package/cosmos/tx/v1beta1/service.rpc.Service.d.ts +9 -9
- package/cosmos/tx/v1beta1/service.rpc.Service.js +37 -27
- package/cosmos/tx/v1beta1/tx.d.ts +16 -123
- package/cosmos/tx/v1beta1/tx.js +13 -0
- package/cosmos/upgrade/module/v1/module.d.ts +1 -4
- package/cosmos/upgrade/module/v1/module.js +1 -0
- package/cosmos/upgrade/v1beta1/query.d.ts +11 -77
- package/cosmos/upgrade/v1beta1/query.js +10 -0
- package/cosmos/upgrade/v1beta1/query.lcd.d.ts +6 -6
- package/cosmos/upgrade/v1beta1/query.lcd.js +10 -15
- package/cosmos/upgrade/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/upgrade/v1beta1/query.rpc.Query.js +24 -15
- package/cosmos/upgrade/v1beta1/tx.d.ts +5 -32
- package/cosmos/upgrade/v1beta1/tx.js +4 -0
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +3 -2
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.js +16 -7
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +5 -47
- package/cosmos/upgrade/v1beta1/upgrade.js +4 -2
- package/cosmos/vesting/module/v1/module.d.ts +1 -3
- package/cosmos/vesting/module/v1/module.js +1 -0
- package/cosmos/vesting/v1beta1/tx.d.ts +8 -54
- package/cosmos/vesting/v1beta1/tx.js +6 -0
- package/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/vesting/v1beta1/tx.rpc.msg.js +21 -10
- package/cosmos/vesting/v1beta1/vesting.d.ts +8 -53
- package/cosmos/vesting/v1beta1/vesting.js +6 -0
- package/cosmos_proto/bundle.d.ts +0 -1
- package/cosmos_proto/cosmos.d.ts +0 -23
- package/cosmos_proto/cosmos.js +1 -2
- package/esm/cosmos/app/runtime/v1alpha1/module.js +2 -0
- package/esm/cosmos/app/v1alpha1/module.js +3 -0
- package/esm/cosmos/auth/module/v1/module.js +2 -0
- package/esm/cosmos/auth/v1beta1/auth.js +4 -2
- package/esm/cosmos/auth/v1beta1/genesis.js +1 -0
- package/esm/cosmos/auth/v1beta1/query.js +20 -0
- package/esm/cosmos/auth/v1beta1/query.lcd.js +21 -31
- package/esm/cosmos/auth/v1beta1/query.rpc.Query.js +48 -31
- package/esm/cosmos/auth/v1beta1/tx.js +2 -0
- package/esm/cosmos/auth/v1beta1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/authz/module/v1/module.js +1 -0
- package/esm/cosmos/authz/v1beta1/authz.js +4 -1
- package/esm/cosmos/authz/v1beta1/event.js +2 -0
- package/esm/cosmos/authz/v1beta1/genesis.js +1 -0
- package/esm/cosmos/authz/v1beta1/query.js +6 -0
- package/esm/cosmos/authz/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/authz/v1beta1/query.rpc.Query.js +13 -9
- package/esm/cosmos/authz/v1beta1/tx.js +6 -0
- package/esm/cosmos/authz/v1beta1/tx.rpc.msg.js +18 -9
- package/esm/cosmos/bank/module/v1/module.js +1 -0
- package/esm/cosmos/bank/v1beta1/authz.js +1 -1
- package/esm/cosmos/bank/v1beta1/bank.js +7 -1
- package/esm/cosmos/bank/v1beta1/genesis.js +2 -0
- package/esm/cosmos/bank/v1beta1/query.js +27 -0
- package/esm/cosmos/bank/v1beta1/query.lcd.js +28 -41
- package/esm/cosmos/bank/v1beta1/query.rpc.Query.js +78 -41
- package/esm/cosmos/bank/v1beta1/tx.js +8 -0
- package/esm/cosmos/bank/v1beta1/tx.rpc.msg.js +23 -12
- package/esm/cosmos/base/abci/v1beta1/abci.js +11 -0
- package/esm/cosmos/base/node/v1beta1/query.js +4 -0
- package/esm/cosmos/base/node/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/base/node/v1beta1/query.rpc.Service.js +6 -6
- package/esm/cosmos/base/query/v1beta1/pagination.js +2 -0
- package/esm/cosmos/base/reflection/v2alpha1/reflection.js +26 -0
- package/esm/cosmos/base/v1beta1/coin.js +5 -1
- package/esm/cosmos/benchmark/module/v1/module.js +2 -0
- package/esm/cosmos/benchmark/v1/benchmark.js +1 -0
- package/esm/cosmos/benchmark/v1/tx.js +2 -0
- package/esm/cosmos/benchmark/v1/tx.rpc.msg.js +6 -3
- package/esm/cosmos/circuit/module/v1/module.js +1 -0
- package/esm/cosmos/circuit/v1/query.js +6 -0
- package/esm/cosmos/circuit/v1/query.lcd.js +7 -10
- package/esm/cosmos/circuit/v1/query.rpc.Query.js +10 -10
- package/esm/cosmos/circuit/v1/tx.js +6 -0
- package/esm/cosmos/circuit/v1/tx.rpc.msg.js +14 -9
- package/esm/cosmos/circuit/v1/types.js +3 -1
- package/esm/cosmos/consensus/module/v1/module.js +1 -0
- package/esm/cosmos/consensus/v1/query.js +2 -0
- package/esm/cosmos/consensus/v1/query.lcd.js +2 -3
- package/esm/cosmos/consensus/v1/query.rpc.Query.js +3 -3
- package/esm/cosmos/consensus/v1/tx.js +2 -0
- package/esm/cosmos/consensus/v1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/counter/module/v1/module.js +1 -0
- package/esm/cosmos/counter/v1/query.js +2 -0
- package/esm/cosmos/counter/v1/query.rpc.Query.js +3 -3
- package/esm/cosmos/counter/v1/tx.js +2 -0
- package/esm/cosmos/counter/v1/tx.rpc.msg.js +6 -3
- package/esm/cosmos/crisis/module/v1/module.js +1 -0
- package/esm/cosmos/crypto/ed25519/keys.js +2 -0
- package/esm/cosmos/crypto/hd/v1/hd.js +1 -0
- package/esm/cosmos/crypto/keyring/v1/record.js +5 -0
- package/esm/cosmos/crypto/multisig/keys.js +1 -0
- package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +2 -0
- package/esm/cosmos/crypto/secp256k1/keys.js +2 -0
- package/esm/cosmos/crypto/secp256r1/keys.js +2 -0
- package/esm/cosmos/distribution/module/v1/module.js +1 -0
- package/esm/cosmos/distribution/v1beta1/distribution.js +13 -3
- package/esm/cosmos/distribution/v1beta1/genesis.js +8 -0
- package/esm/cosmos/distribution/v1beta1/query.js +20 -0
- package/esm/cosmos/distribution/v1beta1/query.lcd.js +20 -30
- package/esm/cosmos/distribution/v1beta1/query.rpc.Query.js +31 -30
- package/esm/cosmos/distribution/v1beta1/tx.js +14 -0
- package/esm/cosmos/distribution/v1beta1/tx.rpc.msg.js +39 -21
- package/esm/cosmos/epochs/module/v1/module.js +1 -0
- package/esm/cosmos/epochs/v1beta1/events.js +2 -0
- package/esm/cosmos/epochs/v1beta1/genesis.js +2 -0
- package/esm/cosmos/epochs/v1beta1/query.js +4 -0
- package/esm/cosmos/epochs/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/epochs/v1beta1/query.rpc.Query.js +6 -6
- package/esm/cosmos/evidence/module/v1/module.js +1 -0
- package/esm/cosmos/feegrant/module/v1/module.js +1 -0
- package/esm/cosmos/feegrant/v1beta1/feegrant.js +4 -3
- package/esm/cosmos/feegrant/v1beta1/genesis.js +1 -0
- package/esm/cosmos/feegrant/v1beta1/query.js +6 -0
- package/esm/cosmos/feegrant/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/feegrant/v1beta1/query.rpc.Query.js +11 -9
- package/esm/cosmos/feegrant/v1beta1/tx.js +6 -0
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.msg.js +16 -9
- package/esm/cosmos/genutil/module/v1/module.js +1 -0
- package/esm/cosmos/gov/module/v1/module.js +1 -0
- package/esm/cosmos/gov/v1/genesis.js +1 -0
- package/esm/cosmos/gov/v1/gov.js +9 -2
- package/esm/cosmos/gov/v1/query.js +18 -0
- package/esm/cosmos/gov/v1/query.lcd.js +18 -27
- package/esm/cosmos/gov/v1/query.rpc.Query.js +27 -27
- package/esm/cosmos/gov/v1/tx.js +14 -0
- package/esm/cosmos/gov/v1/tx.rpc.msg.js +30 -21
- package/esm/cosmos/gov/v1beta1/genesis.js +1 -0
- package/esm/cosmos/gov/v1beta1/gov.js +10 -4
- package/esm/cosmos/gov/v1beta1/query.js +16 -0
- package/esm/cosmos/gov/v1beta1/query.lcd.js +16 -24
- package/esm/cosmos/gov/v1beta1/query.rpc.Query.js +24 -24
- package/esm/cosmos/gov/v1beta1/tx.js +8 -0
- package/esm/cosmos/gov/v1beta1/tx.rpc.msg.js +17 -12
- package/esm/cosmos/group/module/v1/module.js +1 -0
- package/esm/cosmos/group/v1/events.js +11 -0
- package/esm/cosmos/group/v1/genesis.js +1 -0
- package/esm/cosmos/group/v1/query.js +28 -0
- package/esm/cosmos/group/v1/query.lcd.js +29 -43
- package/esm/cosmos/group/v1/query.rpc.Query.js +49 -43
- package/esm/cosmos/group/v1/tx.js +28 -1
- package/esm/cosmos/group/v1/tx.rpc.msg.js +45 -42
- package/esm/cosmos/group/v1/types.js +11 -5
- package/esm/cosmos/ics23/v1/proofs.js +13 -2
- package/esm/cosmos/mint/module/v1/module.js +1 -0
- package/esm/cosmos/mint/v1beta1/genesis.js +1 -0
- package/esm/cosmos/mint/v1beta1/mint.js +3 -1
- package/esm/cosmos/mint/v1beta1/query.js +6 -0
- package/esm/cosmos/mint/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/mint/v1beta1/query.rpc.Query.js +9 -9
- package/esm/cosmos/mint/v1beta1/tx.js +2 -0
- package/esm/cosmos/mint/v1beta1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/nft/module/v1/module.js +1 -0
- package/esm/cosmos/orm/module/v1alpha1/module.js +1 -0
- package/esm/cosmos/orm/query/v1alpha1/query.js +7 -0
- package/esm/cosmos/orm/query/v1alpha1/query.rpc.Query.js +6 -6
- package/esm/cosmos/params/module/v1/module.js +1 -0
- package/esm/cosmos/params/v1beta1/params.js +2 -1
- package/esm/cosmos/params/v1beta1/query.js +5 -0
- package/esm/cosmos/params/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/params/v1beta1/query.rpc.Query.js +9 -6
- package/esm/cosmos/protocolpool/module/v1/module.js +1 -0
- package/esm/cosmos/protocolpool/v1/genesis.js +1 -0
- package/esm/cosmos/protocolpool/v1/query.js +8 -0
- package/esm/cosmos/protocolpool/v1/query.lcd.js +8 -12
- package/esm/cosmos/protocolpool/v1/query.rpc.Query.js +12 -12
- package/esm/cosmos/protocolpool/v1/tx.js +11 -1
- package/esm/cosmos/protocolpool/v1/tx.rpc.msg.js +26 -15
- package/esm/cosmos/protocolpool/v1/types.js +3 -1
- package/esm/cosmos/reflection/v1/reflection.js +2 -0
- package/esm/cosmos/slashing/module/v1/module.js +1 -0
- package/esm/cosmos/staking/module/v1/module.js +1 -0
- package/esm/cosmos/staking/v1beta1/authz.js +2 -2
- package/esm/cosmos/staking/v1beta1/genesis.js +2 -0
- package/esm/cosmos/staking/v1beta1/query.js +28 -0
- package/esm/cosmos/staking/v1beta1/query.lcd.js +28 -42
- package/esm/cosmos/staking/v1beta1/query.rpc.Query.js +67 -42
- package/esm/cosmos/staking/v1beta1/staking.js +23 -4
- package/esm/cosmos/staking/v1beta1/tx.js +16 -2
- package/esm/cosmos/staking/v1beta1/tx.rpc.msg.js +32 -21
- package/esm/cosmos/store/internal/kv/v1beta1/kv.js +2 -0
- package/esm/cosmos/store/snapshots/v1/snapshot.js +7 -0
- package/esm/cosmos/store/streaming/abci/grpc.js +4 -0
- package/esm/cosmos/store/v1beta1/commit_info.js +3 -0
- package/esm/cosmos/store/v1beta1/listening.js +2 -0
- package/esm/cosmos/tx/config/v1/config.js +1 -0
- package/esm/cosmos/tx/signing/v1beta1/signing.js +5 -1
- package/esm/cosmos/tx/v1beta1/service.js +18 -2
- package/esm/cosmos/tx/v1beta1/service.lcd.js +6 -9
- package/esm/cosmos/tx/v1beta1/service.rpc.Service.js +37 -27
- package/esm/cosmos/tx/v1beta1/tx.js +13 -0
- package/esm/cosmos/upgrade/module/v1/module.js +1 -0
- package/esm/cosmos/upgrade/v1beta1/query.js +10 -0
- package/esm/cosmos/upgrade/v1beta1/query.lcd.js +10 -15
- package/esm/cosmos/upgrade/v1beta1/query.rpc.Query.js +24 -15
- package/esm/cosmos/upgrade/v1beta1/tx.js +4 -0
- package/esm/cosmos/upgrade/v1beta1/tx.rpc.msg.js +14 -6
- package/esm/cosmos/upgrade/v1beta1/upgrade.js +4 -2
- package/esm/cosmos/vesting/module/v1/module.js +1 -0
- package/esm/cosmos/vesting/v1beta1/tx.js +6 -0
- package/esm/cosmos/vesting/v1beta1/tx.rpc.msg.js +19 -9
- package/esm/cosmos/vesting/v1beta1/vesting.js +6 -0
- package/esm/cosmos_proto/cosmos.js +0 -1
- package/esm/google/protobuf/any.js +0 -1
- package/esm/google/protobuf/descriptor.js +0 -20
- package/esm/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.js +4 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +4 -6
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +6 -6
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.js +6 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +12 -9
- package/esm/ibc/applications/interchain_accounts/genesis/v1/genesis.js +5 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/host.js +2 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/query.js +2 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/query.lcd.js +2 -3
- package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +3 -3
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.js +4 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +9 -6
- package/esm/ibc/applications/interchain_accounts/v1/account.js +1 -1
- package/esm/ibc/applications/interchain_accounts/v1/metadata.js +1 -0
- package/esm/ibc/applications/interchain_accounts/v1/packet.js +2 -1
- package/esm/ibc/applications/packet_forward_middleware/v1/genesis.js +2 -0
- package/esm/ibc/applications/transfer/v1/authz.js +2 -1
- package/esm/ibc/applications/transfer/v1/denomtrace.js +1 -0
- package/esm/ibc/applications/transfer/v1/genesis.js +1 -0
- package/esm/ibc/applications/transfer/v1/packet.js +1 -0
- package/esm/ibc/applications/transfer/v1/query.js +12 -0
- package/esm/ibc/applications/transfer/v1/query.lcd.js +13 -19
- package/esm/ibc/applications/transfer/v1/query.rpc.Query.js +19 -19
- package/esm/ibc/applications/transfer/v1/token.js +3 -0
- package/esm/ibc/applications/transfer/v1/transfer.js +1 -0
- package/esm/ibc/applications/transfer/v1/tx.js +4 -0
- package/esm/ibc/applications/transfer/v1/tx.rpc.msg.js +9 -6
- package/esm/ibc/core/channel/v1/channel.js +8 -2
- package/esm/ibc/core/channel/v1/genesis.js +2 -0
- package/esm/ibc/core/channel/v1/query.js +28 -0
- package/esm/ibc/core/channel/v1/query.lcd.js +29 -43
- package/esm/ibc/core/channel/v1/query.rpc.Query.js +51 -43
- package/esm/ibc/core/channel/v1/tx.js +20 -1
- package/esm/ibc/core/channel/v1/tx.rpc.msg.js +34 -30
- package/esm/ibc/core/channel/v2/genesis.js +3 -0
- package/esm/ibc/core/channel/v2/packet.js +4 -1
- package/esm/ibc/core/channel/v2/query.js +16 -0
- package/esm/ibc/core/channel/v2/query.lcd.js +16 -24
- package/esm/ibc/core/channel/v2/query.rpc.Query.js +24 -24
- package/esm/ibc/core/channel/v2/tx.js +8 -1
- package/esm/ibc/core/channel/v2/tx.rpc.msg.js +15 -12
- package/esm/ibc/core/client/v1/client.js +5 -0
- package/esm/ibc/core/client/v1/genesis.js +3 -0
- package/esm/ibc/core/client/v1/query.js +22 -0
- package/esm/ibc/core/client/v1/query.lcd.js +21 -31
- package/esm/ibc/core/client/v1/query.rpc.Query.js +36 -34
- package/esm/ibc/core/client/v1/tx.js +16 -0
- package/esm/ibc/core/client/v1/tx.rpc.msg.js +27 -24
- package/esm/ibc/core/client/v2/config.js +1 -0
- package/esm/ibc/core/client/v2/counterparty.js +1 -0
- package/esm/ibc/core/client/v2/genesis.js +2 -0
- package/esm/ibc/core/client/v2/query.js +4 -0
- package/esm/ibc/core/client/v2/query.lcd.js +4 -6
- package/esm/ibc/core/client/v2/query.rpc.Query.js +6 -6
- package/esm/ibc/core/client/v2/tx.js +4 -0
- package/esm/ibc/core/client/v2/tx.rpc.msg.js +9 -6
- package/esm/ibc/core/commitment/v1/commitment.js +3 -0
- package/esm/ibc/core/commitment/v2/commitment.js +1 -0
- package/esm/ibc/core/connection/v1/connection.js +7 -1
- package/esm/ibc/core/connection/v1/genesis.js +1 -0
- package/esm/ibc/core/connection/v1/query.js +12 -0
- package/esm/ibc/core/connection/v1/query.lcd.js +13 -19
- package/esm/ibc/core/connection/v1/query.rpc.Query.js +22 -19
- package/esm/ibc/core/connection/v1/tx.js +10 -0
- package/esm/ibc/core/connection/v1/tx.rpc.msg.js +20 -15
- package/esm/ibc/lightclients/solomachine/v2/solomachine.js +16 -1
- package/esm/ibc/lightclients/solomachine/v3/solomachine.js +8 -0
- package/esm/ibc/lightclients/tendermint/v1/tendermint.js +5 -0
- package/esm/ibc/lightclients/wasm/v1/genesis.js +2 -0
- package/esm/ibc/lightclients/wasm/v1/query.js +4 -0
- package/esm/ibc/lightclients/wasm/v1/query.lcd.js +5 -7
- package/esm/ibc/lightclients/wasm/v1/query.rpc.Query.js +7 -7
- package/esm/ibc/lightclients/wasm/v1/tx.js +6 -0
- package/esm/ibc/lightclients/wasm/v1/tx.rpc.msg.js +12 -9
- package/esm/ibc/lightclients/wasm/v1/wasm.js +4 -0
- package/esm/sparkdream/blog/params.js +1 -0
- package/esm/sparkdream/blog/query.lcd.js +7 -10
- package/esm/sparkdream/blog/query.rpc.Query.js +10 -10
- package/esm/sparkdream/blog/tx.js +1 -0
- package/esm/sparkdream/blog/tx.rpc.msg.js +16 -12
- package/esm/sparkdream/sparkdream/params.js +1 -0
- package/esm/sparkdream/sparkdream/query.lcd.js +2 -3
- package/esm/sparkdream/sparkdream/query.rpc.Query.js +3 -3
- package/esm/sparkdream/sparkdream/tx.js +1 -0
- package/esm/sparkdream/sparkdream/tx.rpc.msg.js +7 -3
- package/esm/tendermint/abci/types.js +0 -6
- package/esm/tendermint/types/types.js +0 -1
- package/esm/tendermint/types/validator.js +0 -1
- package/google/api/http.d.ts +0 -292
- package/google/bundle.d.ts +0 -20
- package/google/protobuf/any.d.ts +0 -93
- package/google/protobuf/any.js +0 -1
- package/google/protobuf/descriptor.d.ts +0 -336
- package/google/protobuf/descriptor.js +2 -22
- package/google/protobuf/duration.d.ts +0 -64
- package/google/protobuf/timestamp.d.ts +0 -95
- package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +1 -7
- package/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +5 -17
- package/ibc/applications/interchain_accounts/controller/v1/query.js +4 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.lcd.d.ts +3 -3
- package/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +4 -6
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +6 -6
- package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +8 -33
- package/ibc/applications/interchain_accounts/controller/v1/tx.js +6 -0
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.d.ts +4 -3
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +14 -10
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +5 -37
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.js +5 -0
- package/ibc/applications/interchain_accounts/host/v1/host.d.ts +2 -16
- package/ibc/applications/interchain_accounts/host/v1/host.js +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.d.ts +3 -8
- package/ibc/applications/interchain_accounts/host/v1/query.js +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.lcd.d.ts +2 -2
- package/ibc/applications/interchain_accounts/host/v1/query.lcd.js +2 -3
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.d.ts +1 -1
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +3 -3
- package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +5 -19
- package/ibc/applications/interchain_accounts/host/v1/tx.js +4 -0
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.d.ts +3 -2
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +11 -7
- package/ibc/applications/interchain_accounts/v1/account.d.ts +2 -8
- package/ibc/applications/interchain_accounts/v1/account.js +1 -1
- package/ibc/applications/interchain_accounts/v1/metadata.d.ts +1 -12
- package/ibc/applications/interchain_accounts/v1/metadata.js +1 -0
- package/ibc/applications/interchain_accounts/v1/packet.d.ts +3 -12
- package/ibc/applications/interchain_accounts/v1/packet.js +3 -2
- package/ibc/applications/packet_forward_middleware/v1/genesis.d.ts +2 -28
- package/ibc/applications/packet_forward_middleware/v1/genesis.js +2 -0
- package/ibc/applications/transfer/v1/authz.d.ts +3 -18
- package/ibc/applications/transfer/v1/authz.js +2 -1
- package/ibc/applications/transfer/v1/denomtrace.d.ts +1 -9
- package/ibc/applications/transfer/v1/denomtrace.js +1 -0
- package/ibc/applications/transfer/v1/genesis.d.ts +4 -10
- package/ibc/applications/transfer/v1/genesis.js +1 -0
- package/ibc/applications/transfer/v1/packet.d.ts +1 -12
- package/ibc/applications/transfer/v1/packet.js +1 -0
- package/ibc/applications/transfer/v1/query.d.ts +16 -71
- package/ibc/applications/transfer/v1/query.js +12 -0
- package/ibc/applications/transfer/v1/query.lcd.d.ts +7 -7
- package/ibc/applications/transfer/v1/query.lcd.js +13 -19
- package/ibc/applications/transfer/v1/query.rpc.Query.d.ts +6 -6
- package/ibc/applications/transfer/v1/query.rpc.Query.js +19 -19
- package/ibc/applications/transfer/v1/token.d.ts +3 -15
- package/ibc/applications/transfer/v1/token.js +3 -0
- package/ibc/applications/transfer/v1/transfer.d.ts +1 -10
- package/ibc/applications/transfer/v1/transfer.js +1 -0
- package/ibc/applications/transfer/v1/tx.d.ts +6 -33
- package/ibc/applications/transfer/v1/tx.js +4 -0
- package/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +3 -2
- package/ibc/applications/transfer/v1/tx.rpc.msg.js +11 -7
- package/ibc/bundle.d.ts +290 -8
- package/ibc/core/channel/v1/channel.d.ts +9 -88
- package/ibc/core/channel/v1/channel.js +9 -3
- package/ibc/core/channel/v1/genesis.d.ts +3 -21
- package/ibc/core/channel/v1/genesis.js +2 -0
- package/ibc/core/channel/v1/query.d.ts +32 -245
- package/ibc/core/channel/v1/query.js +28 -0
- package/ibc/core/channel/v1/query.lcd.d.ts +15 -15
- package/ibc/core/channel/v1/query.lcd.js +29 -43
- package/ibc/core/channel/v1/query.rpc.Query.d.ts +14 -14
- package/ibc/core/channel/v1/query.rpc.Query.js +51 -43
- package/ibc/core/channel/v1/tx.d.ts +22 -147
- package/ibc/core/channel/v1/tx.js +21 -2
- package/ibc/core/channel/v1/tx.rpc.msg.d.ts +11 -10
- package/ibc/core/channel/v1/tx.rpc.msg.js +36 -31
- package/ibc/core/channel/v2/genesis.d.ts +3 -24
- package/ibc/core/channel/v2/genesis.js +3 -0
- package/ibc/core/channel/v2/packet.d.ts +4 -33
- package/ibc/core/channel/v2/packet.js +5 -2
- package/ibc/core/channel/v2/query.d.ts +19 -101
- package/ibc/core/channel/v2/query.js +16 -0
- package/ibc/core/channel/v2/query.lcd.d.ts +9 -9
- package/ibc/core/channel/v2/query.lcd.js +16 -24
- package/ibc/core/channel/v2/query.rpc.Query.d.ts +8 -8
- package/ibc/core/channel/v2/query.rpc.Query.js +24 -24
- package/ibc/core/channel/v2/tx.d.ts +10 -48
- package/ibc/core/channel/v2/tx.js +9 -2
- package/ibc/core/channel/v2/tx.rpc.msg.d.ts +5 -4
- package/ibc/core/channel/v2/tx.rpc.msg.js +17 -13
- package/ibc/core/client/v1/client.d.ts +6 -48
- package/ibc/core/client/v1/client.js +5 -0
- package/ibc/core/client/v1/genesis.d.ts +4 -27
- package/ibc/core/client/v1/genesis.js +3 -0
- package/ibc/core/client/v1/query.d.ts +26 -169
- package/ibc/core/client/v1/query.js +22 -0
- package/ibc/core/client/v1/query.lcd.d.ts +11 -11
- package/ibc/core/client/v1/query.lcd.js +21 -31
- package/ibc/core/client/v1/query.rpc.Query.d.ts +11 -11
- package/ibc/core/client/v1/query.rpc.Query.js +36 -34
- package/ibc/core/client/v1/tx.d.ts +19 -91
- package/ibc/core/client/v1/tx.js +16 -0
- package/ibc/core/client/v1/tx.rpc.msg.d.ts +9 -8
- package/ibc/core/client/v1/tx.rpc.msg.js +29 -25
- package/ibc/core/client/v2/config.d.ts +1 -9
- package/ibc/core/client/v2/config.js +1 -0
- package/ibc/core/client/v2/counterparty.d.ts +1 -5
- package/ibc/core/client/v2/counterparty.js +1 -0
- package/ibc/core/client/v2/genesis.d.ts +3 -10
- package/ibc/core/client/v2/genesis.js +2 -0
- package/ibc/core/client/v2/query.d.ts +6 -24
- package/ibc/core/client/v2/query.js +4 -0
- package/ibc/core/client/v2/query.lcd.d.ts +3 -3
- package/ibc/core/client/v2/query.lcd.js +4 -6
- package/ibc/core/client/v2/query.rpc.Query.d.ts +2 -2
- package/ibc/core/client/v2/query.rpc.Query.js +6 -6
- package/ibc/core/client/v2/tx.d.ts +5 -20
- package/ibc/core/client/v2/tx.js +4 -0
- package/ibc/core/client/v2/tx.rpc.msg.d.ts +3 -2
- package/ibc/core/client/v2/tx.rpc.msg.js +11 -7
- package/ibc/core/commitment/v1/commitment.d.ts +4 -26
- package/ibc/core/commitment/v1/commitment.js +3 -0
- package/ibc/core/commitment/v2/commitment.d.ts +1 -36
- package/ibc/core/commitment/v2/commitment.js +1 -0
- package/ibc/core/connection/v1/connection.d.ts +8 -54
- package/ibc/core/connection/v1/connection.js +8 -2
- package/ibc/core/connection/v1/genesis.d.ts +2 -8
- package/ibc/core/connection/v1/genesis.js +1 -0
- package/ibc/core/connection/v1/query.d.ts +16 -95
- package/ibc/core/connection/v1/query.js +12 -0
- package/ibc/core/connection/v1/query.lcd.d.ts +7 -7
- package/ibc/core/connection/v1/query.lcd.js +13 -19
- package/ibc/core/connection/v1/query.rpc.Query.d.ts +6 -6
- package/ibc/core/connection/v1/query.rpc.Query.js +22 -19
- package/ibc/core/connection/v1/tx.d.ts +13 -97
- package/ibc/core/connection/v1/tx.js +10 -0
- package/ibc/core/connection/v1/tx.rpc.msg.d.ts +6 -5
- package/ibc/core/connection/v1/tx.rpc.msg.js +22 -16
- package/ibc/lightclients/solomachine/v2/solomachine.d.ts +19 -133
- package/ibc/lightclients/solomachine/v2/solomachine.js +17 -2
- package/ibc/lightclients/solomachine/v3/solomachine.d.ts +9 -67
- package/ibc/lightclients/solomachine/v3/solomachine.js +8 -0
- package/ibc/lightclients/tendermint/v1/tendermint.d.ts +11 -69
- package/ibc/lightclients/tendermint/v1/tendermint.js +5 -0
- package/ibc/lightclients/wasm/v1/genesis.d.ts +2 -8
- package/ibc/lightclients/wasm/v1/genesis.js +2 -0
- package/ibc/lightclients/wasm/v1/query.d.ts +5 -18
- package/ibc/lightclients/wasm/v1/query.js +4 -0
- package/ibc/lightclients/wasm/v1/query.lcd.d.ts +3 -3
- package/ibc/lightclients/wasm/v1/query.lcd.js +5 -7
- package/ibc/lightclients/wasm/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/lightclients/wasm/v1/query.rpc.Query.js +7 -7
- package/ibc/lightclients/wasm/v1/tx.d.ts +6 -27
- package/ibc/lightclients/wasm/v1/tx.js +6 -0
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.d.ts +4 -3
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.js +14 -10
- package/ibc/lightclients/wasm/v1/wasm.d.ts +5 -25
- package/ibc/lightclients/wasm/v1/wasm.js +4 -0
- package/package.json +1 -1
- package/sparkdream/blog/genesis.d.ts +1 -5
- package/sparkdream/blog/module/module.d.ts +0 -4
- package/sparkdream/blog/params.d.ts +1 -3
- package/sparkdream/blog/params.js +1 -0
- package/sparkdream/blog/post.d.ts +0 -6
- package/sparkdream/blog/query.d.ts +3 -23
- package/sparkdream/blog/query.lcd.d.ts +4 -4
- package/sparkdream/blog/query.lcd.js +7 -10
- package/sparkdream/blog/query.rpc.Query.d.ts +3 -3
- package/sparkdream/blog/query.rpc.Query.js +10 -10
- package/sparkdream/blog/tx.d.ts +2 -34
- package/sparkdream/blog/tx.js +1 -0
- package/sparkdream/blog/tx.rpc.msg.d.ts +5 -4
- package/sparkdream/blog/tx.rpc.msg.js +18 -13
- package/sparkdream/bundle.d.ts +6 -0
- package/sparkdream/sparkdream/genesis.d.ts +1 -5
- package/sparkdream/sparkdream/module/module.d.ts +0 -4
- package/sparkdream/sparkdream/params.d.ts +1 -3
- package/sparkdream/sparkdream/params.js +1 -0
- package/sparkdream/sparkdream/query.d.ts +1 -8
- package/sparkdream/sparkdream/query.lcd.d.ts +2 -2
- package/sparkdream/sparkdream/query.lcd.js +2 -3
- package/sparkdream/sparkdream/query.rpc.Query.d.ts +1 -1
- package/sparkdream/sparkdream/query.rpc.Query.js +3 -3
- package/sparkdream/sparkdream/tx.d.ts +2 -12
- package/sparkdream/sparkdream/tx.js +1 -0
- package/sparkdream/sparkdream/tx.rpc.msg.d.ts +2 -1
- package/sparkdream/sparkdream/tx.rpc.msg.js +9 -4
- package/tendermint/abci/types.d.ts +3 -309
- package/tendermint/abci/types.js +2 -8
- package/tendermint/bundle.d.ts +0 -8
- package/tendermint/crypto/keys.d.ts +0 -5
- package/tendermint/crypto/proof.d.ts +0 -29
- package/tendermint/p2p/types.d.ts +0 -24
- package/tendermint/types/block.d.ts +2 -8
- package/tendermint/types/evidence.d.ts +2 -25
- package/tendermint/types/params.d.ts +1 -47
- package/tendermint/types/types.d.ts +3 -118
- package/tendermint/types/types.js +1 -2
- package/tendermint/types/validator.d.ts +1 -17
- package/tendermint/types/validator.js +1 -2
- package/tendermint/version/types.d.ts +0 -18
- package/types.d.ts +2 -55
|
@@ -38,11 +38,12 @@ export interface Msg {
|
|
|
38
38
|
export declare class MsgClientImpl implements Msg {
|
|
39
39
|
private readonly rpc;
|
|
40
40
|
constructor(rpc: TxRpc);
|
|
41
|
-
createValidator(request: MsgCreateValidator)
|
|
42
|
-
editValidator(request: MsgEditValidator)
|
|
43
|
-
delegate(request: MsgDelegate)
|
|
44
|
-
beginRedelegate(request: MsgBeginRedelegate)
|
|
45
|
-
undelegate(request: MsgUndelegate)
|
|
46
|
-
cancelUnbondingDelegation(request: MsgCancelUnbondingDelegation)
|
|
47
|
-
updateParams(request: MsgUpdateParams)
|
|
41
|
+
createValidator: (request: MsgCreateValidator) => Promise<MsgCreateValidatorResponse>;
|
|
42
|
+
editValidator: (request: MsgEditValidator) => Promise<MsgEditValidatorResponse>;
|
|
43
|
+
delegate: (request: MsgDelegate) => Promise<MsgDelegateResponse>;
|
|
44
|
+
beginRedelegate: (request: MsgBeginRedelegate) => Promise<MsgBeginRedelegateResponse>;
|
|
45
|
+
undelegate: (request: MsgUndelegate) => Promise<MsgUndelegateResponse>;
|
|
46
|
+
cancelUnbondingDelegation: (request: MsgCancelUnbondingDelegation) => Promise<MsgCancelUnbondingDelegationResponse>;
|
|
47
|
+
updateParams: (request: MsgUpdateParams) => Promise<MsgUpdateParamsResponse>;
|
|
48
48
|
}
|
|
49
|
+
export declare const createClientImpl: (rpc: TxRpc) => MsgClientImpl;
|
|
@@ -1,54 +1,66 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MsgClientImpl = void 0;
|
|
3
|
+
exports.createClientImpl = exports.MsgClientImpl = void 0;
|
|
4
4
|
const binary_1 = require("../../../binary");
|
|
5
5
|
const tx_1 = require("./tx");
|
|
6
6
|
class MsgClientImpl {
|
|
7
7
|
rpc;
|
|
8
8
|
constructor(rpc) {
|
|
9
9
|
this.rpc = rpc;
|
|
10
|
-
this.createValidator = this.createValidator.bind(this);
|
|
11
|
-
this.editValidator = this.editValidator.bind(this);
|
|
12
|
-
this.delegate = this.delegate.bind(this);
|
|
13
|
-
this.beginRedelegate = this.beginRedelegate.bind(this);
|
|
14
|
-
this.undelegate = this.undelegate.bind(this);
|
|
15
|
-
this.cancelUnbondingDelegation = this.cancelUnbondingDelegation.bind(this);
|
|
16
|
-
this.updateParams = this.updateParams.bind(this);
|
|
17
10
|
}
|
|
18
|
-
|
|
11
|
+
/* CreateValidator defines a method for creating a new validator. */
|
|
12
|
+
createValidator = async (request) => {
|
|
19
13
|
const data = tx_1.MsgCreateValidator.encode(request).finish();
|
|
20
14
|
const promise = this.rpc.request("cosmos.staking.v1beta1.Msg", "CreateValidator", data);
|
|
21
15
|
return promise.then(data => tx_1.MsgCreateValidatorResponse.decode(new binary_1.BinaryReader(data)));
|
|
22
|
-
}
|
|
23
|
-
|
|
16
|
+
};
|
|
17
|
+
/* EditValidator defines a method for editing an existing validator. */
|
|
18
|
+
editValidator = async (request) => {
|
|
24
19
|
const data = tx_1.MsgEditValidator.encode(request).finish();
|
|
25
20
|
const promise = this.rpc.request("cosmos.staking.v1beta1.Msg", "EditValidator", data);
|
|
26
21
|
return promise.then(data => tx_1.MsgEditValidatorResponse.decode(new binary_1.BinaryReader(data)));
|
|
27
|
-
}
|
|
28
|
-
|
|
22
|
+
};
|
|
23
|
+
/* Delegate defines a method for performing a delegation of coins
|
|
24
|
+
from a delegator to a validator. */
|
|
25
|
+
delegate = async (request) => {
|
|
29
26
|
const data = tx_1.MsgDelegate.encode(request).finish();
|
|
30
27
|
const promise = this.rpc.request("cosmos.staking.v1beta1.Msg", "Delegate", data);
|
|
31
28
|
return promise.then(data => tx_1.MsgDelegateResponse.decode(new binary_1.BinaryReader(data)));
|
|
32
|
-
}
|
|
33
|
-
|
|
29
|
+
};
|
|
30
|
+
/* BeginRedelegate defines a method for performing a redelegation
|
|
31
|
+
of coins from a delegator and source validator to a destination validator. */
|
|
32
|
+
beginRedelegate = async (request) => {
|
|
34
33
|
const data = tx_1.MsgBeginRedelegate.encode(request).finish();
|
|
35
34
|
const promise = this.rpc.request("cosmos.staking.v1beta1.Msg", "BeginRedelegate", data);
|
|
36
35
|
return promise.then(data => tx_1.MsgBeginRedelegateResponse.decode(new binary_1.BinaryReader(data)));
|
|
37
|
-
}
|
|
38
|
-
|
|
36
|
+
};
|
|
37
|
+
/* Undelegate defines a method for performing an undelegation from a
|
|
38
|
+
delegate and a validator. */
|
|
39
|
+
undelegate = async (request) => {
|
|
39
40
|
const data = tx_1.MsgUndelegate.encode(request).finish();
|
|
40
41
|
const promise = this.rpc.request("cosmos.staking.v1beta1.Msg", "Undelegate", data);
|
|
41
42
|
return promise.then(data => tx_1.MsgUndelegateResponse.decode(new binary_1.BinaryReader(data)));
|
|
42
|
-
}
|
|
43
|
-
|
|
43
|
+
};
|
|
44
|
+
/* CancelUnbondingDelegation defines a method for performing canceling the unbonding delegation
|
|
45
|
+
and delegate back to previous validator.
|
|
46
|
+
|
|
47
|
+
Since: cosmos-sdk 0.46 */
|
|
48
|
+
cancelUnbondingDelegation = async (request) => {
|
|
44
49
|
const data = tx_1.MsgCancelUnbondingDelegation.encode(request).finish();
|
|
45
50
|
const promise = this.rpc.request("cosmos.staking.v1beta1.Msg", "CancelUnbondingDelegation", data);
|
|
46
51
|
return promise.then(data => tx_1.MsgCancelUnbondingDelegationResponse.decode(new binary_1.BinaryReader(data)));
|
|
47
|
-
}
|
|
48
|
-
|
|
52
|
+
};
|
|
53
|
+
/* UpdateParams defines an operation for updating the x/staking module
|
|
54
|
+
parameters.
|
|
55
|
+
Since: cosmos-sdk 0.47 */
|
|
56
|
+
updateParams = async (request) => {
|
|
49
57
|
const data = tx_1.MsgUpdateParams.encode(request).finish();
|
|
50
58
|
const promise = this.rpc.request("cosmos.staking.v1beta1.Msg", "UpdateParams", data);
|
|
51
59
|
return promise.then(data => tx_1.MsgUpdateParamsResponse.decode(new binary_1.BinaryReader(data)));
|
|
52
|
-
}
|
|
60
|
+
};
|
|
53
61
|
}
|
|
54
62
|
exports.MsgClientImpl = MsgClientImpl;
|
|
63
|
+
const createClientImpl = (rpc) => {
|
|
64
|
+
return new MsgClientImpl(rpc);
|
|
65
|
+
};
|
|
66
|
+
exports.createClientImpl = createClientImpl;
|
|
@@ -16,10 +16,6 @@ export interface PairsAminoMsg {
|
|
|
16
16
|
type: "cosmos-sdk/Pairs";
|
|
17
17
|
value: PairsAmino;
|
|
18
18
|
}
|
|
19
|
-
/** Pairs defines a repeated slice of Pair objects. */
|
|
20
|
-
export interface PairsSDKType {
|
|
21
|
-
pairs: PairSDKType[];
|
|
22
|
-
}
|
|
23
19
|
/** Pair defines a key/value bytes tuple. */
|
|
24
20
|
export interface Pair {
|
|
25
21
|
key: Uint8Array;
|
|
@@ -38,13 +34,9 @@ export interface PairAminoMsg {
|
|
|
38
34
|
type: "cosmos-sdk/Pair";
|
|
39
35
|
value: PairAmino;
|
|
40
36
|
}
|
|
41
|
-
/** Pair defines a key/value bytes tuple. */
|
|
42
|
-
export interface PairSDKType {
|
|
43
|
-
key: Uint8Array;
|
|
44
|
-
value: Uint8Array;
|
|
45
|
-
}
|
|
46
37
|
export declare const Pairs: {
|
|
47
38
|
typeUrl: string;
|
|
39
|
+
aminoType: string;
|
|
48
40
|
encode(message: Pairs, writer?: BinaryWriter): BinaryWriter;
|
|
49
41
|
decode(input: BinaryReader | Uint8Array, length?: number): Pairs;
|
|
50
42
|
fromPartial(object: DeepPartial<Pairs>): Pairs;
|
|
@@ -58,6 +50,7 @@ export declare const Pairs: {
|
|
|
58
50
|
};
|
|
59
51
|
export declare const Pair: {
|
|
60
52
|
typeUrl: string;
|
|
53
|
+
aminoType: string;
|
|
61
54
|
encode(message: Pair, writer?: BinaryWriter): BinaryWriter;
|
|
62
55
|
decode(input: BinaryReader | Uint8Array, length?: number): Pair;
|
|
63
56
|
fromPartial(object: DeepPartial<Pair>): Pair;
|
|
@@ -11,6 +11,7 @@ function createBasePairs() {
|
|
|
11
11
|
}
|
|
12
12
|
exports.Pairs = {
|
|
13
13
|
typeUrl: "/cosmos.store.internal.kv.v1beta1.Pairs",
|
|
14
|
+
aminoType: "cosmos-sdk/Pairs",
|
|
14
15
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
15
16
|
for (const v of message.pairs) {
|
|
16
17
|
exports.Pair.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -84,6 +85,7 @@ function createBasePair() {
|
|
|
84
85
|
}
|
|
85
86
|
exports.Pair = {
|
|
86
87
|
typeUrl: "/cosmos.store.internal.kv.v1beta1.Pair",
|
|
88
|
+
aminoType: "cosmos-sdk/Pair",
|
|
87
89
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
88
90
|
if (message.key.length !== 0) {
|
|
89
91
|
writer.uint32(10).bytes(message.key);
|
|
@@ -24,14 +24,6 @@ export interface SnapshotAminoMsg {
|
|
|
24
24
|
type: "cosmos-sdk/Snapshot";
|
|
25
25
|
value: SnapshotAmino;
|
|
26
26
|
}
|
|
27
|
-
/** Snapshot contains Tendermint state sync snapshot info. */
|
|
28
|
-
export interface SnapshotSDKType {
|
|
29
|
-
height: bigint;
|
|
30
|
-
format: number;
|
|
31
|
-
chunks: number;
|
|
32
|
-
hash: Uint8Array;
|
|
33
|
-
metadata: MetadataSDKType;
|
|
34
|
-
}
|
|
35
27
|
/** Metadata contains SDK-specific snapshot metadata. */
|
|
36
28
|
export interface Metadata {
|
|
37
29
|
/** SHA-256 chunk hashes */
|
|
@@ -50,10 +42,6 @@ export interface MetadataAminoMsg {
|
|
|
50
42
|
type: "cosmos-sdk/Metadata";
|
|
51
43
|
value: MetadataAmino;
|
|
52
44
|
}
|
|
53
|
-
/** Metadata contains SDK-specific snapshot metadata. */
|
|
54
|
-
export interface MetadataSDKType {
|
|
55
|
-
chunk_hashes: Uint8Array[];
|
|
56
|
-
}
|
|
57
45
|
/**
|
|
58
46
|
* SnapshotItem is an item contained in a rootmulti.Store snapshot.
|
|
59
47
|
*
|
|
@@ -84,17 +72,6 @@ export interface SnapshotItemAminoMsg {
|
|
|
84
72
|
type: "cosmos-sdk/SnapshotItem";
|
|
85
73
|
value: SnapshotItemAmino;
|
|
86
74
|
}
|
|
87
|
-
/**
|
|
88
|
-
* SnapshotItem is an item contained in a rootmulti.Store snapshot.
|
|
89
|
-
*
|
|
90
|
-
* Since: cosmos-sdk 0.46
|
|
91
|
-
*/
|
|
92
|
-
export interface SnapshotItemSDKType {
|
|
93
|
-
store?: SnapshotStoreItemSDKType;
|
|
94
|
-
iavl?: SnapshotIAVLItemSDKType;
|
|
95
|
-
extension?: SnapshotExtensionMetaSDKType;
|
|
96
|
-
extension_payload?: SnapshotExtensionPayloadSDKType;
|
|
97
|
-
}
|
|
98
75
|
/**
|
|
99
76
|
* SnapshotStoreItem contains metadata about a snapshotted store.
|
|
100
77
|
*
|
|
@@ -119,14 +96,6 @@ export interface SnapshotStoreItemAminoMsg {
|
|
|
119
96
|
type: "cosmos-sdk/SnapshotStoreItem";
|
|
120
97
|
value: SnapshotStoreItemAmino;
|
|
121
98
|
}
|
|
122
|
-
/**
|
|
123
|
-
* SnapshotStoreItem contains metadata about a snapshotted store.
|
|
124
|
-
*
|
|
125
|
-
* Since: cosmos-sdk 0.46
|
|
126
|
-
*/
|
|
127
|
-
export interface SnapshotStoreItemSDKType {
|
|
128
|
-
name: string;
|
|
129
|
-
}
|
|
130
99
|
/**
|
|
131
100
|
* SnapshotIAVLItem is an exported IAVL node.
|
|
132
101
|
*
|
|
@@ -161,17 +130,6 @@ export interface SnapshotIAVLItemAminoMsg {
|
|
|
161
130
|
type: "cosmos-sdk/SnapshotIAVLItem";
|
|
162
131
|
value: SnapshotIAVLItemAmino;
|
|
163
132
|
}
|
|
164
|
-
/**
|
|
165
|
-
* SnapshotIAVLItem is an exported IAVL node.
|
|
166
|
-
*
|
|
167
|
-
* Since: cosmos-sdk 0.46
|
|
168
|
-
*/
|
|
169
|
-
export interface SnapshotIAVLItemSDKType {
|
|
170
|
-
key: Uint8Array;
|
|
171
|
-
value: Uint8Array;
|
|
172
|
-
version: bigint;
|
|
173
|
-
height: number;
|
|
174
|
-
}
|
|
175
133
|
/**
|
|
176
134
|
* SnapshotExtensionMeta contains metadata about an external snapshotter.
|
|
177
135
|
*
|
|
@@ -198,15 +156,6 @@ export interface SnapshotExtensionMetaAminoMsg {
|
|
|
198
156
|
type: "cosmos-sdk/SnapshotExtensionMeta";
|
|
199
157
|
value: SnapshotExtensionMetaAmino;
|
|
200
158
|
}
|
|
201
|
-
/**
|
|
202
|
-
* SnapshotExtensionMeta contains metadata about an external snapshotter.
|
|
203
|
-
*
|
|
204
|
-
* Since: cosmos-sdk 0.46
|
|
205
|
-
*/
|
|
206
|
-
export interface SnapshotExtensionMetaSDKType {
|
|
207
|
-
name: string;
|
|
208
|
-
format: number;
|
|
209
|
-
}
|
|
210
159
|
/**
|
|
211
160
|
* SnapshotExtensionPayload contains payloads of an external snapshotter.
|
|
212
161
|
*
|
|
@@ -231,16 +180,9 @@ export interface SnapshotExtensionPayloadAminoMsg {
|
|
|
231
180
|
type: "cosmos-sdk/SnapshotExtensionPayload";
|
|
232
181
|
value: SnapshotExtensionPayloadAmino;
|
|
233
182
|
}
|
|
234
|
-
/**
|
|
235
|
-
* SnapshotExtensionPayload contains payloads of an external snapshotter.
|
|
236
|
-
*
|
|
237
|
-
* Since: cosmos-sdk 0.46
|
|
238
|
-
*/
|
|
239
|
-
export interface SnapshotExtensionPayloadSDKType {
|
|
240
|
-
payload: Uint8Array;
|
|
241
|
-
}
|
|
242
183
|
export declare const Snapshot: {
|
|
243
184
|
typeUrl: string;
|
|
185
|
+
aminoType: string;
|
|
244
186
|
encode(message: Snapshot, writer?: BinaryWriter): BinaryWriter;
|
|
245
187
|
decode(input: BinaryReader | Uint8Array, length?: number): Snapshot;
|
|
246
188
|
fromPartial(object: DeepPartial<Snapshot>): Snapshot;
|
|
@@ -254,6 +196,7 @@ export declare const Snapshot: {
|
|
|
254
196
|
};
|
|
255
197
|
export declare const Metadata: {
|
|
256
198
|
typeUrl: string;
|
|
199
|
+
aminoType: string;
|
|
257
200
|
encode(message: Metadata, writer?: BinaryWriter): BinaryWriter;
|
|
258
201
|
decode(input: BinaryReader | Uint8Array, length?: number): Metadata;
|
|
259
202
|
fromPartial(object: DeepPartial<Metadata>): Metadata;
|
|
@@ -267,6 +210,7 @@ export declare const Metadata: {
|
|
|
267
210
|
};
|
|
268
211
|
export declare const SnapshotItem: {
|
|
269
212
|
typeUrl: string;
|
|
213
|
+
aminoType: string;
|
|
270
214
|
encode(message: SnapshotItem, writer?: BinaryWriter): BinaryWriter;
|
|
271
215
|
decode(input: BinaryReader | Uint8Array, length?: number): SnapshotItem;
|
|
272
216
|
fromPartial(object: DeepPartial<SnapshotItem>): SnapshotItem;
|
|
@@ -280,6 +224,7 @@ export declare const SnapshotItem: {
|
|
|
280
224
|
};
|
|
281
225
|
export declare const SnapshotStoreItem: {
|
|
282
226
|
typeUrl: string;
|
|
227
|
+
aminoType: string;
|
|
283
228
|
encode(message: SnapshotStoreItem, writer?: BinaryWriter): BinaryWriter;
|
|
284
229
|
decode(input: BinaryReader | Uint8Array, length?: number): SnapshotStoreItem;
|
|
285
230
|
fromPartial(object: DeepPartial<SnapshotStoreItem>): SnapshotStoreItem;
|
|
@@ -293,6 +238,7 @@ export declare const SnapshotStoreItem: {
|
|
|
293
238
|
};
|
|
294
239
|
export declare const SnapshotIAVLItem: {
|
|
295
240
|
typeUrl: string;
|
|
241
|
+
aminoType: string;
|
|
296
242
|
encode(message: SnapshotIAVLItem, writer?: BinaryWriter): BinaryWriter;
|
|
297
243
|
decode(input: BinaryReader | Uint8Array, length?: number): SnapshotIAVLItem;
|
|
298
244
|
fromPartial(object: DeepPartial<SnapshotIAVLItem>): SnapshotIAVLItem;
|
|
@@ -306,6 +252,7 @@ export declare const SnapshotIAVLItem: {
|
|
|
306
252
|
};
|
|
307
253
|
export declare const SnapshotExtensionMeta: {
|
|
308
254
|
typeUrl: string;
|
|
255
|
+
aminoType: string;
|
|
309
256
|
encode(message: SnapshotExtensionMeta, writer?: BinaryWriter): BinaryWriter;
|
|
310
257
|
decode(input: BinaryReader | Uint8Array, length?: number): SnapshotExtensionMeta;
|
|
311
258
|
fromPartial(object: DeepPartial<SnapshotExtensionMeta>): SnapshotExtensionMeta;
|
|
@@ -319,6 +266,7 @@ export declare const SnapshotExtensionMeta: {
|
|
|
319
266
|
};
|
|
320
267
|
export declare const SnapshotExtensionPayload: {
|
|
321
268
|
typeUrl: string;
|
|
269
|
+
aminoType: string;
|
|
322
270
|
encode(message: SnapshotExtensionPayload, writer?: BinaryWriter): BinaryWriter;
|
|
323
271
|
decode(input: BinaryReader | Uint8Array, length?: number): SnapshotExtensionPayload;
|
|
324
272
|
fromPartial(object: DeepPartial<SnapshotExtensionPayload>): SnapshotExtensionPayload;
|
|
@@ -15,6 +15,7 @@ function createBaseSnapshot() {
|
|
|
15
15
|
}
|
|
16
16
|
exports.Snapshot = {
|
|
17
17
|
typeUrl: "/cosmos.store.snapshots.v1.Snapshot",
|
|
18
|
+
aminoType: "cosmos-sdk/Snapshot",
|
|
18
19
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
19
20
|
if (message.height !== BigInt(0)) {
|
|
20
21
|
writer.uint32(8).uint64(message.height);
|
|
@@ -128,6 +129,7 @@ function createBaseMetadata() {
|
|
|
128
129
|
}
|
|
129
130
|
exports.Metadata = {
|
|
130
131
|
typeUrl: "/cosmos.store.snapshots.v1.Metadata",
|
|
132
|
+
aminoType: "cosmos-sdk/Metadata",
|
|
131
133
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
132
134
|
for (const v of message.chunkHashes) {
|
|
133
135
|
writer.uint32(10).bytes(v);
|
|
@@ -203,6 +205,7 @@ function createBaseSnapshotItem() {
|
|
|
203
205
|
}
|
|
204
206
|
exports.SnapshotItem = {
|
|
205
207
|
typeUrl: "/cosmos.store.snapshots.v1.SnapshotItem",
|
|
208
|
+
aminoType: "cosmos-sdk/SnapshotItem",
|
|
206
209
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
207
210
|
if (message.store !== undefined) {
|
|
208
211
|
exports.SnapshotStoreItem.encode(message.store, writer.uint32(10).fork()).ldelim();
|
|
@@ -305,6 +308,7 @@ function createBaseSnapshotStoreItem() {
|
|
|
305
308
|
}
|
|
306
309
|
exports.SnapshotStoreItem = {
|
|
307
310
|
typeUrl: "/cosmos.store.snapshots.v1.SnapshotStoreItem",
|
|
311
|
+
aminoType: "cosmos-sdk/SnapshotStoreItem",
|
|
308
312
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
309
313
|
if (message.name !== "") {
|
|
310
314
|
writer.uint32(10).string(message.name);
|
|
@@ -377,6 +381,7 @@ function createBaseSnapshotIAVLItem() {
|
|
|
377
381
|
}
|
|
378
382
|
exports.SnapshotIAVLItem = {
|
|
379
383
|
typeUrl: "/cosmos.store.snapshots.v1.SnapshotIAVLItem",
|
|
384
|
+
aminoType: "cosmos-sdk/SnapshotIAVLItem",
|
|
380
385
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
381
386
|
if (message.key.length !== 0) {
|
|
382
387
|
writer.uint32(10).bytes(message.key);
|
|
@@ -480,6 +485,7 @@ function createBaseSnapshotExtensionMeta() {
|
|
|
480
485
|
}
|
|
481
486
|
exports.SnapshotExtensionMeta = {
|
|
482
487
|
typeUrl: "/cosmos.store.snapshots.v1.SnapshotExtensionMeta",
|
|
488
|
+
aminoType: "cosmos-sdk/SnapshotExtensionMeta",
|
|
483
489
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
484
490
|
if (message.name !== "") {
|
|
485
491
|
writer.uint32(10).string(message.name);
|
|
@@ -560,6 +566,7 @@ function createBaseSnapshotExtensionPayload() {
|
|
|
560
566
|
}
|
|
561
567
|
exports.SnapshotExtensionPayload = {
|
|
562
568
|
typeUrl: "/cosmos.store.snapshots.v1.SnapshotExtensionPayload",
|
|
569
|
+
aminoType: "cosmos-sdk/SnapshotExtensionPayload",
|
|
563
570
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
564
571
|
if (message.payload.length !== 0) {
|
|
565
572
|
writer.uint32(10).bytes(message.payload);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { RequestFinalizeBlock, RequestFinalizeBlockAmino,
|
|
2
|
-
import { StoreKVPair, StoreKVPairAmino
|
|
1
|
+
import { RequestFinalizeBlock, RequestFinalizeBlockAmino, ResponseFinalizeBlock, ResponseFinalizeBlockAmino, ResponseCommit, ResponseCommitAmino } from "../../../../tendermint/abci/types";
|
|
2
|
+
import { StoreKVPair, StoreKVPairAmino } from "../../v1beta1/listening";
|
|
3
3
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
4
4
|
import { DeepPartial } from "../../../../helpers";
|
|
5
5
|
/** ListenEndBlockRequest is the request type for the ListenEndBlock RPC method */
|
|
@@ -20,11 +20,6 @@ export interface ListenFinalizeBlockRequestAminoMsg {
|
|
|
20
20
|
type: "cosmos-sdk/ListenFinalizeBlockRequest";
|
|
21
21
|
value: ListenFinalizeBlockRequestAmino;
|
|
22
22
|
}
|
|
23
|
-
/** ListenEndBlockRequest is the request type for the ListenEndBlock RPC method */
|
|
24
|
-
export interface ListenFinalizeBlockRequestSDKType {
|
|
25
|
-
req?: RequestFinalizeBlockSDKType;
|
|
26
|
-
res?: ResponseFinalizeBlockSDKType;
|
|
27
|
-
}
|
|
28
23
|
/** ListenEndBlockResponse is the response type for the ListenEndBlock RPC method */
|
|
29
24
|
export interface ListenFinalizeBlockResponse {
|
|
30
25
|
}
|
|
@@ -39,9 +34,6 @@ export interface ListenFinalizeBlockResponseAminoMsg {
|
|
|
39
34
|
type: "cosmos-sdk/ListenFinalizeBlockResponse";
|
|
40
35
|
value: ListenFinalizeBlockResponseAmino;
|
|
41
36
|
}
|
|
42
|
-
/** ListenEndBlockResponse is the response type for the ListenEndBlock RPC method */
|
|
43
|
-
export interface ListenFinalizeBlockResponseSDKType {
|
|
44
|
-
}
|
|
45
37
|
/** ListenCommitRequest is the request type for the ListenCommit RPC method */
|
|
46
38
|
export interface ListenCommitRequest {
|
|
47
39
|
/** explicitly pass in block height as ResponseCommit does not contain this info */
|
|
@@ -64,12 +56,6 @@ export interface ListenCommitRequestAminoMsg {
|
|
|
64
56
|
type: "cosmos-sdk/ListenCommitRequest";
|
|
65
57
|
value: ListenCommitRequestAmino;
|
|
66
58
|
}
|
|
67
|
-
/** ListenCommitRequest is the request type for the ListenCommit RPC method */
|
|
68
|
-
export interface ListenCommitRequestSDKType {
|
|
69
|
-
block_height: bigint;
|
|
70
|
-
res?: ResponseCommitSDKType;
|
|
71
|
-
change_set: StoreKVPairSDKType[];
|
|
72
|
-
}
|
|
73
59
|
/** ListenCommitResponse is the response type for the ListenCommit RPC method */
|
|
74
60
|
export interface ListenCommitResponse {
|
|
75
61
|
}
|
|
@@ -84,11 +70,9 @@ export interface ListenCommitResponseAminoMsg {
|
|
|
84
70
|
type: "cosmos-sdk/ListenCommitResponse";
|
|
85
71
|
value: ListenCommitResponseAmino;
|
|
86
72
|
}
|
|
87
|
-
/** ListenCommitResponse is the response type for the ListenCommit RPC method */
|
|
88
|
-
export interface ListenCommitResponseSDKType {
|
|
89
|
-
}
|
|
90
73
|
export declare const ListenFinalizeBlockRequest: {
|
|
91
74
|
typeUrl: string;
|
|
75
|
+
aminoType: string;
|
|
92
76
|
encode(message: ListenFinalizeBlockRequest, writer?: BinaryWriter): BinaryWriter;
|
|
93
77
|
decode(input: BinaryReader | Uint8Array, length?: number): ListenFinalizeBlockRequest;
|
|
94
78
|
fromPartial(object: DeepPartial<ListenFinalizeBlockRequest>): ListenFinalizeBlockRequest;
|
|
@@ -102,6 +86,7 @@ export declare const ListenFinalizeBlockRequest: {
|
|
|
102
86
|
};
|
|
103
87
|
export declare const ListenFinalizeBlockResponse: {
|
|
104
88
|
typeUrl: string;
|
|
89
|
+
aminoType: string;
|
|
105
90
|
encode(_: ListenFinalizeBlockResponse, writer?: BinaryWriter): BinaryWriter;
|
|
106
91
|
decode(input: BinaryReader | Uint8Array, length?: number): ListenFinalizeBlockResponse;
|
|
107
92
|
fromPartial(_: DeepPartial<ListenFinalizeBlockResponse>): ListenFinalizeBlockResponse;
|
|
@@ -115,6 +100,7 @@ export declare const ListenFinalizeBlockResponse: {
|
|
|
115
100
|
};
|
|
116
101
|
export declare const ListenCommitRequest: {
|
|
117
102
|
typeUrl: string;
|
|
103
|
+
aminoType: string;
|
|
118
104
|
encode(message: ListenCommitRequest, writer?: BinaryWriter): BinaryWriter;
|
|
119
105
|
decode(input: BinaryReader | Uint8Array, length?: number): ListenCommitRequest;
|
|
120
106
|
fromPartial(object: DeepPartial<ListenCommitRequest>): ListenCommitRequest;
|
|
@@ -128,6 +114,7 @@ export declare const ListenCommitRequest: {
|
|
|
128
114
|
};
|
|
129
115
|
export declare const ListenCommitResponse: {
|
|
130
116
|
typeUrl: string;
|
|
117
|
+
aminoType: string;
|
|
131
118
|
encode(_: ListenCommitResponse, writer?: BinaryWriter): BinaryWriter;
|
|
132
119
|
decode(input: BinaryReader | Uint8Array, length?: number): ListenCommitResponse;
|
|
133
120
|
fromPartial(_: DeepPartial<ListenCommitResponse>): ListenCommitResponse;
|
|
@@ -13,6 +13,7 @@ function createBaseListenFinalizeBlockRequest() {
|
|
|
13
13
|
}
|
|
14
14
|
exports.ListenFinalizeBlockRequest = {
|
|
15
15
|
typeUrl: "/cosmos.store.streaming.abci.ListenFinalizeBlockRequest",
|
|
16
|
+
aminoType: "cosmos-sdk/ListenFinalizeBlockRequest",
|
|
16
17
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
17
18
|
if (message.req !== undefined) {
|
|
18
19
|
types_1.RequestFinalizeBlock.encode(message.req, writer.uint32(10).fork()).ldelim();
|
|
@@ -91,6 +92,7 @@ function createBaseListenFinalizeBlockResponse() {
|
|
|
91
92
|
}
|
|
92
93
|
exports.ListenFinalizeBlockResponse = {
|
|
93
94
|
typeUrl: "/cosmos.store.streaming.abci.ListenFinalizeBlockResponse",
|
|
95
|
+
aminoType: "cosmos-sdk/ListenFinalizeBlockResponse",
|
|
94
96
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
95
97
|
return writer;
|
|
96
98
|
},
|
|
@@ -151,6 +153,7 @@ function createBaseListenCommitRequest() {
|
|
|
151
153
|
}
|
|
152
154
|
exports.ListenCommitRequest = {
|
|
153
155
|
typeUrl: "/cosmos.store.streaming.abci.ListenCommitRequest",
|
|
156
|
+
aminoType: "cosmos-sdk/ListenCommitRequest",
|
|
154
157
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
155
158
|
if (message.blockHeight !== BigInt(0)) {
|
|
156
159
|
writer.uint32(8).int64(message.blockHeight);
|
|
@@ -243,6 +246,7 @@ function createBaseListenCommitResponse() {
|
|
|
243
246
|
}
|
|
244
247
|
exports.ListenCommitResponse = {
|
|
245
248
|
typeUrl: "/cosmos.store.streaming.abci.ListenCommitResponse",
|
|
249
|
+
aminoType: "cosmos-sdk/ListenCommitResponse",
|
|
246
250
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
247
251
|
return writer;
|
|
248
252
|
},
|
|
@@ -26,15 +26,6 @@ export interface CommitInfoAminoMsg {
|
|
|
26
26
|
type: "cosmos-sdk/CommitInfo";
|
|
27
27
|
value: CommitInfoAmino;
|
|
28
28
|
}
|
|
29
|
-
/**
|
|
30
|
-
* CommitInfo defines commit information used by the multi-store when committing
|
|
31
|
-
* a version/height.
|
|
32
|
-
*/
|
|
33
|
-
export interface CommitInfoSDKType {
|
|
34
|
-
version: bigint;
|
|
35
|
-
store_infos: StoreInfoSDKType[];
|
|
36
|
-
timestamp: Date;
|
|
37
|
-
}
|
|
38
29
|
/**
|
|
39
30
|
* StoreInfo defines store-specific commit information. It contains a reference
|
|
40
31
|
* between a store name and the commit ID.
|
|
@@ -59,14 +50,6 @@ export interface StoreInfoAminoMsg {
|
|
|
59
50
|
type: "cosmos-sdk/StoreInfo";
|
|
60
51
|
value: StoreInfoAmino;
|
|
61
52
|
}
|
|
62
|
-
/**
|
|
63
|
-
* StoreInfo defines store-specific commit information. It contains a reference
|
|
64
|
-
* between a store name and the commit ID.
|
|
65
|
-
*/
|
|
66
|
-
export interface StoreInfoSDKType {
|
|
67
|
-
name: string;
|
|
68
|
-
commit_id: CommitIDSDKType;
|
|
69
|
-
}
|
|
70
53
|
/**
|
|
71
54
|
* CommitID defines the commitment information when a specific store is
|
|
72
55
|
* committed.
|
|
@@ -91,16 +74,9 @@ export interface CommitIDAminoMsg {
|
|
|
91
74
|
type: "cosmos-sdk/CommitID";
|
|
92
75
|
value: CommitIDAmino;
|
|
93
76
|
}
|
|
94
|
-
/**
|
|
95
|
-
* CommitID defines the commitment information when a specific store is
|
|
96
|
-
* committed.
|
|
97
|
-
*/
|
|
98
|
-
export interface CommitIDSDKType {
|
|
99
|
-
version: bigint;
|
|
100
|
-
hash: Uint8Array;
|
|
101
|
-
}
|
|
102
77
|
export declare const CommitInfo: {
|
|
103
78
|
typeUrl: string;
|
|
79
|
+
aminoType: string;
|
|
104
80
|
encode(message: CommitInfo, writer?: BinaryWriter): BinaryWriter;
|
|
105
81
|
decode(input: BinaryReader | Uint8Array, length?: number): CommitInfo;
|
|
106
82
|
fromPartial(object: DeepPartial<CommitInfo>): CommitInfo;
|
|
@@ -114,6 +90,7 @@ export declare const CommitInfo: {
|
|
|
114
90
|
};
|
|
115
91
|
export declare const StoreInfo: {
|
|
116
92
|
typeUrl: string;
|
|
93
|
+
aminoType: string;
|
|
117
94
|
encode(message: StoreInfo, writer?: BinaryWriter): BinaryWriter;
|
|
118
95
|
decode(input: BinaryReader | Uint8Array, length?: number): StoreInfo;
|
|
119
96
|
fromPartial(object: DeepPartial<StoreInfo>): StoreInfo;
|
|
@@ -127,6 +104,7 @@ export declare const StoreInfo: {
|
|
|
127
104
|
};
|
|
128
105
|
export declare const CommitID: {
|
|
129
106
|
typeUrl: string;
|
|
107
|
+
aminoType: string;
|
|
130
108
|
encode(message: CommitID, writer?: BinaryWriter): BinaryWriter;
|
|
131
109
|
decode(input: BinaryReader | Uint8Array, length?: number): CommitID;
|
|
132
110
|
fromPartial(object: DeepPartial<CommitID>): CommitID;
|
|
@@ -14,6 +14,7 @@ function createBaseCommitInfo() {
|
|
|
14
14
|
}
|
|
15
15
|
exports.CommitInfo = {
|
|
16
16
|
typeUrl: "/cosmos.store.v1beta1.CommitInfo",
|
|
17
|
+
aminoType: "cosmos-sdk/CommitInfo",
|
|
17
18
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
18
19
|
if (message.version !== BigInt(0)) {
|
|
19
20
|
writer.uint32(8).int64(message.version);
|
|
@@ -109,6 +110,7 @@ function createBaseStoreInfo() {
|
|
|
109
110
|
}
|
|
110
111
|
exports.StoreInfo = {
|
|
111
112
|
typeUrl: "/cosmos.store.v1beta1.StoreInfo",
|
|
113
|
+
aminoType: "cosmos-sdk/StoreInfo",
|
|
112
114
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
113
115
|
if (message.name !== "") {
|
|
114
116
|
writer.uint32(10).string(message.name);
|
|
@@ -190,6 +192,7 @@ function createBaseCommitID() {
|
|
|
190
192
|
}
|
|
191
193
|
exports.CommitID = {
|
|
192
194
|
typeUrl: "/cosmos.store.v1beta1.CommitID",
|
|
195
|
+
aminoType: "cosmos-sdk/CommitID",
|
|
193
196
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
194
197
|
if (message.version !== BigInt(0)) {
|
|
195
198
|
writer.uint32(8).int64(message.version);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ResponseCommit, ResponseCommitAmino,
|
|
1
|
+
import { ResponseCommit, ResponseCommitAmino, RequestFinalizeBlock, RequestFinalizeBlockAmino, ResponseFinalizeBlock, ResponseFinalizeBlockAmino } from "../../../tendermint/abci/types";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
3
|
import { DeepPartial } from "../../../helpers";
|
|
4
4
|
/**
|
|
@@ -39,19 +39,6 @@ export interface StoreKVPairAminoMsg {
|
|
|
39
39
|
type: "cosmos-sdk/StoreKVPair";
|
|
40
40
|
value: StoreKVPairAmino;
|
|
41
41
|
}
|
|
42
|
-
/**
|
|
43
|
-
* StoreKVPair is a KVStore KVPair used for listening to state changes (Sets and Deletes)
|
|
44
|
-
* It optionally includes the StoreKey for the originating KVStore and a Boolean flag to distinguish between Sets and
|
|
45
|
-
* Deletes
|
|
46
|
-
*
|
|
47
|
-
* Since: cosmos-sdk 0.43
|
|
48
|
-
*/
|
|
49
|
-
export interface StoreKVPairSDKType {
|
|
50
|
-
store_key: string;
|
|
51
|
-
delete: boolean;
|
|
52
|
-
key: Uint8Array;
|
|
53
|
-
value: Uint8Array;
|
|
54
|
-
}
|
|
55
42
|
/**
|
|
56
43
|
* BlockMetadata contains all the abci event data of a block
|
|
57
44
|
* the file streamer dump them into files together with the state changes.
|
|
@@ -80,17 +67,9 @@ export interface BlockMetadataAminoMsg {
|
|
|
80
67
|
type: "cosmos-sdk/BlockMetadata";
|
|
81
68
|
value: BlockMetadataAmino;
|
|
82
69
|
}
|
|
83
|
-
/**
|
|
84
|
-
* BlockMetadata contains all the abci event data of a block
|
|
85
|
-
* the file streamer dump them into files together with the state changes.
|
|
86
|
-
*/
|
|
87
|
-
export interface BlockMetadataSDKType {
|
|
88
|
-
response_commit?: ResponseCommitSDKType;
|
|
89
|
-
request_finalize_block?: RequestFinalizeBlockSDKType;
|
|
90
|
-
response_finalize_block?: ResponseFinalizeBlockSDKType;
|
|
91
|
-
}
|
|
92
70
|
export declare const StoreKVPair: {
|
|
93
71
|
typeUrl: string;
|
|
72
|
+
aminoType: string;
|
|
94
73
|
encode(message: StoreKVPair, writer?: BinaryWriter): BinaryWriter;
|
|
95
74
|
decode(input: BinaryReader | Uint8Array, length?: number): StoreKVPair;
|
|
96
75
|
fromPartial(object: DeepPartial<StoreKVPair>): StoreKVPair;
|
|
@@ -104,6 +83,7 @@ export declare const StoreKVPair: {
|
|
|
104
83
|
};
|
|
105
84
|
export declare const BlockMetadata: {
|
|
106
85
|
typeUrl: string;
|
|
86
|
+
aminoType: string;
|
|
107
87
|
encode(message: BlockMetadata, writer?: BinaryWriter): BinaryWriter;
|
|
108
88
|
decode(input: BinaryReader | Uint8Array, length?: number): BlockMetadata;
|
|
109
89
|
fromPartial(object: DeepPartial<BlockMetadata>): BlockMetadata;
|
|
@@ -15,6 +15,7 @@ function createBaseStoreKVPair() {
|
|
|
15
15
|
}
|
|
16
16
|
exports.StoreKVPair = {
|
|
17
17
|
typeUrl: "/cosmos.store.v1beta1.StoreKVPair",
|
|
18
|
+
aminoType: "cosmos-sdk/StoreKVPair",
|
|
18
19
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
19
20
|
if (message.storeKey !== "") {
|
|
20
21
|
writer.uint32(10).string(message.storeKey);
|
|
@@ -119,6 +120,7 @@ function createBaseBlockMetadata() {
|
|
|
119
120
|
}
|
|
120
121
|
exports.BlockMetadata = {
|
|
121
122
|
typeUrl: "/cosmos.store.v1beta1.BlockMetadata",
|
|
123
|
+
aminoType: "cosmos-sdk/BlockMetadata",
|
|
122
124
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
123
125
|
if (message.responseCommit !== undefined) {
|
|
124
126
|
types_1.ResponseCommit.encode(message.responseCommit, writer.uint32(50).fork()).ldelim();
|
|
@@ -34,13 +34,9 @@ export interface ConfigAminoMsg {
|
|
|
34
34
|
type: "cosmos-sdk/Config";
|
|
35
35
|
value: ConfigAmino;
|
|
36
36
|
}
|
|
37
|
-
/** Config is the config object of the x/auth/tx package. */
|
|
38
|
-
export interface ConfigSDKType {
|
|
39
|
-
skip_ante_handler: boolean;
|
|
40
|
-
skip_post_handler: boolean;
|
|
41
|
-
}
|
|
42
37
|
export declare const Config: {
|
|
43
38
|
typeUrl: string;
|
|
39
|
+
aminoType: string;
|
|
44
40
|
encode(message: Config, writer?: BinaryWriter): BinaryWriter;
|
|
45
41
|
decode(input: BinaryReader | Uint8Array, length?: number): Config;
|
|
46
42
|
fromPartial(object: DeepPartial<Config>): Config;
|
|
@@ -11,6 +11,7 @@ function createBaseConfig() {
|
|
|
11
11
|
}
|
|
12
12
|
exports.Config = {
|
|
13
13
|
typeUrl: "/cosmos.tx.config.v1.Config",
|
|
14
|
+
aminoType: "cosmos-sdk/Config",
|
|
14
15
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
15
16
|
if (message.skipAnteHandler === true) {
|
|
16
17
|
writer.uint32(8).bool(message.skipAnteHandler);
|