@sparkdreamnft/sparkdreamjs 0.0.3 → 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 +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.registry.d.ts +0 -23
- package/cosmos/auth/v1beta1/tx.registry.js +1 -33
- 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.registry.d.ts +0 -47
- package/cosmos/authz/v1beta1/tx.registry.js +1 -69
- 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.registry.d.ts +0 -59
- package/cosmos/bank/v1beta1/tx.registry.js +1 -87
- 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.registry.d.ts +0 -23
- package/cosmos/benchmark/v1/tx.registry.js +1 -33
- 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 +675 -980
- 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.registry.d.ts +0 -47
- package/cosmos/circuit/v1/tx.registry.js +1 -69
- 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.registry.d.ts +0 -23
- package/cosmos/consensus/v1/tx.registry.js +1 -33
- 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.registry.d.ts +0 -23
- package/cosmos/counter/v1/tx.registry.js +1 -33
- 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.registry.d.ts +0 -95
- package/cosmos/distribution/v1beta1/tx.registry.js +1 -141
- 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.registry.d.ts +0 -47
- package/cosmos/feegrant/v1beta1/tx.registry.js +1 -69
- 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.registry.d.ts +0 -95
- package/cosmos/gov/v1/tx.registry.js +1 -141
- 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.registry.d.ts +0 -59
- package/cosmos/gov/v1beta1/tx.registry.js +1 -87
- 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.registry.d.ts +0 -179
- package/cosmos/group/v1/tx.registry.js +1 -267
- 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.registry.d.ts +0 -23
- package/cosmos/mint/v1beta1/tx.registry.js +1 -33
- 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.registry.d.ts +0 -71
- package/cosmos/protocolpool/v1/tx.registry.js +1 -105
- 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.registry.d.ts +0 -95
- package/cosmos/staking/v1beta1/tx.registry.js +1 -141
- 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.registry.d.ts +0 -35
- package/cosmos/upgrade/v1beta1/tx.registry.js +1 -51
- 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.registry.d.ts +0 -47
- package/cosmos/vesting/v1beta1/tx.registry.js +1 -69
- 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.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 +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.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/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/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.registry.d.ts +0 -47
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +1 -69
- 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.registry.d.ts +0 -35
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.js +1 -51
- 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.registry.d.ts +0 -35
- package/ibc/applications/transfer/v1/tx.registry.js +1 -51
- 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 -557
- 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.registry.d.ts +0 -131
- package/ibc/core/channel/v1/tx.registry.js +1 -195
- 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.registry.d.ts +0 -59
- package/ibc/core/channel/v2/tx.registry.js +1 -87
- 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.registry.d.ts +0 -107
- package/ibc/core/client/v1/tx.registry.js +1 -159
- 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.registry.d.ts +0 -35
- package/ibc/core/client/v2/tx.registry.js +1 -51
- 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.registry.d.ts +0 -71
- package/ibc/core/connection/v1/tx.registry.js +1 -105
- 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.registry.d.ts +0 -47
- package/ibc/lightclients/wasm/v1/tx.registry.js +1 -69
- 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.registry.d.ts +0 -59
- package/sparkdream/blog/tx.registry.js +1 -87
- 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 -78
- 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.registry.d.ts +0 -23
- package/sparkdream/sparkdream/tx.registry.js +1 -33
- 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
|
@@ -15,7 +15,6 @@ export declare enum HashOp {
|
|
|
15
15
|
BLAKE3 = 9,
|
|
16
16
|
UNRECOGNIZED = -1
|
|
17
17
|
}
|
|
18
|
-
export declare const HashOpSDKType: typeof HashOp;
|
|
19
18
|
export declare const HashOpAmino: typeof HashOp;
|
|
20
19
|
export declare function hashOpFromJSON(object: any): HashOp;
|
|
21
20
|
export declare function hashOpToJSON(object: HashOp): string;
|
|
@@ -46,7 +45,6 @@ export declare enum LengthOp {
|
|
|
46
45
|
REQUIRE_64_BYTES = 8,
|
|
47
46
|
UNRECOGNIZED = -1
|
|
48
47
|
}
|
|
49
|
-
export declare const LengthOpSDKType: typeof LengthOp;
|
|
50
48
|
export declare const LengthOpAmino: typeof LengthOp;
|
|
51
49
|
export declare function lengthOpFromJSON(object: any): LengthOp;
|
|
52
50
|
export declare function lengthOpToJSON(object: LengthOp): string;
|
|
@@ -112,33 +110,6 @@ export interface ExistenceProofAminoMsg {
|
|
|
112
110
|
type: "cosmos-sdk/ExistenceProof";
|
|
113
111
|
value: ExistenceProofAmino;
|
|
114
112
|
}
|
|
115
|
-
/**
|
|
116
|
-
* ExistenceProof takes a key and a value and a set of steps to perform on it.
|
|
117
|
-
* The result of peforming all these steps will provide a "root hash", which can
|
|
118
|
-
* be compared to the value in a header.
|
|
119
|
-
*
|
|
120
|
-
* Since it is computationally infeasible to produce a hash collission for any of the used
|
|
121
|
-
* cryptographic hash functions, if someone can provide a series of operations to transform
|
|
122
|
-
* a given key and value into a root hash that matches some trusted root, these key and values
|
|
123
|
-
* must be in the referenced merkle tree.
|
|
124
|
-
*
|
|
125
|
-
* The only possible issue is maliablity in LeafOp, such as providing extra prefix data,
|
|
126
|
-
* which should be controlled by a spec. Eg. with lengthOp as NONE,
|
|
127
|
-
* prefix = FOO, key = BAR, value = CHOICE
|
|
128
|
-
* and
|
|
129
|
-
* prefix = F, key = OOBAR, value = CHOICE
|
|
130
|
-
* would produce the same value.
|
|
131
|
-
*
|
|
132
|
-
* With LengthOp this is tricker but not impossible. Which is why the "leafPrefixEqual" field
|
|
133
|
-
* in the ProofSpec is valuable to prevent this mutability. And why all trees should
|
|
134
|
-
* length-prefix the data before hashing it.
|
|
135
|
-
*/
|
|
136
|
-
export interface ExistenceProofSDKType {
|
|
137
|
-
key: Uint8Array;
|
|
138
|
-
value: Uint8Array;
|
|
139
|
-
leaf?: LeafOpSDKType;
|
|
140
|
-
path: InnerOpSDKType[];
|
|
141
|
-
}
|
|
142
113
|
/**
|
|
143
114
|
* NonExistenceProof takes a proof of two neighbors, one left of the desired key,
|
|
144
115
|
* one right of the desired key. If both proofs are valid AND they are neighbors,
|
|
@@ -169,16 +140,6 @@ export interface NonExistenceProofAminoMsg {
|
|
|
169
140
|
type: "cosmos-sdk/NonExistenceProof";
|
|
170
141
|
value: NonExistenceProofAmino;
|
|
171
142
|
}
|
|
172
|
-
/**
|
|
173
|
-
* NonExistenceProof takes a proof of two neighbors, one left of the desired key,
|
|
174
|
-
* one right of the desired key. If both proofs are valid AND they are neighbors,
|
|
175
|
-
* then there is no valid proof for the given key.
|
|
176
|
-
*/
|
|
177
|
-
export interface NonExistenceProofSDKType {
|
|
178
|
-
key: Uint8Array;
|
|
179
|
-
left?: ExistenceProofSDKType;
|
|
180
|
-
right?: ExistenceProofSDKType;
|
|
181
|
-
}
|
|
182
143
|
/** CommitmentProof is either an ExistenceProof or a NonExistenceProof, or a Batch of such messages */
|
|
183
144
|
export interface CommitmentProof {
|
|
184
145
|
exist?: ExistenceProof;
|
|
@@ -201,13 +162,6 @@ export interface CommitmentProofAminoMsg {
|
|
|
201
162
|
type: "cosmos-sdk/CommitmentProof";
|
|
202
163
|
value: CommitmentProofAmino;
|
|
203
164
|
}
|
|
204
|
-
/** CommitmentProof is either an ExistenceProof or a NonExistenceProof, or a Batch of such messages */
|
|
205
|
-
export interface CommitmentProofSDKType {
|
|
206
|
-
exist?: ExistenceProofSDKType;
|
|
207
|
-
nonexist?: NonExistenceProofSDKType;
|
|
208
|
-
batch?: BatchProofSDKType;
|
|
209
|
-
compressed?: CompressedBatchProofSDKType;
|
|
210
|
-
}
|
|
211
165
|
/**
|
|
212
166
|
* LeafOp represents the raw key-value data we wish to prove, and
|
|
213
167
|
* must be flexible to represent the internal transformation from
|
|
@@ -270,29 +224,6 @@ export interface LeafOpAminoMsg {
|
|
|
270
224
|
type: "cosmos-sdk/LeafOp";
|
|
271
225
|
value: LeafOpAmino;
|
|
272
226
|
}
|
|
273
|
-
/**
|
|
274
|
-
* LeafOp represents the raw key-value data we wish to prove, and
|
|
275
|
-
* must be flexible to represent the internal transformation from
|
|
276
|
-
* the original key-value pairs into the basis hash, for many existing
|
|
277
|
-
* merkle trees.
|
|
278
|
-
*
|
|
279
|
-
* key and value are passed in. So that the signature of this operation is:
|
|
280
|
-
* leafOp(key, value) -> output
|
|
281
|
-
*
|
|
282
|
-
* To process this, first prehash the keys and values if needed (ANY means no hash in this case):
|
|
283
|
-
* hkey = prehashKey(key)
|
|
284
|
-
* hvalue = prehashValue(value)
|
|
285
|
-
*
|
|
286
|
-
* Then combine the bytes, and hash it
|
|
287
|
-
* output = hash(prefix || length(hkey) || hkey || length(hvalue) || hvalue)
|
|
288
|
-
*/
|
|
289
|
-
export interface LeafOpSDKType {
|
|
290
|
-
hash: HashOp;
|
|
291
|
-
prehash_key: HashOp;
|
|
292
|
-
prehash_value: HashOp;
|
|
293
|
-
length: LengthOp;
|
|
294
|
-
prefix: Uint8Array;
|
|
295
|
-
}
|
|
296
227
|
/**
|
|
297
228
|
* InnerOp represents a merkle-proof step that is not a leaf.
|
|
298
229
|
* It represents concatenating two children and hashing them to provide the next result.
|
|
@@ -345,28 +276,6 @@ export interface InnerOpAminoMsg {
|
|
|
345
276
|
type: "cosmos-sdk/InnerOp";
|
|
346
277
|
value: InnerOpAmino;
|
|
347
278
|
}
|
|
348
|
-
/**
|
|
349
|
-
* InnerOp represents a merkle-proof step that is not a leaf.
|
|
350
|
-
* It represents concatenating two children and hashing them to provide the next result.
|
|
351
|
-
*
|
|
352
|
-
* The result of the previous step is passed in, so the signature of this op is:
|
|
353
|
-
* innerOp(child) -> output
|
|
354
|
-
*
|
|
355
|
-
* The result of applying InnerOp should be:
|
|
356
|
-
* output = op.hash(op.prefix || child || op.suffix)
|
|
357
|
-
*
|
|
358
|
-
* where the || operator is concatenation of binary data,
|
|
359
|
-
* and child is the result of hashing all the tree below this step.
|
|
360
|
-
*
|
|
361
|
-
* Any special data, like prepending child with the length, or prepending the entire operation with
|
|
362
|
-
* some value to differentiate from leaf nodes, should be included in prefix and suffix.
|
|
363
|
-
* If either of prefix or suffix is empty, we just treat it as an empty string
|
|
364
|
-
*/
|
|
365
|
-
export interface InnerOpSDKType {
|
|
366
|
-
hash: HashOp;
|
|
367
|
-
prefix: Uint8Array;
|
|
368
|
-
suffix: Uint8Array;
|
|
369
|
-
}
|
|
370
279
|
/**
|
|
371
280
|
* ProofSpec defines what the expected parameters are for a given proof type.
|
|
372
281
|
* This can be stored in the client and used to validate any incoming proofs.
|
|
@@ -441,25 +350,6 @@ export interface ProofSpecAminoMsg {
|
|
|
441
350
|
type: "cosmos-sdk/ProofSpec";
|
|
442
351
|
value: ProofSpecAmino;
|
|
443
352
|
}
|
|
444
|
-
/**
|
|
445
|
-
* ProofSpec defines what the expected parameters are for a given proof type.
|
|
446
|
-
* This can be stored in the client and used to validate any incoming proofs.
|
|
447
|
-
*
|
|
448
|
-
* verify(ProofSpec, Proof) -> Proof | Error
|
|
449
|
-
*
|
|
450
|
-
* As demonstrated in tests, if we don't fix the algorithm used to calculate the
|
|
451
|
-
* LeafHash for a given tree, there are many possible key-value pairs that can
|
|
452
|
-
* generate a given hash (by interpretting the preimage differently).
|
|
453
|
-
* We need this for proper security, requires client knows a priori what
|
|
454
|
-
* tree format server uses. But not in code, rather a configuration object.
|
|
455
|
-
*/
|
|
456
|
-
export interface ProofSpecSDKType {
|
|
457
|
-
leaf_spec?: LeafOpSDKType;
|
|
458
|
-
inner_spec?: InnerSpecSDKType;
|
|
459
|
-
max_depth: number;
|
|
460
|
-
min_depth: number;
|
|
461
|
-
prehash_key_before_comparison: boolean;
|
|
462
|
-
}
|
|
463
353
|
/**
|
|
464
354
|
* InnerSpec contains all store-specific structure info to determine if two proofs from a
|
|
465
355
|
* given store are neighbors.
|
|
@@ -520,24 +410,6 @@ export interface InnerSpecAminoMsg {
|
|
|
520
410
|
type: "cosmos-sdk/InnerSpec";
|
|
521
411
|
value: InnerSpecAmino;
|
|
522
412
|
}
|
|
523
|
-
/**
|
|
524
|
-
* InnerSpec contains all store-specific structure info to determine if two proofs from a
|
|
525
|
-
* given store are neighbors.
|
|
526
|
-
*
|
|
527
|
-
* This enables:
|
|
528
|
-
*
|
|
529
|
-
* isLeftMost(spec: InnerSpec, op: InnerOp)
|
|
530
|
-
* isRightMost(spec: InnerSpec, op: InnerOp)
|
|
531
|
-
* isLeftNeighbor(spec: InnerSpec, left: InnerOp, right: InnerOp)
|
|
532
|
-
*/
|
|
533
|
-
export interface InnerSpecSDKType {
|
|
534
|
-
child_order: number[];
|
|
535
|
-
child_size: number;
|
|
536
|
-
min_prefix_length: number;
|
|
537
|
-
max_prefix_length: number;
|
|
538
|
-
empty_child: Uint8Array;
|
|
539
|
-
hash: HashOp;
|
|
540
|
-
}
|
|
541
413
|
/** BatchProof is a group of multiple proof types than can be compressed */
|
|
542
414
|
export interface BatchProof {
|
|
543
415
|
entries: BatchEntry[];
|
|
@@ -554,10 +426,6 @@ export interface BatchProofAminoMsg {
|
|
|
554
426
|
type: "cosmos-sdk/BatchProof";
|
|
555
427
|
value: BatchProofAmino;
|
|
556
428
|
}
|
|
557
|
-
/** BatchProof is a group of multiple proof types than can be compressed */
|
|
558
|
-
export interface BatchProofSDKType {
|
|
559
|
-
entries: BatchEntrySDKType[];
|
|
560
|
-
}
|
|
561
429
|
/** Use BatchEntry not CommitmentProof, to avoid recursion */
|
|
562
430
|
export interface BatchEntry {
|
|
563
431
|
exist?: ExistenceProof;
|
|
@@ -576,11 +444,6 @@ export interface BatchEntryAminoMsg {
|
|
|
576
444
|
type: "cosmos-sdk/BatchEntry";
|
|
577
445
|
value: BatchEntryAmino;
|
|
578
446
|
}
|
|
579
|
-
/** Use BatchEntry not CommitmentProof, to avoid recursion */
|
|
580
|
-
export interface BatchEntrySDKType {
|
|
581
|
-
exist?: ExistenceProofSDKType;
|
|
582
|
-
nonexist?: NonExistenceProofSDKType;
|
|
583
|
-
}
|
|
584
447
|
export interface CompressedBatchProof {
|
|
585
448
|
entries: CompressedBatchEntry[];
|
|
586
449
|
lookupInners: InnerOp[];
|
|
@@ -597,10 +460,6 @@ export interface CompressedBatchProofAminoMsg {
|
|
|
597
460
|
type: "cosmos-sdk/CompressedBatchProof";
|
|
598
461
|
value: CompressedBatchProofAmino;
|
|
599
462
|
}
|
|
600
|
-
export interface CompressedBatchProofSDKType {
|
|
601
|
-
entries: CompressedBatchEntrySDKType[];
|
|
602
|
-
lookup_inners: InnerOpSDKType[];
|
|
603
|
-
}
|
|
604
463
|
/** Use BatchEntry not CommitmentProof, to avoid recursion */
|
|
605
464
|
export interface CompressedBatchEntry {
|
|
606
465
|
exist?: CompressedExistenceProof;
|
|
@@ -619,11 +478,6 @@ export interface CompressedBatchEntryAminoMsg {
|
|
|
619
478
|
type: "cosmos-sdk/CompressedBatchEntry";
|
|
620
479
|
value: CompressedBatchEntryAmino;
|
|
621
480
|
}
|
|
622
|
-
/** Use BatchEntry not CommitmentProof, to avoid recursion */
|
|
623
|
-
export interface CompressedBatchEntrySDKType {
|
|
624
|
-
exist?: CompressedExistenceProofSDKType;
|
|
625
|
-
nonexist?: CompressedNonExistenceProofSDKType;
|
|
626
|
-
}
|
|
627
481
|
export interface CompressedExistenceProof {
|
|
628
482
|
key: Uint8Array;
|
|
629
483
|
value: Uint8Array;
|
|
@@ -646,12 +500,6 @@ export interface CompressedExistenceProofAminoMsg {
|
|
|
646
500
|
type: "cosmos-sdk/CompressedExistenceProof";
|
|
647
501
|
value: CompressedExistenceProofAmino;
|
|
648
502
|
}
|
|
649
|
-
export interface CompressedExistenceProofSDKType {
|
|
650
|
-
key: Uint8Array;
|
|
651
|
-
value: Uint8Array;
|
|
652
|
-
leaf?: LeafOpSDKType;
|
|
653
|
-
path: number[];
|
|
654
|
-
}
|
|
655
503
|
export interface CompressedNonExistenceProof {
|
|
656
504
|
/** TODO: remove this as unnecessary??? we prove a range */
|
|
657
505
|
key: Uint8Array;
|
|
@@ -672,13 +520,9 @@ export interface CompressedNonExistenceProofAminoMsg {
|
|
|
672
520
|
type: "cosmos-sdk/CompressedNonExistenceProof";
|
|
673
521
|
value: CompressedNonExistenceProofAmino;
|
|
674
522
|
}
|
|
675
|
-
export interface CompressedNonExistenceProofSDKType {
|
|
676
|
-
key: Uint8Array;
|
|
677
|
-
left?: CompressedExistenceProofSDKType;
|
|
678
|
-
right?: CompressedExistenceProofSDKType;
|
|
679
|
-
}
|
|
680
523
|
export declare const ExistenceProof: {
|
|
681
524
|
typeUrl: string;
|
|
525
|
+
aminoType: string;
|
|
682
526
|
encode(message: ExistenceProof, writer?: BinaryWriter): BinaryWriter;
|
|
683
527
|
decode(input: BinaryReader | Uint8Array, length?: number): ExistenceProof;
|
|
684
528
|
fromPartial(object: DeepPartial<ExistenceProof>): ExistenceProof;
|
|
@@ -692,6 +536,7 @@ export declare const ExistenceProof: {
|
|
|
692
536
|
};
|
|
693
537
|
export declare const NonExistenceProof: {
|
|
694
538
|
typeUrl: string;
|
|
539
|
+
aminoType: string;
|
|
695
540
|
encode(message: NonExistenceProof, writer?: BinaryWriter): BinaryWriter;
|
|
696
541
|
decode(input: BinaryReader | Uint8Array, length?: number): NonExistenceProof;
|
|
697
542
|
fromPartial(object: DeepPartial<NonExistenceProof>): NonExistenceProof;
|
|
@@ -705,6 +550,7 @@ export declare const NonExistenceProof: {
|
|
|
705
550
|
};
|
|
706
551
|
export declare const CommitmentProof: {
|
|
707
552
|
typeUrl: string;
|
|
553
|
+
aminoType: string;
|
|
708
554
|
encode(message: CommitmentProof, writer?: BinaryWriter): BinaryWriter;
|
|
709
555
|
decode(input: BinaryReader | Uint8Array, length?: number): CommitmentProof;
|
|
710
556
|
fromPartial(object: DeepPartial<CommitmentProof>): CommitmentProof;
|
|
@@ -718,6 +564,7 @@ export declare const CommitmentProof: {
|
|
|
718
564
|
};
|
|
719
565
|
export declare const LeafOp: {
|
|
720
566
|
typeUrl: string;
|
|
567
|
+
aminoType: string;
|
|
721
568
|
encode(message: LeafOp, writer?: BinaryWriter): BinaryWriter;
|
|
722
569
|
decode(input: BinaryReader | Uint8Array, length?: number): LeafOp;
|
|
723
570
|
fromPartial(object: DeepPartial<LeafOp>): LeafOp;
|
|
@@ -731,6 +578,7 @@ export declare const LeafOp: {
|
|
|
731
578
|
};
|
|
732
579
|
export declare const InnerOp: {
|
|
733
580
|
typeUrl: string;
|
|
581
|
+
aminoType: string;
|
|
734
582
|
encode(message: InnerOp, writer?: BinaryWriter): BinaryWriter;
|
|
735
583
|
decode(input: BinaryReader | Uint8Array, length?: number): InnerOp;
|
|
736
584
|
fromPartial(object: DeepPartial<InnerOp>): InnerOp;
|
|
@@ -744,6 +592,7 @@ export declare const InnerOp: {
|
|
|
744
592
|
};
|
|
745
593
|
export declare const ProofSpec: {
|
|
746
594
|
typeUrl: string;
|
|
595
|
+
aminoType: string;
|
|
747
596
|
encode(message: ProofSpec, writer?: BinaryWriter): BinaryWriter;
|
|
748
597
|
decode(input: BinaryReader | Uint8Array, length?: number): ProofSpec;
|
|
749
598
|
fromPartial(object: DeepPartial<ProofSpec>): ProofSpec;
|
|
@@ -757,6 +606,7 @@ export declare const ProofSpec: {
|
|
|
757
606
|
};
|
|
758
607
|
export declare const InnerSpec: {
|
|
759
608
|
typeUrl: string;
|
|
609
|
+
aminoType: string;
|
|
760
610
|
encode(message: InnerSpec, writer?: BinaryWriter): BinaryWriter;
|
|
761
611
|
decode(input: BinaryReader | Uint8Array, length?: number): InnerSpec;
|
|
762
612
|
fromPartial(object: DeepPartial<InnerSpec>): InnerSpec;
|
|
@@ -770,6 +620,7 @@ export declare const InnerSpec: {
|
|
|
770
620
|
};
|
|
771
621
|
export declare const BatchProof: {
|
|
772
622
|
typeUrl: string;
|
|
623
|
+
aminoType: string;
|
|
773
624
|
encode(message: BatchProof, writer?: BinaryWriter): BinaryWriter;
|
|
774
625
|
decode(input: BinaryReader | Uint8Array, length?: number): BatchProof;
|
|
775
626
|
fromPartial(object: DeepPartial<BatchProof>): BatchProof;
|
|
@@ -783,6 +634,7 @@ export declare const BatchProof: {
|
|
|
783
634
|
};
|
|
784
635
|
export declare const BatchEntry: {
|
|
785
636
|
typeUrl: string;
|
|
637
|
+
aminoType: string;
|
|
786
638
|
encode(message: BatchEntry, writer?: BinaryWriter): BinaryWriter;
|
|
787
639
|
decode(input: BinaryReader | Uint8Array, length?: number): BatchEntry;
|
|
788
640
|
fromPartial(object: DeepPartial<BatchEntry>): BatchEntry;
|
|
@@ -796,6 +648,7 @@ export declare const BatchEntry: {
|
|
|
796
648
|
};
|
|
797
649
|
export declare const CompressedBatchProof: {
|
|
798
650
|
typeUrl: string;
|
|
651
|
+
aminoType: string;
|
|
799
652
|
encode(message: CompressedBatchProof, writer?: BinaryWriter): BinaryWriter;
|
|
800
653
|
decode(input: BinaryReader | Uint8Array, length?: number): CompressedBatchProof;
|
|
801
654
|
fromPartial(object: DeepPartial<CompressedBatchProof>): CompressedBatchProof;
|
|
@@ -809,6 +662,7 @@ export declare const CompressedBatchProof: {
|
|
|
809
662
|
};
|
|
810
663
|
export declare const CompressedBatchEntry: {
|
|
811
664
|
typeUrl: string;
|
|
665
|
+
aminoType: string;
|
|
812
666
|
encode(message: CompressedBatchEntry, writer?: BinaryWriter): BinaryWriter;
|
|
813
667
|
decode(input: BinaryReader | Uint8Array, length?: number): CompressedBatchEntry;
|
|
814
668
|
fromPartial(object: DeepPartial<CompressedBatchEntry>): CompressedBatchEntry;
|
|
@@ -822,6 +676,7 @@ export declare const CompressedBatchEntry: {
|
|
|
822
676
|
};
|
|
823
677
|
export declare const CompressedExistenceProof: {
|
|
824
678
|
typeUrl: string;
|
|
679
|
+
aminoType: string;
|
|
825
680
|
encode(message: CompressedExistenceProof, writer?: BinaryWriter): BinaryWriter;
|
|
826
681
|
decode(input: BinaryReader | Uint8Array, length?: number): CompressedExistenceProof;
|
|
827
682
|
fromPartial(object: DeepPartial<CompressedExistenceProof>): CompressedExistenceProof;
|
|
@@ -835,6 +690,7 @@ export declare const CompressedExistenceProof: {
|
|
|
835
690
|
};
|
|
836
691
|
export declare const CompressedNonExistenceProof: {
|
|
837
692
|
typeUrl: string;
|
|
693
|
+
aminoType: string;
|
|
838
694
|
encode(message: CompressedNonExistenceProof, writer?: BinaryWriter): BinaryWriter;
|
|
839
695
|
decode(input: BinaryReader | Uint8Array, length?: number): CompressedNonExistenceProof;
|
|
840
696
|
fromPartial(object: DeepPartial<CompressedNonExistenceProof>): CompressedNonExistenceProof;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CompressedNonExistenceProof = exports.CompressedExistenceProof = exports.CompressedBatchEntry = exports.CompressedBatchProof = exports.BatchEntry = exports.BatchProof = exports.InnerSpec = exports.ProofSpec = exports.InnerOp = exports.LeafOp = exports.CommitmentProof = exports.NonExistenceProof = exports.ExistenceProof = exports.LengthOpAmino = exports.
|
|
3
|
+
exports.CompressedNonExistenceProof = exports.CompressedExistenceProof = exports.CompressedBatchEntry = exports.CompressedBatchProof = exports.BatchEntry = exports.BatchProof = exports.InnerSpec = exports.ProofSpec = exports.InnerOp = exports.LeafOp = exports.CommitmentProof = exports.NonExistenceProof = exports.ExistenceProof = exports.LengthOpAmino = exports.LengthOp = exports.HashOpAmino = exports.HashOp = void 0;
|
|
4
4
|
exports.hashOpFromJSON = hashOpFromJSON;
|
|
5
5
|
exports.hashOpToJSON = hashOpToJSON;
|
|
6
6
|
exports.lengthOpFromJSON = lengthOpFromJSON;
|
|
@@ -24,7 +24,6 @@ var HashOp;
|
|
|
24
24
|
HashOp[HashOp["BLAKE3"] = 9] = "BLAKE3";
|
|
25
25
|
HashOp[HashOp["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
|
|
26
26
|
})(HashOp || (exports.HashOp = HashOp = {}));
|
|
27
|
-
exports.HashOpSDKType = HashOp;
|
|
28
27
|
exports.HashOpAmino = HashOp;
|
|
29
28
|
function hashOpFromJSON(object) {
|
|
30
29
|
switch (object) {
|
|
@@ -119,7 +118,6 @@ var LengthOp;
|
|
|
119
118
|
LengthOp[LengthOp["REQUIRE_64_BYTES"] = 8] = "REQUIRE_64_BYTES";
|
|
120
119
|
LengthOp[LengthOp["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
|
|
121
120
|
})(LengthOp || (exports.LengthOp = LengthOp = {}));
|
|
122
|
-
exports.LengthOpSDKType = LengthOp;
|
|
123
121
|
exports.LengthOpAmino = LengthOp;
|
|
124
122
|
function lengthOpFromJSON(object) {
|
|
125
123
|
switch (object) {
|
|
@@ -191,6 +189,7 @@ function createBaseExistenceProof() {
|
|
|
191
189
|
}
|
|
192
190
|
exports.ExistenceProof = {
|
|
193
191
|
typeUrl: "/cosmos.ics23.v1.ExistenceProof",
|
|
192
|
+
aminoType: "cosmos-sdk/ExistenceProof",
|
|
194
193
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
195
194
|
if (message.key.length !== 0) {
|
|
196
195
|
writer.uint32(10).bytes(message.key);
|
|
@@ -298,6 +297,7 @@ function createBaseNonExistenceProof() {
|
|
|
298
297
|
}
|
|
299
298
|
exports.NonExistenceProof = {
|
|
300
299
|
typeUrl: "/cosmos.ics23.v1.NonExistenceProof",
|
|
300
|
+
aminoType: "cosmos-sdk/NonExistenceProof",
|
|
301
301
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
302
302
|
if (message.key.length !== 0) {
|
|
303
303
|
writer.uint32(10).bytes(message.key);
|
|
@@ -392,6 +392,7 @@ function createBaseCommitmentProof() {
|
|
|
392
392
|
}
|
|
393
393
|
exports.CommitmentProof = {
|
|
394
394
|
typeUrl: "/cosmos.ics23.v1.CommitmentProof",
|
|
395
|
+
aminoType: "cosmos-sdk/CommitmentProof",
|
|
395
396
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
396
397
|
if (message.exist !== undefined) {
|
|
397
398
|
exports.ExistenceProof.encode(message.exist, writer.uint32(10).fork()).ldelim();
|
|
@@ -498,6 +499,7 @@ function createBaseLeafOp() {
|
|
|
498
499
|
}
|
|
499
500
|
exports.LeafOp = {
|
|
500
501
|
typeUrl: "/cosmos.ics23.v1.LeafOp",
|
|
502
|
+
aminoType: "cosmos-sdk/LeafOp",
|
|
501
503
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
502
504
|
if (message.hash !== 0) {
|
|
503
505
|
writer.uint32(8).int32(message.hash);
|
|
@@ -613,6 +615,7 @@ function createBaseInnerOp() {
|
|
|
613
615
|
}
|
|
614
616
|
exports.InnerOp = {
|
|
615
617
|
typeUrl: "/cosmos.ics23.v1.InnerOp",
|
|
618
|
+
aminoType: "cosmos-sdk/InnerOp",
|
|
616
619
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
617
620
|
if (message.hash !== 0) {
|
|
618
621
|
writer.uint32(8).int32(message.hash);
|
|
@@ -708,6 +711,7 @@ function createBaseProofSpec() {
|
|
|
708
711
|
}
|
|
709
712
|
exports.ProofSpec = {
|
|
710
713
|
typeUrl: "/cosmos.ics23.v1.ProofSpec",
|
|
714
|
+
aminoType: "cosmos-sdk/ProofSpec",
|
|
711
715
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
712
716
|
if (message.leafSpec !== undefined) {
|
|
713
717
|
exports.LeafOp.encode(message.leafSpec, writer.uint32(10).fork()).ldelim();
|
|
@@ -826,6 +830,7 @@ function createBaseInnerSpec() {
|
|
|
826
830
|
}
|
|
827
831
|
exports.InnerSpec = {
|
|
828
832
|
typeUrl: "/cosmos.ics23.v1.InnerSpec",
|
|
833
|
+
aminoType: "cosmos-sdk/InnerSpec",
|
|
829
834
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
830
835
|
writer.uint32(10).fork();
|
|
831
836
|
for (const v of message.childOrder) {
|
|
@@ -963,6 +968,7 @@ function createBaseBatchProof() {
|
|
|
963
968
|
}
|
|
964
969
|
exports.BatchProof = {
|
|
965
970
|
typeUrl: "/cosmos.ics23.v1.BatchProof",
|
|
971
|
+
aminoType: "cosmos-sdk/BatchProof",
|
|
966
972
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
967
973
|
for (const v of message.entries) {
|
|
968
974
|
exports.BatchEntry.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -1036,6 +1042,7 @@ function createBaseBatchEntry() {
|
|
|
1036
1042
|
}
|
|
1037
1043
|
exports.BatchEntry = {
|
|
1038
1044
|
typeUrl: "/cosmos.ics23.v1.BatchEntry",
|
|
1045
|
+
aminoType: "cosmos-sdk/BatchEntry",
|
|
1039
1046
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
1040
1047
|
if (message.exist !== undefined) {
|
|
1041
1048
|
exports.ExistenceProof.encode(message.exist, writer.uint32(10).fork()).ldelim();
|
|
@@ -1117,6 +1124,7 @@ function createBaseCompressedBatchProof() {
|
|
|
1117
1124
|
}
|
|
1118
1125
|
exports.CompressedBatchProof = {
|
|
1119
1126
|
typeUrl: "/cosmos.ics23.v1.CompressedBatchProof",
|
|
1127
|
+
aminoType: "cosmos-sdk/CompressedBatchProof",
|
|
1120
1128
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
1121
1129
|
for (const v of message.entries) {
|
|
1122
1130
|
exports.CompressedBatchEntry.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -1204,6 +1212,7 @@ function createBaseCompressedBatchEntry() {
|
|
|
1204
1212
|
}
|
|
1205
1213
|
exports.CompressedBatchEntry = {
|
|
1206
1214
|
typeUrl: "/cosmos.ics23.v1.CompressedBatchEntry",
|
|
1215
|
+
aminoType: "cosmos-sdk/CompressedBatchEntry",
|
|
1207
1216
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
1208
1217
|
if (message.exist !== undefined) {
|
|
1209
1218
|
exports.CompressedExistenceProof.encode(message.exist, writer.uint32(10).fork()).ldelim();
|
|
@@ -1287,6 +1296,7 @@ function createBaseCompressedExistenceProof() {
|
|
|
1287
1296
|
}
|
|
1288
1297
|
exports.CompressedExistenceProof = {
|
|
1289
1298
|
typeUrl: "/cosmos.ics23.v1.CompressedExistenceProof",
|
|
1299
|
+
aminoType: "cosmos-sdk/CompressedExistenceProof",
|
|
1290
1300
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
1291
1301
|
if (message.key.length !== 0) {
|
|
1292
1302
|
writer.uint32(10).bytes(message.key);
|
|
@@ -1404,6 +1414,7 @@ function createBaseCompressedNonExistenceProof() {
|
|
|
1404
1414
|
}
|
|
1405
1415
|
exports.CompressedNonExistenceProof = {
|
|
1406
1416
|
typeUrl: "/cosmos.ics23.v1.CompressedNonExistenceProof",
|
|
1417
|
+
aminoType: "cosmos-sdk/CompressedNonExistenceProof",
|
|
1407
1418
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
1408
1419
|
if (message.key.length !== 0) {
|
|
1409
1420
|
writer.uint32(10).bytes(message.key);
|
|
@@ -20,13 +20,9 @@ export interface ModuleAminoMsg {
|
|
|
20
20
|
type: "cosmos-sdk/Module";
|
|
21
21
|
value: ModuleAmino;
|
|
22
22
|
}
|
|
23
|
-
/** Module is the config object of the mint module. */
|
|
24
|
-
export interface ModuleSDKType {
|
|
25
|
-
fee_collector_name: string;
|
|
26
|
-
authority: string;
|
|
27
|
-
}
|
|
28
23
|
export declare const Module: {
|
|
29
24
|
typeUrl: string;
|
|
25
|
+
aminoType: string;
|
|
30
26
|
encode(message: Module, writer?: BinaryWriter): BinaryWriter;
|
|
31
27
|
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
32
28
|
fromPartial(object: DeepPartial<Module>): Module;
|
|
@@ -11,6 +11,7 @@ function createBaseModule() {
|
|
|
11
11
|
}
|
|
12
12
|
exports.Module = {
|
|
13
13
|
typeUrl: "/cosmos.mint.module.v1.Module",
|
|
14
|
+
aminoType: "cosmos-sdk/Module",
|
|
14
15
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
15
16
|
if (message.feeCollectorName !== "") {
|
|
16
17
|
writer.uint32(10).string(message.feeCollectorName);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Minter, MinterAmino,
|
|
1
|
+
import { Minter, MinterAmino, Params, ParamsAmino } from "./mint";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
3
|
import { DeepPartial } from "../../../helpers";
|
|
4
4
|
/** GenesisState defines the mint module's genesis state. */
|
|
@@ -23,13 +23,9 @@ export interface GenesisStateAminoMsg {
|
|
|
23
23
|
type: "cosmos-sdk/GenesisState";
|
|
24
24
|
value: GenesisStateAmino;
|
|
25
25
|
}
|
|
26
|
-
/** GenesisState defines the mint module's genesis state. */
|
|
27
|
-
export interface GenesisStateSDKType {
|
|
28
|
-
minter: MinterSDKType;
|
|
29
|
-
params: ParamsSDKType;
|
|
30
|
-
}
|
|
31
26
|
export declare const GenesisState: {
|
|
32
27
|
typeUrl: string;
|
|
28
|
+
aminoType: string;
|
|
33
29
|
encode(message: GenesisState, writer?: BinaryWriter): BinaryWriter;
|
|
34
30
|
decode(input: BinaryReader | Uint8Array, length?: number): GenesisState;
|
|
35
31
|
fromPartial(object: DeepPartial<GenesisState>): GenesisState;
|
|
@@ -12,6 +12,7 @@ function createBaseGenesisState() {
|
|
|
12
12
|
}
|
|
13
13
|
exports.GenesisState = {
|
|
14
14
|
typeUrl: "/cosmos.mint.v1beta1.GenesisState",
|
|
15
|
+
aminoType: "cosmos-sdk/GenesisState",
|
|
15
16
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
16
17
|
if (message.minter !== undefined) {
|
|
17
18
|
mint_1.Minter.encode(message.minter, writer.uint32(10).fork()).ldelim();
|
|
@@ -22,11 +22,6 @@ export interface MinterAminoMsg {
|
|
|
22
22
|
type: "cosmos-sdk/Minter";
|
|
23
23
|
value: MinterAmino;
|
|
24
24
|
}
|
|
25
|
-
/** Minter represents the minting state. */
|
|
26
|
-
export interface MinterSDKType {
|
|
27
|
-
inflation: string;
|
|
28
|
-
annual_provisions: string;
|
|
29
|
-
}
|
|
30
25
|
/** Params defines the parameters for the x/mint module. */
|
|
31
26
|
export interface Params {
|
|
32
27
|
/** type of coin to mint */
|
|
@@ -65,17 +60,9 @@ export interface ParamsAminoMsg {
|
|
|
65
60
|
type: "cosmos-sdk/x/mint/Params";
|
|
66
61
|
value: ParamsAmino;
|
|
67
62
|
}
|
|
68
|
-
/** Params defines the parameters for the x/mint module. */
|
|
69
|
-
export interface ParamsSDKType {
|
|
70
|
-
mint_denom: string;
|
|
71
|
-
inflation_rate_change: string;
|
|
72
|
-
inflation_max: string;
|
|
73
|
-
inflation_min: string;
|
|
74
|
-
goal_bonded: string;
|
|
75
|
-
blocks_per_year: bigint;
|
|
76
|
-
}
|
|
77
63
|
export declare const Minter: {
|
|
78
64
|
typeUrl: string;
|
|
65
|
+
aminoType: string;
|
|
79
66
|
encode(message: Minter, writer?: BinaryWriter): BinaryWriter;
|
|
80
67
|
decode(input: BinaryReader | Uint8Array, length?: number): Minter;
|
|
81
68
|
fromPartial(object: DeepPartial<Minter>): Minter;
|
|
@@ -89,6 +76,7 @@ export declare const Minter: {
|
|
|
89
76
|
};
|
|
90
77
|
export declare const Params: {
|
|
91
78
|
typeUrl: string;
|
|
79
|
+
aminoType: string;
|
|
92
80
|
encode(message: Params, writer?: BinaryWriter): BinaryWriter;
|
|
93
81
|
decode(input: BinaryReader | Uint8Array, length?: number): Params;
|
|
94
82
|
fromPartial(object: DeepPartial<Params>): Params;
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.Params = exports.Minter = void 0;
|
|
4
4
|
//@ts-nocheck
|
|
5
5
|
const binary_1 = require("../../../binary");
|
|
6
|
-
const math_1 = require("@
|
|
6
|
+
const math_1 = require("@interchainjs/math");
|
|
7
7
|
function createBaseMinter() {
|
|
8
8
|
return {
|
|
9
9
|
inflation: "",
|
|
@@ -12,6 +12,7 @@ function createBaseMinter() {
|
|
|
12
12
|
}
|
|
13
13
|
exports.Minter = {
|
|
14
14
|
typeUrl: "/cosmos.mint.v1beta1.Minter",
|
|
15
|
+
aminoType: "cosmos-sdk/Minter",
|
|
15
16
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
16
17
|
if (message.inflation !== "") {
|
|
17
18
|
writer.uint32(10).string(math_1.Decimal.fromUserInput(message.inflation, 18).atomics);
|
|
@@ -97,6 +98,7 @@ function createBaseParams() {
|
|
|
97
98
|
}
|
|
98
99
|
exports.Params = {
|
|
99
100
|
typeUrl: "/cosmos.mint.v1beta1.Params",
|
|
101
|
+
aminoType: "cosmos-sdk/x/mint/Params",
|
|
100
102
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
101
103
|
if (message.mintDenom !== "") {
|
|
102
104
|
writer.uint32(10).string(message.mintDenom);
|