@sparkdreamnft/sparkdreamjs 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cosmos/app/runtime/v1alpha1/module.d.ts +5 -22
- package/cosmos/app/runtime/v1alpha1/module.js +2 -0
- package/cosmos/app/v1alpha1/module.d.ts +7 -21
- package/cosmos/app/v1alpha1/module.js +3 -0
- package/cosmos/auth/module/v1/module.d.ts +5 -13
- package/cosmos/auth/module/v1/module.js +2 -0
- package/cosmos/auth/v1beta1/auth.d.ts +10 -43
- package/cosmos/auth/v1beta1/auth.js +4 -2
- package/cosmos/auth/v1beta1/genesis.d.ts +5 -8
- package/cosmos/auth/v1beta1/genesis.js +1 -0
- package/cosmos/auth/v1beta1/query.d.ts +44 -159
- package/cosmos/auth/v1beta1/query.js +20 -0
- package/cosmos/auth/v1beta1/query.lcd.d.ts +11 -11
- package/cosmos/auth/v1beta1/query.lcd.js +21 -31
- package/cosmos/auth/v1beta1/query.rpc.Query.d.ts +12 -12
- package/cosmos/auth/v1beta1/query.rpc.Query.js +48 -31
- package/cosmos/auth/v1beta1/tx.d.ts +6 -20
- package/cosmos/auth/v1beta1/tx.js +2 -0
- package/cosmos/auth/v1beta1/tx.registry.d.ts +2 -24
- package/cosmos/auth/v1beta1/tx.registry.js +1 -33
- package/cosmos/auth/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/auth/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/authz/module/v1/module.d.ts +3 -4
- package/cosmos/authz/module/v1/module.js +1 -0
- package/cosmos/authz/v1beta1/authz.d.ts +13 -39
- package/cosmos/authz/v1beta1/authz.js +4 -1
- package/cosmos/authz/v1beta1/event.d.ts +5 -14
- package/cosmos/authz/v1beta1/event.js +2 -0
- package/cosmos/authz/v1beta1/genesis.d.ts +4 -6
- package/cosmos/authz/v1beta1/genesis.js +1 -0
- package/cosmos/authz/v1beta1/query.d.ts +15 -40
- package/cosmos/authz/v1beta1/query.js +6 -0
- package/cosmos/authz/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/authz/v1beta1/query.lcd.js +6 -9
- package/cosmos/authz/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/authz/v1beta1/query.rpc.Query.js +13 -9
- package/cosmos/authz/v1beta1/tx.d.ts +15 -45
- package/cosmos/authz/v1beta1/tx.js +6 -0
- package/cosmos/authz/v1beta1/tx.registry.d.ts +2 -48
- package/cosmos/authz/v1beta1/tx.registry.js +1 -69
- package/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/authz/v1beta1/tx.rpc.msg.js +20 -10
- package/cosmos/bank/module/v1/module.d.ts +3 -7
- package/cosmos/bank/module/v1/module.js +1 -0
- package/cosmos/bank/v1beta1/authz.d.ts +4 -14
- package/cosmos/bank/v1beta1/authz.js +1 -1
- package/cosmos/bank/v1beta1/bank.d.ts +16 -66
- package/cosmos/bank/v1beta1/bank.js +7 -1
- package/cosmos/bank/v1beta1/genesis.d.ts +7 -20
- package/cosmos/bank/v1beta1/genesis.js +2 -0
- package/cosmos/bank/v1beta1/query.d.ts +58 -226
- package/cosmos/bank/v1beta1/query.js +27 -0
- package/cosmos/bank/v1beta1/query.lcd.d.ts +14 -14
- package/cosmos/bank/v1beta1/query.lcd.js +28 -41
- package/cosmos/bank/v1beta1/query.rpc.Query.d.ts +15 -15
- package/cosmos/bank/v1beta1/query.rpc.Query.js +78 -41
- package/cosmos/bank/v1beta1/tx.d.ts +19 -65
- package/cosmos/bank/v1beta1/tx.js +8 -0
- package/cosmos/bank/v1beta1/tx.registry.d.ts +2 -60
- package/cosmos/bank/v1beta1/tx.registry.js +1 -87
- package/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +7 -6
- package/cosmos/bank/v1beta1/tx.rpc.msg.js +25 -13
- package/cosmos/base/abci/v1beta1/abci.d.ts +26 -112
- package/cosmos/base/abci/v1beta1/abci.js +11 -0
- package/cosmos/base/node/v1beta1/query.d.ts +9 -25
- package/cosmos/base/node/v1beta1/query.js +4 -0
- package/cosmos/base/node/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/base/node/v1beta1/query.lcd.js +4 -6
- package/cosmos/base/node/v1beta1/query.rpc.Service.d.ts +4 -4
- package/cosmos/base/node/v1beta1/query.rpc.Service.js +6 -6
- package/cosmos/base/query/v1beta1/pagination.d.ts +5 -31
- package/cosmos/base/query/v1beta1/pagination.js +2 -0
- package/cosmos/base/reflection/v2alpha1/reflection.d.ts +53 -154
- package/cosmos/base/reflection/v2alpha1/reflection.js +26 -0
- package/cosmos/base/v1beta1/coin.d.ts +9 -38
- package/cosmos/base/v1beta1/coin.js +5 -1
- package/cosmos/benchmark/module/v1/module.d.ts +5 -20
- package/cosmos/benchmark/module/v1/module.js +2 -0
- package/cosmos/benchmark/v1/benchmark.d.ts +3 -11
- package/cosmos/benchmark/v1/benchmark.js +1 -0
- package/cosmos/benchmark/v1/tx.d.ts +6 -13
- package/cosmos/benchmark/v1/tx.js +2 -0
- package/cosmos/benchmark/v1/tx.registry.d.ts +2 -24
- package/cosmos/benchmark/v1/tx.registry.js +1 -33
- package/cosmos/benchmark/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/benchmark/v1/tx.rpc.msg.js +8 -4
- package/cosmos/bundle.d.ts +1344 -1649
- package/cosmos/circuit/module/v1/module.d.ts +3 -5
- package/cosmos/circuit/module/v1/module.js +1 -0
- package/cosmos/circuit/v1/query.d.ts +15 -32
- package/cosmos/circuit/v1/query.js +6 -0
- package/cosmos/circuit/v1/query.lcd.d.ts +4 -4
- package/cosmos/circuit/v1/query.lcd.js +7 -10
- package/cosmos/circuit/v1/query.rpc.Query.d.ts +5 -5
- package/cosmos/circuit/v1/query.rpc.Query.js +10 -10
- package/cosmos/circuit/v1/tx.d.ts +14 -35
- package/cosmos/circuit/v1/tx.js +6 -0
- package/cosmos/circuit/v1/tx.registry.d.ts +2 -48
- package/cosmos/circuit/v1/tx.registry.js +1 -69
- package/cosmos/circuit/v1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/circuit/v1/tx.rpc.msg.js +16 -10
- package/cosmos/circuit/v1/types.d.ts +7 -22
- package/cosmos/circuit/v1/types.js +4 -2
- package/cosmos/consensus/module/v1/module.d.ts +3 -5
- package/cosmos/consensus/module/v1/module.js +1 -0
- package/cosmos/consensus/v1/query.d.ts +6 -10
- package/cosmos/consensus/v1/query.js +2 -0
- package/cosmos/consensus/v1/query.lcd.d.ts +2 -2
- package/cosmos/consensus/v1/query.lcd.js +2 -3
- package/cosmos/consensus/v1/query.rpc.Query.d.ts +3 -3
- package/cosmos/consensus/v1/query.rpc.Query.js +3 -3
- package/cosmos/consensus/v1/tx.d.ts +6 -17
- package/cosmos/consensus/v1/tx.js +2 -0
- package/cosmos/consensus/v1/tx.registry.d.ts +2 -24
- package/cosmos/consensus/v1/tx.registry.js +1 -33
- package/cosmos/consensus/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/consensus/v1/tx.rpc.msg.js +11 -4
- package/cosmos/counter/module/v1/module.d.ts +3 -5
- package/cosmos/counter/module/v1/module.js +1 -0
- package/cosmos/counter/v1/query.d.ts +5 -9
- package/cosmos/counter/v1/query.js +2 -0
- package/cosmos/counter/v1/query.rpc.Query.d.ts +3 -3
- package/cosmos/counter/v1/query.rpc.Query.js +3 -3
- package/cosmos/counter/v1/tx.d.ts +5 -11
- package/cosmos/counter/v1/tx.js +2 -0
- package/cosmos/counter/v1/tx.registry.d.ts +2 -24
- package/cosmos/counter/v1/tx.registry.js +1 -33
- package/cosmos/counter/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/counter/v1/tx.rpc.msg.js +8 -4
- package/cosmos/crisis/module/v1/module.d.ts +3 -6
- package/cosmos/crisis/module/v1/module.js +1 -0
- package/cosmos/crypto/ed25519/keys.d.ts +5 -19
- package/cosmos/crypto/ed25519/keys.js +2 -0
- package/cosmos/crypto/hd/v1/hd.d.ts +3 -9
- package/cosmos/crypto/hd/v1/hd.js +1 -0
- package/cosmos/crypto/keyring/v1/record.d.ts +13 -33
- package/cosmos/crypto/keyring/v1/record.js +5 -0
- package/cosmos/crypto/multisig/keys.d.ts +4 -11
- package/cosmos/crypto/multisig/keys.js +1 -0
- package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +5 -20
- package/cosmos/crypto/multisig/v1beta1/multisig.js +2 -0
- package/cosmos/crypto/secp256k1/keys.d.ts +5 -16
- package/cosmos/crypto/secp256k1/keys.js +2 -0
- package/cosmos/crypto/secp256r1/keys.d.ts +5 -10
- package/cosmos/crypto/secp256r1/keys.js +2 -0
- package/cosmos/distribution/module/v1/module.d.ts +3 -6
- package/cosmos/distribution/module/v1/module.js +1 -0
- package/cosmos/distribution/v1beta1/distribution.d.ts +26 -134
- package/cosmos/distribution/v1beta1/distribution.js +13 -3
- package/cosmos/distribution/v1beta1/genesis.d.ts +19 -72
- package/cosmos/distribution/v1beta1/genesis.js +8 -0
- package/cosmos/distribution/v1beta1/query.d.ts +44 -157
- package/cosmos/distribution/v1beta1/query.js +20 -0
- package/cosmos/distribution/v1beta1/query.lcd.d.ts +11 -11
- package/cosmos/distribution/v1beta1/query.lcd.js +20 -30
- package/cosmos/distribution/v1beta1/query.rpc.Query.d.ts +12 -12
- package/cosmos/distribution/v1beta1/query.rpc.Query.js +31 -30
- package/cosmos/distribution/v1beta1/tx.d.ts +31 -126
- package/cosmos/distribution/v1beta1/tx.js +14 -0
- package/cosmos/distribution/v1beta1/tx.registry.d.ts +2 -96
- package/cosmos/distribution/v1beta1/tx.registry.js +1 -141
- package/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +10 -9
- package/cosmos/distribution/v1beta1/tx.rpc.msg.js +41 -22
- package/cosmos/epochs/module/v1/module.d.ts +3 -4
- package/cosmos/epochs/module/v1/module.js +1 -0
- package/cosmos/epochs/v1beta1/events.d.ts +5 -11
- package/cosmos/epochs/v1beta1/events.js +2 -0
- package/cosmos/epochs/v1beta1/genesis.d.ts +6 -20
- package/cosmos/epochs/v1beta1/genesis.js +2 -0
- package/cosmos/epochs/v1beta1/query.d.ts +10 -32
- package/cosmos/epochs/v1beta1/query.js +4 -0
- package/cosmos/epochs/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/epochs/v1beta1/query.lcd.js +4 -6
- package/cosmos/epochs/v1beta1/query.rpc.Query.d.ts +4 -4
- package/cosmos/epochs/v1beta1/query.rpc.Query.js +6 -6
- package/cosmos/evidence/module/v1/module.d.ts +3 -4
- package/cosmos/evidence/module/v1/module.js +1 -0
- package/cosmos/feegrant/module/v1/module.d.ts +3 -4
- package/cosmos/feegrant/module/v1/module.js +1 -0
- package/cosmos/feegrant/v1beta1/feegrant.d.ts +12 -43
- package/cosmos/feegrant/v1beta1/feegrant.js +4 -3
- package/cosmos/feegrant/v1beta1/genesis.d.ts +4 -6
- package/cosmos/feegrant/v1beta1/genesis.js +1 -0
- package/cosmos/feegrant/v1beta1/query.d.ts +15 -45
- package/cosmos/feegrant/v1beta1/query.js +6 -0
- package/cosmos/feegrant/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/feegrant/v1beta1/query.lcd.js +6 -9
- package/cosmos/feegrant/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/feegrant/v1beta1/query.rpc.Query.js +11 -9
- package/cosmos/feegrant/v1beta1/tx.d.ts +15 -43
- package/cosmos/feegrant/v1beta1/tx.js +6 -0
- package/cosmos/feegrant/v1beta1/tx.registry.d.ts +2 -48
- package/cosmos/feegrant/v1beta1/tx.registry.js +1 -69
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.js +18 -10
- package/cosmos/genutil/module/v1/module.d.ts +3 -4
- package/cosmos/genutil/module/v1/module.js +1 -0
- package/cosmos/gov/module/v1/module.d.ts +3 -6
- package/cosmos/gov/module/v1/module.js +1 -0
- package/cosmos/gov/v1/genesis.d.ts +4 -17
- package/cosmos/gov/v1/genesis.js +1 -0
- package/cosmos/gov/v1/gov.d.ts +22 -104
- package/cosmos/gov/v1/gov.js +10 -3
- package/cosmos/gov/v1/query.d.ts +39 -110
- package/cosmos/gov/v1/query.js +18 -0
- package/cosmos/gov/v1/query.lcd.d.ts +10 -10
- package/cosmos/gov/v1/query.lcd.js +18 -27
- package/cosmos/gov/v1/query.rpc.Query.d.ts +11 -11
- package/cosmos/gov/v1/query.rpc.Query.js +27 -27
- package/cosmos/gov/v1/tx.d.ts +36 -115
- package/cosmos/gov/v1/tx.js +14 -0
- package/cosmos/gov/v1/tx.registry.d.ts +2 -96
- package/cosmos/gov/v1/tx.registry.js +1 -141
- package/cosmos/gov/v1/tx.rpc.msg.d.ts +10 -9
- package/cosmos/gov/v1/tx.rpc.msg.js +32 -22
- package/cosmos/gov/v1beta1/genesis.d.ts +4 -12
- package/cosmos/gov/v1beta1/genesis.js +1 -0
- package/cosmos/gov/v1beta1/gov.d.ts +25 -90
- package/cosmos/gov/v1beta1/gov.js +11 -5
- package/cosmos/gov/v1beta1/query.d.ts +35 -97
- package/cosmos/gov/v1beta1/query.js +16 -0
- package/cosmos/gov/v1beta1/query.lcd.d.ts +9 -9
- package/cosmos/gov/v1beta1/query.lcd.js +16 -24
- package/cosmos/gov/v1beta1/query.rpc.Query.d.ts +10 -10
- package/cosmos/gov/v1beta1/query.rpc.Query.js +24 -24
- package/cosmos/gov/v1beta1/tx.d.ts +23 -62
- package/cosmos/gov/v1beta1/tx.js +8 -0
- package/cosmos/gov/v1beta1/tx.registry.d.ts +2 -60
- package/cosmos/gov/v1beta1/tx.registry.js +1 -87
- package/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +7 -6
- package/cosmos/gov/v1beta1/tx.rpc.msg.js +19 -13
- package/cosmos/group/module/v1/module.d.ts +4 -7
- package/cosmos/group/module/v1/module.js +1 -0
- package/cosmos/group/v1/events.d.ts +24 -62
- package/cosmos/group/v1/events.js +11 -0
- package/cosmos/group/v1/genesis.d.ts +4 -13
- package/cosmos/group/v1/genesis.js +1 -0
- package/cosmos/group/v1/query.d.ts +59 -168
- package/cosmos/group/v1/query.js +28 -0
- package/cosmos/group/v1/query.lcd.d.ts +15 -15
- package/cosmos/group/v1/query.lcd.js +29 -43
- package/cosmos/group/v1/query.rpc.Query.d.ts +16 -16
- package/cosmos/group/v1/query.rpc.Query.js +49 -43
- package/cosmos/group/v1/tx.d.ts +59 -170
- package/cosmos/group/v1/tx.js +29 -2
- package/cosmos/group/v1/tx.registry.d.ts +2 -180
- package/cosmos/group/v1/tx.registry.js +1 -267
- package/cosmos/group/v1/tx.rpc.msg.d.ts +17 -16
- package/cosmos/group/v1/tx.rpc.msg.js +47 -43
- package/cosmos/group/v1/types.d.ts +25 -130
- package/cosmos/group/v1/types.js +12 -6
- package/cosmos/ics23/v1/proofs.d.ts +27 -170
- package/cosmos/ics23/v1/proofs.js +14 -3
- package/cosmos/mint/module/v1/module.d.ts +3 -6
- package/cosmos/mint/module/v1/module.js +1 -0
- package/cosmos/mint/v1beta1/genesis.d.ts +4 -7
- package/cosmos/mint/v1beta1/genesis.js +1 -0
- package/cosmos/mint/v1beta1/mint.d.ts +5 -16
- package/cosmos/mint/v1beta1/mint.js +3 -1
- package/cosmos/mint/v1beta1/query.d.ts +14 -37
- package/cosmos/mint/v1beta1/query.js +6 -0
- package/cosmos/mint/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/mint/v1beta1/query.lcd.js +6 -9
- package/cosmos/mint/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/mint/v1beta1/query.rpc.Query.js +9 -9
- package/cosmos/mint/v1beta1/tx.d.ts +6 -20
- package/cosmos/mint/v1beta1/tx.js +2 -0
- package/cosmos/mint/v1beta1/tx.registry.d.ts +2 -24
- package/cosmos/mint/v1beta1/tx.registry.js +1 -33
- package/cosmos/mint/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/mint/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/nft/module/v1/module.d.ts +3 -4
- package/cosmos/nft/module/v1/module.js +1 -0
- package/cosmos/orm/module/v1alpha1/module.d.ts +3 -8
- package/cosmos/orm/module/v1alpha1/module.js +1 -0
- package/cosmos/orm/query/v1alpha1/query.d.ts +18 -53
- package/cosmos/orm/query/v1alpha1/query.js +7 -0
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.d.ts +4 -4
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.js +6 -6
- package/cosmos/params/module/v1/module.d.ts +3 -4
- package/cosmos/params/module/v1/module.js +1 -0
- package/cosmos/params/v1beta1/params.d.ts +5 -19
- package/cosmos/params/v1beta1/params.js +2 -1
- package/cosmos/params/v1beta1/query.d.ts +12 -42
- package/cosmos/params/v1beta1/query.js +5 -0
- package/cosmos/params/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/params/v1beta1/query.lcd.js +4 -6
- package/cosmos/params/v1beta1/query.rpc.Query.d.ts +4 -4
- package/cosmos/params/v1beta1/query.rpc.Query.js +9 -6
- package/cosmos/protocolpool/module/v1/module.d.ts +3 -5
- package/cosmos/protocolpool/module/v1/module.js +1 -0
- package/cosmos/protocolpool/v1/genesis.d.ts +4 -7
- package/cosmos/protocolpool/v1/genesis.js +1 -0
- package/cosmos/protocolpool/v1/query.d.ts +19 -57
- package/cosmos/protocolpool/v1/query.js +8 -0
- package/cosmos/protocolpool/v1/query.lcd.d.ts +5 -5
- package/cosmos/protocolpool/v1/query.lcd.js +8 -12
- package/cosmos/protocolpool/v1/query.rpc.Query.d.ts +6 -6
- package/cosmos/protocolpool/v1/query.rpc.Query.js +12 -12
- package/cosmos/protocolpool/v1/tx.d.ts +23 -77
- package/cosmos/protocolpool/v1/tx.js +11 -1
- package/cosmos/protocolpool/v1/tx.registry.d.ts +2 -72
- package/cosmos/protocolpool/v1/tx.registry.js +1 -105
- package/cosmos/protocolpool/v1/tx.rpc.msg.d.ts +8 -7
- package/cosmos/protocolpool/v1/tx.rpc.msg.js +28 -16
- package/cosmos/protocolpool/v1/types.d.ts +5 -13
- package/cosmos/protocolpool/v1/types.js +3 -1
- package/cosmos/reflection/v1/reflection.d.ts +6 -10
- package/cosmos/reflection/v1/reflection.js +2 -0
- package/cosmos/slashing/module/v1/module.d.ts +3 -5
- package/cosmos/slashing/module/v1/module.js +1 -0
- package/cosmos/staking/module/v1/module.d.ts +3 -8
- package/cosmos/staking/module/v1/module.js +1 -0
- package/cosmos/staking/v1beta1/authz.d.ts +6 -21
- package/cosmos/staking/v1beta1/authz.js +3 -3
- package/cosmos/staking/v1beta1/genesis.d.ts +6 -19
- package/cosmos/staking/v1beta1/genesis.js +2 -0
- package/cosmos/staking/v1beta1/query.d.ts +59 -213
- package/cosmos/staking/v1beta1/query.js +28 -0
- package/cosmos/staking/v1beta1/query.lcd.d.ts +15 -15
- package/cosmos/staking/v1beta1/query.lcd.js +28 -42
- package/cosmos/staking/v1beta1/query.rpc.Query.d.ts +16 -16
- package/cosmos/staking/v1beta1/query.rpc.Query.js +67 -42
- package/cosmos/staking/v1beta1/staking.d.ts +48 -214
- package/cosmos/staking/v1beta1/staking.js +28 -9
- package/cosmos/staking/v1beta1/tx.d.ts +32 -116
- package/cosmos/staking/v1beta1/tx.js +20 -6
- package/cosmos/staking/v1beta1/tx.registry.d.ts +2 -96
- package/cosmos/staking/v1beta1/tx.registry.js +1 -141
- package/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +10 -9
- package/cosmos/staking/v1beta1/tx.rpc.msg.js +34 -22
- package/cosmos/store/internal/kv/v1beta1/kv.d.ts +5 -11
- package/cosmos/store/internal/kv/v1beta1/kv.js +2 -0
- package/cosmos/store/snapshots/v1/snapshot.d.ts +15 -66
- package/cosmos/store/snapshots/v1/snapshot.js +7 -0
- package/cosmos/store/streaming/abci/grpc.d.ts +11 -23
- package/cosmos/store/streaming/abci/grpc.js +4 -0
- package/cosmos/store/v1beta1/commit_info.d.ts +7 -28
- package/cosmos/store/v1beta1/commit_info.js +3 -0
- package/cosmos/store/v1beta1/listening.d.ts +6 -25
- package/cosmos/store/v1beta1/listening.js +2 -0
- package/cosmos/tx/config/v1/config.d.ts +3 -6
- package/cosmos/tx/config/v1/config.js +1 -0
- package/cosmos/tx/signing/v1beta1/signing.d.ts +13 -38
- package/cosmos/tx/signing/v1beta1/signing.js +6 -2
- package/cosmos/tx/v1beta1/service.d.ts +42 -188
- package/cosmos/tx/v1beta1/service.js +19 -3
- package/cosmos/tx/v1beta1/service.lcd.d.ts +4 -4
- package/cosmos/tx/v1beta1/service.lcd.js +6 -9
- package/cosmos/tx/v1beta1/service.rpc.Service.d.ts +11 -11
- package/cosmos/tx/v1beta1/service.rpc.Service.js +37 -27
- package/cosmos/tx/v1beta1/tx.d.ts +30 -136
- package/cosmos/tx/v1beta1/tx.js +13 -0
- package/cosmos/upgrade/module/v1/module.d.ts +3 -5
- package/cosmos/upgrade/module/v1/module.js +1 -0
- package/cosmos/upgrade/v1beta1/query.d.ts +22 -87
- package/cosmos/upgrade/v1beta1/query.js +10 -0
- package/cosmos/upgrade/v1beta1/query.lcd.d.ts +6 -6
- package/cosmos/upgrade/v1beta1/query.lcd.js +10 -15
- package/cosmos/upgrade/v1beta1/query.rpc.Query.d.ts +7 -7
- package/cosmos/upgrade/v1beta1/query.rpc.Query.js +24 -15
- package/cosmos/upgrade/v1beta1/tx.d.ts +10 -36
- package/cosmos/upgrade/v1beta1/tx.js +4 -0
- package/cosmos/upgrade/v1beta1/tx.registry.d.ts +2 -36
- package/cosmos/upgrade/v1beta1/tx.registry.js +1 -51
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +5 -4
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.js +16 -7
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +10 -51
- package/cosmos/upgrade/v1beta1/upgrade.js +4 -2
- package/cosmos/vesting/module/v1/module.d.ts +3 -4
- package/cosmos/vesting/module/v1/module.js +1 -0
- package/cosmos/vesting/v1beta1/tx.d.ts +15 -60
- package/cosmos/vesting/v1beta1/tx.js +6 -0
- package/cosmos/vesting/v1beta1/tx.registry.d.ts +2 -48
- package/cosmos/vesting/v1beta1/tx.registry.js +1 -69
- package/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/vesting/v1beta1/tx.rpc.msg.js +21 -10
- package/cosmos/vesting/v1beta1/vesting.d.ts +15 -59
- package/cosmos/vesting/v1beta1/vesting.js +6 -0
- package/cosmos_proto/bundle.d.ts +2 -3
- package/cosmos_proto/cosmos.d.ts +3 -25
- package/cosmos_proto/cosmos.js +1 -2
- package/esm/cosmos/app/runtime/v1alpha1/module.js +2 -0
- package/esm/cosmos/app/v1alpha1/module.js +3 -0
- package/esm/cosmos/auth/module/v1/module.js +2 -0
- package/esm/cosmos/auth/v1beta1/auth.js +4 -2
- package/esm/cosmos/auth/v1beta1/genesis.js +1 -0
- package/esm/cosmos/auth/v1beta1/query.js +20 -0
- package/esm/cosmos/auth/v1beta1/query.lcd.js +21 -31
- package/esm/cosmos/auth/v1beta1/query.rpc.Query.js +48 -31
- package/esm/cosmos/auth/v1beta1/tx.js +2 -0
- package/esm/cosmos/auth/v1beta1/tx.registry.js +0 -31
- package/esm/cosmos/auth/v1beta1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/authz/module/v1/module.js +1 -0
- package/esm/cosmos/authz/v1beta1/authz.js +4 -1
- package/esm/cosmos/authz/v1beta1/event.js +2 -0
- package/esm/cosmos/authz/v1beta1/genesis.js +1 -0
- package/esm/cosmos/authz/v1beta1/query.js +6 -0
- package/esm/cosmos/authz/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/authz/v1beta1/query.rpc.Query.js +13 -9
- package/esm/cosmos/authz/v1beta1/tx.js +6 -0
- package/esm/cosmos/authz/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/authz/v1beta1/tx.rpc.msg.js +18 -9
- package/esm/cosmos/bank/module/v1/module.js +1 -0
- package/esm/cosmos/bank/v1beta1/authz.js +1 -1
- package/esm/cosmos/bank/v1beta1/bank.js +7 -1
- package/esm/cosmos/bank/v1beta1/genesis.js +2 -0
- package/esm/cosmos/bank/v1beta1/query.js +27 -0
- package/esm/cosmos/bank/v1beta1/query.lcd.js +28 -41
- package/esm/cosmos/bank/v1beta1/query.rpc.Query.js +78 -41
- package/esm/cosmos/bank/v1beta1/tx.js +8 -0
- package/esm/cosmos/bank/v1beta1/tx.registry.js +0 -85
- package/esm/cosmos/bank/v1beta1/tx.rpc.msg.js +23 -12
- package/esm/cosmos/base/abci/v1beta1/abci.js +11 -0
- package/esm/cosmos/base/node/v1beta1/query.js +4 -0
- package/esm/cosmos/base/node/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/base/node/v1beta1/query.rpc.Service.js +6 -6
- package/esm/cosmos/base/query/v1beta1/pagination.js +2 -0
- package/esm/cosmos/base/reflection/v2alpha1/reflection.js +26 -0
- package/esm/cosmos/base/v1beta1/coin.js +5 -1
- package/esm/cosmos/benchmark/module/v1/module.js +2 -0
- package/esm/cosmos/benchmark/v1/benchmark.js +1 -0
- package/esm/cosmos/benchmark/v1/tx.js +2 -0
- package/esm/cosmos/benchmark/v1/tx.registry.js +0 -31
- package/esm/cosmos/benchmark/v1/tx.rpc.msg.js +6 -3
- package/esm/cosmos/circuit/module/v1/module.js +1 -0
- package/esm/cosmos/circuit/v1/query.js +6 -0
- package/esm/cosmos/circuit/v1/query.lcd.js +7 -10
- package/esm/cosmos/circuit/v1/query.rpc.Query.js +10 -10
- package/esm/cosmos/circuit/v1/tx.js +6 -0
- package/esm/cosmos/circuit/v1/tx.registry.js +0 -67
- package/esm/cosmos/circuit/v1/tx.rpc.msg.js +14 -9
- package/esm/cosmos/circuit/v1/types.js +3 -1
- package/esm/cosmos/consensus/module/v1/module.js +1 -0
- package/esm/cosmos/consensus/v1/query.js +2 -0
- package/esm/cosmos/consensus/v1/query.lcd.js +2 -3
- package/esm/cosmos/consensus/v1/query.rpc.Query.js +3 -3
- package/esm/cosmos/consensus/v1/tx.js +2 -0
- package/esm/cosmos/consensus/v1/tx.registry.js +0 -31
- package/esm/cosmos/consensus/v1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/counter/module/v1/module.js +1 -0
- package/esm/cosmos/counter/v1/query.js +2 -0
- package/esm/cosmos/counter/v1/query.rpc.Query.js +3 -3
- package/esm/cosmos/counter/v1/tx.js +2 -0
- package/esm/cosmos/counter/v1/tx.registry.js +0 -31
- package/esm/cosmos/counter/v1/tx.rpc.msg.js +6 -3
- package/esm/cosmos/crisis/module/v1/module.js +1 -0
- package/esm/cosmos/crypto/ed25519/keys.js +2 -0
- package/esm/cosmos/crypto/hd/v1/hd.js +1 -0
- package/esm/cosmos/crypto/keyring/v1/record.js +5 -0
- package/esm/cosmos/crypto/multisig/keys.js +1 -0
- package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +2 -0
- package/esm/cosmos/crypto/secp256k1/keys.js +2 -0
- package/esm/cosmos/crypto/secp256r1/keys.js +2 -0
- package/esm/cosmos/distribution/module/v1/module.js +1 -0
- package/esm/cosmos/distribution/v1beta1/distribution.js +13 -3
- package/esm/cosmos/distribution/v1beta1/genesis.js +8 -0
- package/esm/cosmos/distribution/v1beta1/query.js +20 -0
- package/esm/cosmos/distribution/v1beta1/query.lcd.js +20 -30
- package/esm/cosmos/distribution/v1beta1/query.rpc.Query.js +31 -30
- package/esm/cosmos/distribution/v1beta1/tx.js +14 -0
- package/esm/cosmos/distribution/v1beta1/tx.registry.js +0 -139
- package/esm/cosmos/distribution/v1beta1/tx.rpc.msg.js +39 -21
- package/esm/cosmos/epochs/module/v1/module.js +1 -0
- package/esm/cosmos/epochs/v1beta1/events.js +2 -0
- package/esm/cosmos/epochs/v1beta1/genesis.js +2 -0
- package/esm/cosmos/epochs/v1beta1/query.js +4 -0
- package/esm/cosmos/epochs/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/epochs/v1beta1/query.rpc.Query.js +6 -6
- package/esm/cosmos/evidence/module/v1/module.js +1 -0
- package/esm/cosmos/feegrant/module/v1/module.js +1 -0
- package/esm/cosmos/feegrant/v1beta1/feegrant.js +4 -3
- package/esm/cosmos/feegrant/v1beta1/genesis.js +1 -0
- package/esm/cosmos/feegrant/v1beta1/query.js +6 -0
- package/esm/cosmos/feegrant/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/feegrant/v1beta1/query.rpc.Query.js +11 -9
- package/esm/cosmos/feegrant/v1beta1/tx.js +6 -0
- package/esm/cosmos/feegrant/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.msg.js +16 -9
- package/esm/cosmos/genutil/module/v1/module.js +1 -0
- package/esm/cosmos/gov/module/v1/module.js +1 -0
- package/esm/cosmos/gov/v1/genesis.js +1 -0
- package/esm/cosmos/gov/v1/gov.js +9 -2
- package/esm/cosmos/gov/v1/query.js +18 -0
- package/esm/cosmos/gov/v1/query.lcd.js +18 -27
- package/esm/cosmos/gov/v1/query.rpc.Query.js +27 -27
- package/esm/cosmos/gov/v1/tx.js +14 -0
- package/esm/cosmos/gov/v1/tx.registry.js +0 -139
- package/esm/cosmos/gov/v1/tx.rpc.msg.js +30 -21
- package/esm/cosmos/gov/v1beta1/genesis.js +1 -0
- package/esm/cosmos/gov/v1beta1/gov.js +10 -4
- package/esm/cosmos/gov/v1beta1/query.js +16 -0
- package/esm/cosmos/gov/v1beta1/query.lcd.js +16 -24
- package/esm/cosmos/gov/v1beta1/query.rpc.Query.js +24 -24
- package/esm/cosmos/gov/v1beta1/tx.js +8 -0
- package/esm/cosmos/gov/v1beta1/tx.registry.js +0 -85
- package/esm/cosmos/gov/v1beta1/tx.rpc.msg.js +17 -12
- package/esm/cosmos/group/module/v1/module.js +1 -0
- package/esm/cosmos/group/v1/events.js +11 -0
- package/esm/cosmos/group/v1/genesis.js +1 -0
- package/esm/cosmos/group/v1/query.js +28 -0
- package/esm/cosmos/group/v1/query.lcd.js +29 -43
- package/esm/cosmos/group/v1/query.rpc.Query.js +49 -43
- package/esm/cosmos/group/v1/tx.js +28 -1
- package/esm/cosmos/group/v1/tx.registry.js +0 -265
- package/esm/cosmos/group/v1/tx.rpc.msg.js +45 -42
- package/esm/cosmos/group/v1/types.js +11 -5
- package/esm/cosmos/ics23/v1/proofs.js +13 -2
- package/esm/cosmos/mint/module/v1/module.js +1 -0
- package/esm/cosmos/mint/v1beta1/genesis.js +1 -0
- package/esm/cosmos/mint/v1beta1/mint.js +3 -1
- package/esm/cosmos/mint/v1beta1/query.js +6 -0
- package/esm/cosmos/mint/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/mint/v1beta1/query.rpc.Query.js +9 -9
- package/esm/cosmos/mint/v1beta1/tx.js +2 -0
- package/esm/cosmos/mint/v1beta1/tx.registry.js +0 -31
- package/esm/cosmos/mint/v1beta1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/nft/module/v1/module.js +1 -0
- package/esm/cosmos/orm/module/v1alpha1/module.js +1 -0
- package/esm/cosmos/orm/query/v1alpha1/query.js +7 -0
- package/esm/cosmos/orm/query/v1alpha1/query.rpc.Query.js +6 -6
- package/esm/cosmos/params/module/v1/module.js +1 -0
- package/esm/cosmos/params/v1beta1/params.js +2 -1
- package/esm/cosmos/params/v1beta1/query.js +5 -0
- package/esm/cosmos/params/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/params/v1beta1/query.rpc.Query.js +9 -6
- package/esm/cosmos/protocolpool/module/v1/module.js +1 -0
- package/esm/cosmos/protocolpool/v1/genesis.js +1 -0
- package/esm/cosmos/protocolpool/v1/query.js +8 -0
- package/esm/cosmos/protocolpool/v1/query.lcd.js +8 -12
- package/esm/cosmos/protocolpool/v1/query.rpc.Query.js +12 -12
- package/esm/cosmos/protocolpool/v1/tx.js +11 -1
- package/esm/cosmos/protocolpool/v1/tx.registry.js +0 -103
- package/esm/cosmos/protocolpool/v1/tx.rpc.msg.js +26 -15
- package/esm/cosmos/protocolpool/v1/types.js +3 -1
- package/esm/cosmos/reflection/v1/reflection.js +2 -0
- package/esm/cosmos/slashing/module/v1/module.js +1 -0
- package/esm/cosmos/staking/module/v1/module.js +1 -0
- package/esm/cosmos/staking/v1beta1/authz.js +2 -2
- package/esm/cosmos/staking/v1beta1/genesis.js +2 -0
- package/esm/cosmos/staking/v1beta1/query.js +28 -0
- package/esm/cosmos/staking/v1beta1/query.lcd.js +28 -42
- package/esm/cosmos/staking/v1beta1/query.rpc.Query.js +67 -42
- package/esm/cosmos/staking/v1beta1/staking.js +23 -4
- package/esm/cosmos/staking/v1beta1/tx.js +16 -2
- package/esm/cosmos/staking/v1beta1/tx.registry.js +0 -139
- package/esm/cosmos/staking/v1beta1/tx.rpc.msg.js +32 -21
- package/esm/cosmos/store/internal/kv/v1beta1/kv.js +2 -0
- package/esm/cosmos/store/snapshots/v1/snapshot.js +7 -0
- package/esm/cosmos/store/streaming/abci/grpc.js +4 -0
- package/esm/cosmos/store/v1beta1/commit_info.js +3 -0
- package/esm/cosmos/store/v1beta1/listening.js +2 -0
- package/esm/cosmos/tx/config/v1/config.js +1 -0
- package/esm/cosmos/tx/signing/v1beta1/signing.js +5 -1
- package/esm/cosmos/tx/v1beta1/service.js +18 -2
- package/esm/cosmos/tx/v1beta1/service.lcd.js +6 -9
- package/esm/cosmos/tx/v1beta1/service.rpc.Service.js +37 -27
- package/esm/cosmos/tx/v1beta1/tx.js +13 -0
- package/esm/cosmos/upgrade/module/v1/module.js +1 -0
- package/esm/cosmos/upgrade/v1beta1/query.js +10 -0
- package/esm/cosmos/upgrade/v1beta1/query.lcd.js +10 -15
- package/esm/cosmos/upgrade/v1beta1/query.rpc.Query.js +24 -15
- package/esm/cosmos/upgrade/v1beta1/tx.js +4 -0
- package/esm/cosmos/upgrade/v1beta1/tx.registry.js +0 -49
- package/esm/cosmos/upgrade/v1beta1/tx.rpc.msg.js +14 -6
- package/esm/cosmos/upgrade/v1beta1/upgrade.js +4 -2
- package/esm/cosmos/vesting/module/v1/module.js +1 -0
- package/esm/cosmos/vesting/v1beta1/tx.js +6 -0
- package/esm/cosmos/vesting/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/vesting/v1beta1/tx.rpc.msg.js +19 -9
- package/esm/cosmos/vesting/v1beta1/vesting.js +6 -0
- package/esm/cosmos_proto/cosmos.js +0 -1
- package/esm/google/protobuf/any.js +0 -1
- package/esm/google/protobuf/descriptor.js +4 -24
- package/esm/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.js +4 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +4 -6
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +6 -6
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.js +6 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +0 -67
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +12 -9
- package/esm/ibc/applications/interchain_accounts/genesis/v1/genesis.js +5 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/host.js +2 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/query.js +2 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/query.lcd.js +2 -3
- package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +3 -3
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.js +4 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.registry.js +0 -49
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +9 -6
- package/esm/ibc/applications/interchain_accounts/v1/account.js +1 -1
- package/esm/ibc/applications/interchain_accounts/v1/metadata.js +1 -0
- package/esm/ibc/applications/interchain_accounts/v1/packet.js +2 -1
- package/esm/ibc/applications/packet_forward_middleware/v1/genesis.js +2 -0
- package/esm/ibc/applications/transfer/v1/authz.js +2 -1
- package/esm/ibc/applications/transfer/v1/denomtrace.js +1 -0
- package/esm/ibc/applications/transfer/v1/genesis.js +1 -0
- package/esm/ibc/applications/transfer/v1/packet.js +1 -0
- package/esm/ibc/applications/transfer/v1/query.js +12 -0
- package/esm/ibc/applications/transfer/v1/query.lcd.js +13 -19
- package/esm/ibc/applications/transfer/v1/query.rpc.Query.js +19 -19
- package/esm/ibc/applications/transfer/v1/token.js +3 -0
- package/esm/ibc/applications/transfer/v1/transfer.js +1 -0
- package/esm/ibc/applications/transfer/v1/tx.js +4 -0
- package/esm/ibc/applications/transfer/v1/tx.registry.js +0 -49
- package/esm/ibc/applications/transfer/v1/tx.rpc.msg.js +9 -6
- package/esm/ibc/core/channel/v1/channel.js +8 -2
- package/esm/ibc/core/channel/v1/genesis.js +2 -0
- package/esm/ibc/core/channel/v1/query.js +28 -0
- package/esm/ibc/core/channel/v1/query.lcd.js +29 -43
- package/esm/ibc/core/channel/v1/query.rpc.Query.js +51 -43
- package/esm/ibc/core/channel/v1/tx.js +20 -1
- package/esm/ibc/core/channel/v1/tx.registry.js +0 -193
- package/esm/ibc/core/channel/v1/tx.rpc.msg.js +34 -30
- package/esm/ibc/core/channel/v2/genesis.js +3 -0
- package/esm/ibc/core/channel/v2/packet.js +4 -1
- package/esm/ibc/core/channel/v2/query.js +16 -0
- package/esm/ibc/core/channel/v2/query.lcd.js +16 -24
- package/esm/ibc/core/channel/v2/query.rpc.Query.js +24 -24
- package/esm/ibc/core/channel/v2/tx.js +8 -1
- package/esm/ibc/core/channel/v2/tx.registry.js +0 -85
- package/esm/ibc/core/channel/v2/tx.rpc.msg.js +15 -12
- package/esm/ibc/core/client/v1/client.js +5 -0
- package/esm/ibc/core/client/v1/genesis.js +3 -0
- package/esm/ibc/core/client/v1/query.js +22 -0
- package/esm/ibc/core/client/v1/query.lcd.js +21 -31
- package/esm/ibc/core/client/v1/query.rpc.Query.js +36 -34
- package/esm/ibc/core/client/v1/tx.js +16 -0
- package/esm/ibc/core/client/v1/tx.registry.js +0 -157
- package/esm/ibc/core/client/v1/tx.rpc.msg.js +27 -24
- package/esm/ibc/core/client/v2/config.js +1 -0
- package/esm/ibc/core/client/v2/counterparty.js +1 -0
- package/esm/ibc/core/client/v2/genesis.js +2 -0
- package/esm/ibc/core/client/v2/query.js +4 -0
- package/esm/ibc/core/client/v2/query.lcd.js +4 -6
- package/esm/ibc/core/client/v2/query.rpc.Query.js +6 -6
- package/esm/ibc/core/client/v2/tx.js +4 -0
- package/esm/ibc/core/client/v2/tx.registry.js +0 -49
- package/esm/ibc/core/client/v2/tx.rpc.msg.js +9 -6
- package/esm/ibc/core/commitment/v1/commitment.js +3 -0
- package/esm/ibc/core/commitment/v2/commitment.js +1 -0
- package/esm/ibc/core/connection/v1/connection.js +7 -1
- package/esm/ibc/core/connection/v1/genesis.js +1 -0
- package/esm/ibc/core/connection/v1/query.js +12 -0
- package/esm/ibc/core/connection/v1/query.lcd.js +13 -19
- package/esm/ibc/core/connection/v1/query.rpc.Query.js +22 -19
- package/esm/ibc/core/connection/v1/tx.js +10 -0
- package/esm/ibc/core/connection/v1/tx.registry.js +0 -103
- package/esm/ibc/core/connection/v1/tx.rpc.msg.js +20 -15
- package/esm/ibc/lightclients/solomachine/v2/solomachine.js +16 -1
- package/esm/ibc/lightclients/solomachine/v3/solomachine.js +8 -0
- package/esm/ibc/lightclients/tendermint/v1/tendermint.js +5 -0
- package/esm/ibc/lightclients/wasm/v1/genesis.js +2 -0
- package/esm/ibc/lightclients/wasm/v1/query.js +4 -0
- package/esm/ibc/lightclients/wasm/v1/query.lcd.js +5 -7
- package/esm/ibc/lightclients/wasm/v1/query.rpc.Query.js +7 -7
- package/esm/ibc/lightclients/wasm/v1/tx.js +6 -0
- package/esm/ibc/lightclients/wasm/v1/tx.registry.js +0 -67
- package/esm/ibc/lightclients/wasm/v1/tx.rpc.msg.js +12 -9
- package/esm/ibc/lightclients/wasm/v1/wasm.js +4 -0
- package/esm/index.js +1 -0
- package/esm/sparkdream/blog/params.js +1 -0
- package/esm/sparkdream/blog/query.lcd.js +7 -10
- package/esm/sparkdream/blog/query.rpc.Query.js +10 -10
- package/esm/sparkdream/blog/tx.js +1 -0
- package/esm/sparkdream/blog/tx.registry.js +0 -85
- package/esm/sparkdream/blog/tx.rpc.msg.js +16 -12
- package/esm/sparkdream/sparkdream/params.js +1 -0
- package/esm/sparkdream/sparkdream/query.lcd.js +2 -3
- package/esm/sparkdream/sparkdream/query.rpc.Query.js +3 -3
- package/esm/sparkdream/sparkdream/tx.js +1 -0
- package/esm/sparkdream/sparkdream/tx.registry.js +0 -31
- package/esm/sparkdream/sparkdream/tx.rpc.msg.js +7 -3
- package/esm/tendermint/abci/types.js +0 -6
- package/esm/tendermint/types/types.js +0 -1
- package/esm/tendermint/types/validator.js +0 -1
- package/esm/types.js +7 -0
- package/google/api/http.d.ts +4 -295
- package/google/bundle.d.ts +37 -57
- package/google/protobuf/any.d.ts +2 -94
- package/google/protobuf/any.js +0 -1
- package/google/protobuf/descriptor.d.ts +35 -370
- package/google/protobuf/descriptor.js +6 -26
- package/google/protobuf/duration.d.ts +2 -65
- package/google/protobuf/timestamp.d.ts +2 -96
- package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +3 -8
- package/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +10 -21
- package/ibc/applications/interchain_accounts/controller/v1/query.js +4 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.lcd.d.ts +3 -3
- package/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +4 -6
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.d.ts +4 -4
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +6 -6
- package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +15 -39
- package/ibc/applications/interchain_accounts/controller/v1/tx.js +6 -0
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +2 -48
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +1 -69
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.d.ts +6 -5
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +14 -10
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +11 -42
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.js +5 -0
- package/ibc/applications/interchain_accounts/host/v1/host.d.ts +5 -18
- package/ibc/applications/interchain_accounts/host/v1/host.js +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.d.ts +6 -10
- package/ibc/applications/interchain_accounts/host/v1/query.js +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.lcd.d.ts +2 -2
- package/ibc/applications/interchain_accounts/host/v1/query.lcd.js +2 -3
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.d.ts +3 -3
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +3 -3
- package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +10 -23
- package/ibc/applications/interchain_accounts/host/v1/tx.js +4 -0
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +2 -36
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.js +1 -51
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.d.ts +5 -4
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +11 -7
- package/ibc/applications/interchain_accounts/v1/account.d.ts +4 -9
- package/ibc/applications/interchain_accounts/v1/account.js +1 -1
- package/ibc/applications/interchain_accounts/v1/metadata.d.ts +3 -13
- package/ibc/applications/interchain_accounts/v1/metadata.js +1 -0
- package/ibc/applications/interchain_accounts/v1/packet.d.ts +6 -14
- package/ibc/applications/interchain_accounts/v1/packet.js +3 -2
- package/ibc/applications/packet_forward_middleware/v1/genesis.d.ts +6 -31
- package/ibc/applications/packet_forward_middleware/v1/genesis.js +2 -0
- package/ibc/applications/transfer/v1/authz.d.ts +6 -20
- package/ibc/applications/transfer/v1/authz.js +2 -1
- package/ibc/applications/transfer/v1/denomtrace.d.ts +3 -10
- package/ibc/applications/transfer/v1/denomtrace.js +1 -0
- package/ibc/applications/transfer/v1/genesis.d.ts +6 -11
- package/ibc/applications/transfer/v1/genesis.js +1 -0
- package/ibc/applications/transfer/v1/packet.d.ts +3 -13
- package/ibc/applications/transfer/v1/packet.js +1 -0
- package/ibc/applications/transfer/v1/query.d.ts +29 -83
- package/ibc/applications/transfer/v1/query.js +12 -0
- package/ibc/applications/transfer/v1/query.lcd.d.ts +7 -7
- package/ibc/applications/transfer/v1/query.lcd.js +13 -19
- package/ibc/applications/transfer/v1/query.rpc.Query.d.ts +8 -8
- package/ibc/applications/transfer/v1/query.rpc.Query.js +19 -19
- package/ibc/applications/transfer/v1/token.d.ts +7 -18
- package/ibc/applications/transfer/v1/token.js +3 -0
- package/ibc/applications/transfer/v1/transfer.d.ts +3 -11
- package/ibc/applications/transfer/v1/transfer.js +1 -0
- package/ibc/applications/transfer/v1/tx.d.ts +11 -37
- package/ibc/applications/transfer/v1/tx.js +4 -0
- package/ibc/applications/transfer/v1/tx.registry.d.ts +2 -36
- package/ibc/applications/transfer/v1/tx.registry.js +1 -51
- package/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +5 -4
- package/ibc/applications/transfer/v1/tx.rpc.msg.js +11 -7
- package/ibc/bundle.d.ts +581 -848
- package/ibc/core/channel/v1/channel.d.ts +18 -96
- package/ibc/core/channel/v1/channel.js +9 -3
- package/ibc/core/channel/v1/genesis.d.ts +6 -23
- package/ibc/core/channel/v1/genesis.js +2 -0
- package/ibc/core/channel/v1/query.d.ts +61 -273
- package/ibc/core/channel/v1/query.js +28 -0
- package/ibc/core/channel/v1/query.lcd.d.ts +15 -15
- package/ibc/core/channel/v1/query.lcd.js +29 -43
- package/ibc/core/channel/v1/query.rpc.Query.d.ts +16 -16
- package/ibc/core/channel/v1/query.rpc.Query.js +51 -43
- package/ibc/core/channel/v1/tx.d.ts +43 -167
- package/ibc/core/channel/v1/tx.js +21 -2
- package/ibc/core/channel/v1/tx.registry.d.ts +2 -132
- package/ibc/core/channel/v1/tx.registry.js +1 -195
- package/ibc/core/channel/v1/tx.rpc.msg.d.ts +13 -12
- package/ibc/core/channel/v1/tx.rpc.msg.js +36 -31
- package/ibc/core/channel/v2/genesis.d.ts +7 -27
- package/ibc/core/channel/v2/genesis.js +3 -0
- package/ibc/core/channel/v2/packet.d.ts +9 -37
- package/ibc/core/channel/v2/packet.js +5 -2
- package/ibc/core/channel/v2/query.d.ts +36 -117
- package/ibc/core/channel/v2/query.js +16 -0
- package/ibc/core/channel/v2/query.lcd.d.ts +9 -9
- package/ibc/core/channel/v2/query.lcd.js +16 -24
- package/ibc/core/channel/v2/query.rpc.Query.d.ts +10 -10
- package/ibc/core/channel/v2/query.rpc.Query.js +24 -24
- package/ibc/core/channel/v2/tx.d.ts +19 -56
- package/ibc/core/channel/v2/tx.js +9 -2
- package/ibc/core/channel/v2/tx.registry.d.ts +2 -60
- package/ibc/core/channel/v2/tx.registry.js +1 -87
- package/ibc/core/channel/v2/tx.rpc.msg.d.ts +7 -6
- package/ibc/core/channel/v2/tx.rpc.msg.js +17 -13
- package/ibc/core/client/v1/client.d.ts +12 -53
- package/ibc/core/client/v1/client.js +5 -0
- package/ibc/core/client/v1/genesis.d.ts +8 -30
- package/ibc/core/client/v1/genesis.js +3 -0
- package/ibc/core/client/v1/query.d.ts +49 -191
- package/ibc/core/client/v1/query.js +22 -0
- package/ibc/core/client/v1/query.lcd.d.ts +11 -11
- package/ibc/core/client/v1/query.lcd.js +21 -31
- package/ibc/core/client/v1/query.rpc.Query.d.ts +13 -13
- package/ibc/core/client/v1/query.rpc.Query.js +36 -34
- package/ibc/core/client/v1/tx.d.ts +36 -107
- package/ibc/core/client/v1/tx.js +16 -0
- package/ibc/core/client/v1/tx.registry.d.ts +2 -108
- package/ibc/core/client/v1/tx.registry.js +1 -159
- package/ibc/core/client/v1/tx.rpc.msg.d.ts +11 -10
- package/ibc/core/client/v1/tx.rpc.msg.js +29 -25
- package/ibc/core/client/v2/config.d.ts +3 -10
- package/ibc/core/client/v2/config.js +1 -0
- package/ibc/core/client/v2/counterparty.d.ts +3 -6
- package/ibc/core/client/v2/counterparty.js +1 -0
- package/ibc/core/client/v2/genesis.d.ts +6 -12
- package/ibc/core/client/v2/genesis.js +2 -0
- package/ibc/core/client/v2/query.d.ts +11 -28
- package/ibc/core/client/v2/query.js +4 -0
- package/ibc/core/client/v2/query.lcd.d.ts +3 -3
- package/ibc/core/client/v2/query.lcd.js +4 -6
- package/ibc/core/client/v2/query.rpc.Query.d.ts +4 -4
- package/ibc/core/client/v2/query.rpc.Query.js +6 -6
- package/ibc/core/client/v2/tx.d.ts +10 -24
- package/ibc/core/client/v2/tx.js +4 -0
- package/ibc/core/client/v2/tx.registry.d.ts +2 -36
- package/ibc/core/client/v2/tx.registry.js +1 -51
- package/ibc/core/client/v2/tx.rpc.msg.d.ts +5 -4
- package/ibc/core/client/v2/tx.rpc.msg.js +11 -7
- package/ibc/core/commitment/v1/commitment.d.ts +8 -29
- package/ibc/core/commitment/v1/commitment.js +3 -0
- package/ibc/core/commitment/v2/commitment.d.ts +3 -37
- package/ibc/core/commitment/v2/commitment.js +1 -0
- package/ibc/core/connection/v1/connection.d.ts +16 -61
- package/ibc/core/connection/v1/connection.js +8 -2
- package/ibc/core/connection/v1/genesis.d.ts +4 -9
- package/ibc/core/connection/v1/genesis.js +1 -0
- package/ibc/core/connection/v1/query.d.ts +29 -107
- package/ibc/core/connection/v1/query.js +12 -0
- package/ibc/core/connection/v1/query.lcd.d.ts +7 -7
- package/ibc/core/connection/v1/query.lcd.js +13 -19
- package/ibc/core/connection/v1/query.rpc.Query.d.ts +8 -8
- package/ibc/core/connection/v1/query.rpc.Query.js +22 -19
- package/ibc/core/connection/v1/tx.d.ts +24 -107
- package/ibc/core/connection/v1/tx.js +10 -0
- package/ibc/core/connection/v1/tx.registry.d.ts +2 -72
- package/ibc/core/connection/v1/tx.registry.js +1 -105
- package/ibc/core/connection/v1/tx.rpc.msg.d.ts +8 -7
- package/ibc/core/connection/v1/tx.rpc.msg.js +22 -16
- package/ibc/lightclients/solomachine/v2/solomachine.d.ts +36 -149
- package/ibc/lightclients/solomachine/v2/solomachine.js +17 -2
- package/ibc/lightclients/solomachine/v3/solomachine.d.ts +18 -75
- package/ibc/lightclients/solomachine/v3/solomachine.js +8 -0
- package/ibc/lightclients/tendermint/v1/tendermint.d.ts +17 -74
- package/ibc/lightclients/tendermint/v1/tendermint.js +5 -0
- package/ibc/lightclients/wasm/v1/genesis.d.ts +5 -10
- package/ibc/lightclients/wasm/v1/genesis.js +2 -0
- package/ibc/lightclients/wasm/v1/query.d.ts +10 -22
- package/ibc/lightclients/wasm/v1/query.js +4 -0
- package/ibc/lightclients/wasm/v1/query.lcd.d.ts +3 -3
- package/ibc/lightclients/wasm/v1/query.lcd.js +5 -7
- package/ibc/lightclients/wasm/v1/query.rpc.Query.d.ts +4 -4
- package/ibc/lightclients/wasm/v1/query.rpc.Query.js +7 -7
- package/ibc/lightclients/wasm/v1/tx.d.ts +13 -33
- package/ibc/lightclients/wasm/v1/tx.js +6 -0
- package/ibc/lightclients/wasm/v1/tx.registry.d.ts +2 -48
- package/ibc/lightclients/wasm/v1/tx.registry.js +1 -69
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.d.ts +6 -5
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.js +14 -10
- package/ibc/lightclients/wasm/v1/wasm.d.ts +10 -29
- package/ibc/lightclients/wasm/v1/wasm.js +4 -0
- package/index.d.ts +1 -0
- package/index.js +1 -0
- package/package.json +1 -1
- package/sparkdream/blog/genesis.d.ts +3 -6
- package/sparkdream/blog/module/module.d.ts +2 -5
- package/sparkdream/blog/params.d.ts +3 -4
- package/sparkdream/blog/params.js +1 -0
- package/sparkdream/blog/post.d.ts +2 -7
- package/sparkdream/blog/query.d.ts +10 -29
- package/sparkdream/blog/query.lcd.d.ts +4 -4
- package/sparkdream/blog/query.lcd.js +7 -10
- package/sparkdream/blog/query.rpc.Query.d.ts +5 -5
- package/sparkdream/blog/query.rpc.Query.js +10 -10
- package/sparkdream/blog/tx.d.ts +11 -42
- package/sparkdream/blog/tx.js +1 -0
- package/sparkdream/blog/tx.registry.d.ts +2 -60
- package/sparkdream/blog/tx.registry.js +1 -87
- package/sparkdream/blog/tx.rpc.msg.d.ts +7 -6
- package/sparkdream/blog/tx.rpc.msg.js +18 -13
- package/sparkdream/bundle.d.ts +31 -103
- package/sparkdream/sparkdream/genesis.d.ts +3 -6
- package/sparkdream/sparkdream/module/module.d.ts +2 -5
- package/sparkdream/sparkdream/params.d.ts +3 -4
- package/sparkdream/sparkdream/params.js +1 -0
- package/sparkdream/sparkdream/query.d.ts +4 -10
- package/sparkdream/sparkdream/query.lcd.d.ts +2 -2
- package/sparkdream/sparkdream/query.lcd.js +2 -3
- package/sparkdream/sparkdream/query.rpc.Query.d.ts +3 -3
- package/sparkdream/sparkdream/query.rpc.Query.js +3 -3
- package/sparkdream/sparkdream/tx.d.ts +5 -14
- package/sparkdream/sparkdream/tx.js +1 -0
- package/sparkdream/sparkdream/tx.registry.d.ts +2 -24
- package/sparkdream/sparkdream/tx.registry.js +1 -33
- package/sparkdream/sparkdream/tx.rpc.msg.d.ts +4 -3
- package/sparkdream/sparkdream/tx.rpc.msg.js +9 -4
- package/tendermint/abci/types.d.ts +51 -356
- package/tendermint/abci/types.js +2 -8
- package/tendermint/bundle.d.ts +89 -97
- package/tendermint/crypto/keys.d.ts +2 -6
- package/tendermint/crypto/proof.d.ts +6 -34
- package/tendermint/p2p/types.d.ts +5 -28
- package/tendermint/types/block.d.ts +4 -9
- package/tendermint/types/evidence.d.ts +7 -29
- package/tendermint/types/params.d.ts +9 -54
- package/tendermint/types/types.d.ts +19 -133
- package/tendermint/types/types.js +1 -2
- package/tendermint/types/validator.d.ts +5 -20
- package/tendermint/types/validator.js +1 -2
- package/tendermint/version/types.d.ts +3 -20
- package/types.d.ts +74 -0
- package/types.js +8 -0
|
@@ -12,6 +12,7 @@ function createBaseAppDescriptor() {
|
|
|
12
12
|
}
|
|
13
13
|
export const AppDescriptor = {
|
|
14
14
|
typeUrl: "/cosmos.base.reflection.v2alpha1.AppDescriptor",
|
|
15
|
+
aminoType: "cosmos-sdk/AppDescriptor",
|
|
15
16
|
encode(message, writer = BinaryWriter.create()) {
|
|
16
17
|
if (message.authn !== undefined) {
|
|
17
18
|
AuthnDescriptor.encode(message.authn, writer.uint32(10).fork()).ldelim();
|
|
@@ -137,6 +138,7 @@ function createBaseTxDescriptor() {
|
|
|
137
138
|
}
|
|
138
139
|
export const TxDescriptor = {
|
|
139
140
|
typeUrl: "/cosmos.base.reflection.v2alpha1.TxDescriptor",
|
|
141
|
+
aminoType: "cosmos-sdk/TxDescriptor",
|
|
140
142
|
encode(message, writer = BinaryWriter.create()) {
|
|
141
143
|
if (message.fullname !== "") {
|
|
142
144
|
writer.uint32(10).string(message.fullname);
|
|
@@ -220,6 +222,7 @@ function createBaseAuthnDescriptor() {
|
|
|
220
222
|
}
|
|
221
223
|
export const AuthnDescriptor = {
|
|
222
224
|
typeUrl: "/cosmos.base.reflection.v2alpha1.AuthnDescriptor",
|
|
225
|
+
aminoType: "cosmos-sdk/AuthnDescriptor",
|
|
223
226
|
encode(message, writer = BinaryWriter.create()) {
|
|
224
227
|
for (const v of message.signModes) {
|
|
225
228
|
SigningModeDescriptor.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -294,6 +297,7 @@ function createBaseSigningModeDescriptor() {
|
|
|
294
297
|
}
|
|
295
298
|
export const SigningModeDescriptor = {
|
|
296
299
|
typeUrl: "/cosmos.base.reflection.v2alpha1.SigningModeDescriptor",
|
|
300
|
+
aminoType: "cosmos-sdk/SigningModeDescriptor",
|
|
297
301
|
encode(message, writer = BinaryWriter.create()) {
|
|
298
302
|
if (message.name !== "") {
|
|
299
303
|
writer.uint32(10).string(message.name);
|
|
@@ -385,6 +389,7 @@ function createBaseChainDescriptor() {
|
|
|
385
389
|
}
|
|
386
390
|
export const ChainDescriptor = {
|
|
387
391
|
typeUrl: "/cosmos.base.reflection.v2alpha1.ChainDescriptor",
|
|
392
|
+
aminoType: "cosmos-sdk/ChainDescriptor",
|
|
388
393
|
encode(message, writer = BinaryWriter.create()) {
|
|
389
394
|
if (message.id !== "") {
|
|
390
395
|
writer.uint32(10).string(message.id);
|
|
@@ -454,6 +459,7 @@ function createBaseCodecDescriptor() {
|
|
|
454
459
|
}
|
|
455
460
|
export const CodecDescriptor = {
|
|
456
461
|
typeUrl: "/cosmos.base.reflection.v2alpha1.CodecDescriptor",
|
|
462
|
+
aminoType: "cosmos-sdk/CodecDescriptor",
|
|
457
463
|
encode(message, writer = BinaryWriter.create()) {
|
|
458
464
|
for (const v of message.interfaces) {
|
|
459
465
|
InterfaceDescriptor.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -528,6 +534,7 @@ function createBaseInterfaceDescriptor() {
|
|
|
528
534
|
}
|
|
529
535
|
export const InterfaceDescriptor = {
|
|
530
536
|
typeUrl: "/cosmos.base.reflection.v2alpha1.InterfaceDescriptor",
|
|
537
|
+
aminoType: "cosmos-sdk/InterfaceDescriptor",
|
|
531
538
|
encode(message, writer = BinaryWriter.create()) {
|
|
532
539
|
if (message.fullname !== "") {
|
|
533
540
|
writer.uint32(10).string(message.fullname);
|
|
@@ -626,6 +633,7 @@ function createBaseInterfaceImplementerDescriptor() {
|
|
|
626
633
|
}
|
|
627
634
|
export const InterfaceImplementerDescriptor = {
|
|
628
635
|
typeUrl: "/cosmos.base.reflection.v2alpha1.InterfaceImplementerDescriptor",
|
|
636
|
+
aminoType: "cosmos-sdk/InterfaceImplementerDescriptor",
|
|
629
637
|
encode(message, writer = BinaryWriter.create()) {
|
|
630
638
|
if (message.fullname !== "") {
|
|
631
639
|
writer.uint32(10).string(message.fullname);
|
|
@@ -707,6 +715,7 @@ function createBaseInterfaceAcceptingMessageDescriptor() {
|
|
|
707
715
|
}
|
|
708
716
|
export const InterfaceAcceptingMessageDescriptor = {
|
|
709
717
|
typeUrl: "/cosmos.base.reflection.v2alpha1.InterfaceAcceptingMessageDescriptor",
|
|
718
|
+
aminoType: "cosmos-sdk/InterfaceAcceptingMessageDescriptor",
|
|
710
719
|
encode(message, writer = BinaryWriter.create()) {
|
|
711
720
|
if (message.fullname !== "") {
|
|
712
721
|
writer.uint32(10).string(message.fullname);
|
|
@@ -790,6 +799,7 @@ function createBaseConfigurationDescriptor() {
|
|
|
790
799
|
}
|
|
791
800
|
export const ConfigurationDescriptor = {
|
|
792
801
|
typeUrl: "/cosmos.base.reflection.v2alpha1.ConfigurationDescriptor",
|
|
802
|
+
aminoType: "cosmos-sdk/ConfigurationDescriptor",
|
|
793
803
|
encode(message, writer = BinaryWriter.create()) {
|
|
794
804
|
if (message.bech32AccountAddressPrefix !== "") {
|
|
795
805
|
writer.uint32(10).string(message.bech32AccountAddressPrefix);
|
|
@@ -859,6 +869,7 @@ function createBaseMsgDescriptor() {
|
|
|
859
869
|
}
|
|
860
870
|
export const MsgDescriptor = {
|
|
861
871
|
typeUrl: "/cosmos.base.reflection.v2alpha1.MsgDescriptor",
|
|
872
|
+
aminoType: "cosmos-sdk/MsgDescriptor",
|
|
862
873
|
encode(message, writer = BinaryWriter.create()) {
|
|
863
874
|
if (message.msgTypeUrl !== "") {
|
|
864
875
|
writer.uint32(10).string(message.msgTypeUrl);
|
|
@@ -926,6 +937,7 @@ function createBaseGetAuthnDescriptorRequest() {
|
|
|
926
937
|
}
|
|
927
938
|
export const GetAuthnDescriptorRequest = {
|
|
928
939
|
typeUrl: "/cosmos.base.reflection.v2alpha1.GetAuthnDescriptorRequest",
|
|
940
|
+
aminoType: "cosmos-sdk/GetAuthnDescriptorRequest",
|
|
929
941
|
encode(_, writer = BinaryWriter.create()) {
|
|
930
942
|
return writer;
|
|
931
943
|
},
|
|
@@ -984,6 +996,7 @@ function createBaseGetAuthnDescriptorResponse() {
|
|
|
984
996
|
}
|
|
985
997
|
export const GetAuthnDescriptorResponse = {
|
|
986
998
|
typeUrl: "/cosmos.base.reflection.v2alpha1.GetAuthnDescriptorResponse",
|
|
999
|
+
aminoType: "cosmos-sdk/GetAuthnDescriptorResponse",
|
|
987
1000
|
encode(message, writer = BinaryWriter.create()) {
|
|
988
1001
|
if (message.authn !== undefined) {
|
|
989
1002
|
AuthnDescriptor.encode(message.authn, writer.uint32(10).fork()).ldelim();
|
|
@@ -1051,6 +1064,7 @@ function createBaseGetChainDescriptorRequest() {
|
|
|
1051
1064
|
}
|
|
1052
1065
|
export const GetChainDescriptorRequest = {
|
|
1053
1066
|
typeUrl: "/cosmos.base.reflection.v2alpha1.GetChainDescriptorRequest",
|
|
1067
|
+
aminoType: "cosmos-sdk/GetChainDescriptorRequest",
|
|
1054
1068
|
encode(_, writer = BinaryWriter.create()) {
|
|
1055
1069
|
return writer;
|
|
1056
1070
|
},
|
|
@@ -1109,6 +1123,7 @@ function createBaseGetChainDescriptorResponse() {
|
|
|
1109
1123
|
}
|
|
1110
1124
|
export const GetChainDescriptorResponse = {
|
|
1111
1125
|
typeUrl: "/cosmos.base.reflection.v2alpha1.GetChainDescriptorResponse",
|
|
1126
|
+
aminoType: "cosmos-sdk/GetChainDescriptorResponse",
|
|
1112
1127
|
encode(message, writer = BinaryWriter.create()) {
|
|
1113
1128
|
if (message.chain !== undefined) {
|
|
1114
1129
|
ChainDescriptor.encode(message.chain, writer.uint32(10).fork()).ldelim();
|
|
@@ -1176,6 +1191,7 @@ function createBaseGetCodecDescriptorRequest() {
|
|
|
1176
1191
|
}
|
|
1177
1192
|
export const GetCodecDescriptorRequest = {
|
|
1178
1193
|
typeUrl: "/cosmos.base.reflection.v2alpha1.GetCodecDescriptorRequest",
|
|
1194
|
+
aminoType: "cosmos-sdk/GetCodecDescriptorRequest",
|
|
1179
1195
|
encode(_, writer = BinaryWriter.create()) {
|
|
1180
1196
|
return writer;
|
|
1181
1197
|
},
|
|
@@ -1234,6 +1250,7 @@ function createBaseGetCodecDescriptorResponse() {
|
|
|
1234
1250
|
}
|
|
1235
1251
|
export const GetCodecDescriptorResponse = {
|
|
1236
1252
|
typeUrl: "/cosmos.base.reflection.v2alpha1.GetCodecDescriptorResponse",
|
|
1253
|
+
aminoType: "cosmos-sdk/GetCodecDescriptorResponse",
|
|
1237
1254
|
encode(message, writer = BinaryWriter.create()) {
|
|
1238
1255
|
if (message.codec !== undefined) {
|
|
1239
1256
|
CodecDescriptor.encode(message.codec, writer.uint32(10).fork()).ldelim();
|
|
@@ -1301,6 +1318,7 @@ function createBaseGetConfigurationDescriptorRequest() {
|
|
|
1301
1318
|
}
|
|
1302
1319
|
export const GetConfigurationDescriptorRequest = {
|
|
1303
1320
|
typeUrl: "/cosmos.base.reflection.v2alpha1.GetConfigurationDescriptorRequest",
|
|
1321
|
+
aminoType: "cosmos-sdk/GetConfigurationDescriptorRequest",
|
|
1304
1322
|
encode(_, writer = BinaryWriter.create()) {
|
|
1305
1323
|
return writer;
|
|
1306
1324
|
},
|
|
@@ -1359,6 +1377,7 @@ function createBaseGetConfigurationDescriptorResponse() {
|
|
|
1359
1377
|
}
|
|
1360
1378
|
export const GetConfigurationDescriptorResponse = {
|
|
1361
1379
|
typeUrl: "/cosmos.base.reflection.v2alpha1.GetConfigurationDescriptorResponse",
|
|
1380
|
+
aminoType: "cosmos-sdk/GetConfigurationDescriptorResponse",
|
|
1362
1381
|
encode(message, writer = BinaryWriter.create()) {
|
|
1363
1382
|
if (message.config !== undefined) {
|
|
1364
1383
|
ConfigurationDescriptor.encode(message.config, writer.uint32(10).fork()).ldelim();
|
|
@@ -1426,6 +1445,7 @@ function createBaseGetQueryServicesDescriptorRequest() {
|
|
|
1426
1445
|
}
|
|
1427
1446
|
export const GetQueryServicesDescriptorRequest = {
|
|
1428
1447
|
typeUrl: "/cosmos.base.reflection.v2alpha1.GetQueryServicesDescriptorRequest",
|
|
1448
|
+
aminoType: "cosmos-sdk/GetQueryServicesDescriptorRequest",
|
|
1429
1449
|
encode(_, writer = BinaryWriter.create()) {
|
|
1430
1450
|
return writer;
|
|
1431
1451
|
},
|
|
@@ -1484,6 +1504,7 @@ function createBaseGetQueryServicesDescriptorResponse() {
|
|
|
1484
1504
|
}
|
|
1485
1505
|
export const GetQueryServicesDescriptorResponse = {
|
|
1486
1506
|
typeUrl: "/cosmos.base.reflection.v2alpha1.GetQueryServicesDescriptorResponse",
|
|
1507
|
+
aminoType: "cosmos-sdk/GetQueryServicesDescriptorResponse",
|
|
1487
1508
|
encode(message, writer = BinaryWriter.create()) {
|
|
1488
1509
|
if (message.queries !== undefined) {
|
|
1489
1510
|
QueryServicesDescriptor.encode(message.queries, writer.uint32(10).fork()).ldelim();
|
|
@@ -1551,6 +1572,7 @@ function createBaseGetTxDescriptorRequest() {
|
|
|
1551
1572
|
}
|
|
1552
1573
|
export const GetTxDescriptorRequest = {
|
|
1553
1574
|
typeUrl: "/cosmos.base.reflection.v2alpha1.GetTxDescriptorRequest",
|
|
1575
|
+
aminoType: "cosmos-sdk/GetTxDescriptorRequest",
|
|
1554
1576
|
encode(_, writer = BinaryWriter.create()) {
|
|
1555
1577
|
return writer;
|
|
1556
1578
|
},
|
|
@@ -1609,6 +1631,7 @@ function createBaseGetTxDescriptorResponse() {
|
|
|
1609
1631
|
}
|
|
1610
1632
|
export const GetTxDescriptorResponse = {
|
|
1611
1633
|
typeUrl: "/cosmos.base.reflection.v2alpha1.GetTxDescriptorResponse",
|
|
1634
|
+
aminoType: "cosmos-sdk/GetTxDescriptorResponse",
|
|
1612
1635
|
encode(message, writer = BinaryWriter.create()) {
|
|
1613
1636
|
if (message.tx !== undefined) {
|
|
1614
1637
|
TxDescriptor.encode(message.tx, writer.uint32(10).fork()).ldelim();
|
|
@@ -1678,6 +1701,7 @@ function createBaseQueryServicesDescriptor() {
|
|
|
1678
1701
|
}
|
|
1679
1702
|
export const QueryServicesDescriptor = {
|
|
1680
1703
|
typeUrl: "/cosmos.base.reflection.v2alpha1.QueryServicesDescriptor",
|
|
1704
|
+
aminoType: "cosmos-sdk/QueryServicesDescriptor",
|
|
1681
1705
|
encode(message, writer = BinaryWriter.create()) {
|
|
1682
1706
|
for (const v of message.queryServices) {
|
|
1683
1707
|
QueryServiceDescriptor.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -1752,6 +1776,7 @@ function createBaseQueryServiceDescriptor() {
|
|
|
1752
1776
|
}
|
|
1753
1777
|
export const QueryServiceDescriptor = {
|
|
1754
1778
|
typeUrl: "/cosmos.base.reflection.v2alpha1.QueryServiceDescriptor",
|
|
1779
|
+
aminoType: "cosmos-sdk/QueryServiceDescriptor",
|
|
1755
1780
|
encode(message, writer = BinaryWriter.create()) {
|
|
1756
1781
|
if (message.fullname !== "") {
|
|
1757
1782
|
writer.uint32(10).string(message.fullname);
|
|
@@ -1847,6 +1872,7 @@ function createBaseQueryMethodDescriptor() {
|
|
|
1847
1872
|
}
|
|
1848
1873
|
export const QueryMethodDescriptor = {
|
|
1849
1874
|
typeUrl: "/cosmos.base.reflection.v2alpha1.QueryMethodDescriptor",
|
|
1875
|
+
aminoType: "cosmos-sdk/QueryMethodDescriptor",
|
|
1850
1876
|
encode(message, writer = BinaryWriter.create()) {
|
|
1851
1877
|
if (message.name !== "") {
|
|
1852
1878
|
writer.uint32(10).string(message.name);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
//@ts-nocheck
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
-
import { Decimal } from "@
|
|
3
|
+
import { Decimal } from "@interchainjs/math";
|
|
4
4
|
function createBaseCoin() {
|
|
5
5
|
return {
|
|
6
6
|
denom: "",
|
|
@@ -9,6 +9,7 @@ function createBaseCoin() {
|
|
|
9
9
|
}
|
|
10
10
|
export const Coin = {
|
|
11
11
|
typeUrl: "/cosmos.base.v1beta1.Coin",
|
|
12
|
+
aminoType: "cosmos-sdk/Coin",
|
|
12
13
|
encode(message, writer = BinaryWriter.create()) {
|
|
13
14
|
if (message.denom !== "") {
|
|
14
15
|
writer.uint32(10).string(message.denom);
|
|
@@ -90,6 +91,7 @@ function createBaseDecCoin() {
|
|
|
90
91
|
}
|
|
91
92
|
export const DecCoin = {
|
|
92
93
|
typeUrl: "/cosmos.base.v1beta1.DecCoin",
|
|
94
|
+
aminoType: "cosmos-sdk/DecCoin",
|
|
93
95
|
encode(message, writer = BinaryWriter.create()) {
|
|
94
96
|
if (message.denom !== "") {
|
|
95
97
|
writer.uint32(10).string(message.denom);
|
|
@@ -170,6 +172,7 @@ function createBaseIntProto() {
|
|
|
170
172
|
}
|
|
171
173
|
export const IntProto = {
|
|
172
174
|
typeUrl: "/cosmos.base.v1beta1.IntProto",
|
|
175
|
+
aminoType: "cosmos-sdk/IntProto",
|
|
173
176
|
encode(message, writer = BinaryWriter.create()) {
|
|
174
177
|
if (message.int !== "") {
|
|
175
178
|
writer.uint32(10).string(message.int);
|
|
@@ -239,6 +242,7 @@ function createBaseDecProto() {
|
|
|
239
242
|
}
|
|
240
243
|
export const DecProto = {
|
|
241
244
|
typeUrl: "/cosmos.base.v1beta1.DecProto",
|
|
245
|
+
aminoType: "cosmos-sdk/DecProto",
|
|
242
246
|
encode(message, writer = BinaryWriter.create()) {
|
|
243
247
|
if (message.dec !== "") {
|
|
244
248
|
writer.uint32(10).string(Decimal.fromUserInput(message.dec, 18).atomics);
|
|
@@ -7,6 +7,7 @@ function createBaseModule() {
|
|
|
7
7
|
}
|
|
8
8
|
export const Module = {
|
|
9
9
|
typeUrl: "/cosmos.benchmark.module.v1.Module",
|
|
10
|
+
aminoType: "cosmos-sdk/Module",
|
|
10
11
|
encode(message, writer = BinaryWriter.create()) {
|
|
11
12
|
if (message.genesisParams !== undefined) {
|
|
12
13
|
GeneratorParams.encode(message.genesisParams, writer.uint32(10).fork()).ldelim();
|
|
@@ -86,6 +87,7 @@ function createBaseGeneratorParams() {
|
|
|
86
87
|
}
|
|
87
88
|
export const GeneratorParams = {
|
|
88
89
|
typeUrl: "/cosmos.benchmark.module.v1.GeneratorParams",
|
|
90
|
+
aminoType: "cosmos-sdk/GeneratorParams",
|
|
89
91
|
encode(message, writer = BinaryWriter.create()) {
|
|
90
92
|
if (message.seed !== BigInt(0)) {
|
|
91
93
|
writer.uint32(8).uint64(message.seed);
|
|
@@ -10,6 +10,7 @@ function createBaseMsgLoadTest() {
|
|
|
10
10
|
}
|
|
11
11
|
export const MsgLoadTest = {
|
|
12
12
|
typeUrl: "/cosmos.benchmark.v1.MsgLoadTest",
|
|
13
|
+
aminoType: "cosmos-sdk/tools/benchmark/v1/MsgLoadTest",
|
|
13
14
|
encode(message, writer = BinaryWriter.create()) {
|
|
14
15
|
if (message.caller.length !== 0) {
|
|
15
16
|
writer.uint32(10).bytes(message.caller);
|
|
@@ -94,6 +95,7 @@ function createBaseMsgLoadTestResponse() {
|
|
|
94
95
|
}
|
|
95
96
|
export const MsgLoadTestResponse = {
|
|
96
97
|
typeUrl: "/cosmos.benchmark.v1.MsgLoadTestResponse",
|
|
98
|
+
aminoType: "cosmos-sdk/MsgLoadTestResponse",
|
|
97
99
|
encode(message, writer = BinaryWriter.create()) {
|
|
98
100
|
if (message.totalTime !== BigInt(0)) {
|
|
99
101
|
writer.uint32(8).uint64(message.totalTime);
|
|
@@ -1,33 +1,2 @@
|
|
|
1
1
|
import { MsgLoadTest } from "./tx";
|
|
2
2
|
export const registry = [["/cosmos.benchmark.v1.MsgLoadTest", MsgLoadTest]];
|
|
3
|
-
export const load = (protoRegistry) => {
|
|
4
|
-
registry.forEach(([typeUrl, mod]) => {
|
|
5
|
-
protoRegistry.register(typeUrl, mod);
|
|
6
|
-
});
|
|
7
|
-
};
|
|
8
|
-
export const MessageComposer = {
|
|
9
|
-
encoded: {
|
|
10
|
-
loadTest(value) {
|
|
11
|
-
return {
|
|
12
|
-
typeUrl: "/cosmos.benchmark.v1.MsgLoadTest",
|
|
13
|
-
value: MsgLoadTest.encode(value).finish()
|
|
14
|
-
};
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
|
-
withTypeUrl: {
|
|
18
|
-
loadTest(value) {
|
|
19
|
-
return {
|
|
20
|
-
typeUrl: "/cosmos.benchmark.v1.MsgLoadTest",
|
|
21
|
-
value
|
|
22
|
-
};
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
fromPartial: {
|
|
26
|
-
loadTest(value) {
|
|
27
|
-
return {
|
|
28
|
-
typeUrl: "/cosmos.benchmark.v1.MsgLoadTest",
|
|
29
|
-
value: MsgLoadTest.fromPartial(value)
|
|
30
|
-
};
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
};
|
|
@@ -4,11 +4,14 @@ export class MsgClientImpl {
|
|
|
4
4
|
rpc;
|
|
5
5
|
constructor(rpc) {
|
|
6
6
|
this.rpc = rpc;
|
|
7
|
-
this.loadTest = this.loadTest.bind(this);
|
|
8
7
|
}
|
|
9
|
-
|
|
8
|
+
/* LoadTest defines a method for executing a sequence of load test operations. */
|
|
9
|
+
loadTest = async (request) => {
|
|
10
10
|
const data = MsgLoadTest.encode(request).finish();
|
|
11
11
|
const promise = this.rpc.request("cosmos.benchmark.v1.Msg", "LoadTest", data);
|
|
12
12
|
return promise.then(data => MsgLoadTestResponse.decode(new BinaryReader(data)));
|
|
13
|
-
}
|
|
13
|
+
};
|
|
14
14
|
}
|
|
15
|
+
export const createClientImpl = (rpc) => {
|
|
16
|
+
return new MsgClientImpl(rpc);
|
|
17
|
+
};
|
|
@@ -7,6 +7,7 @@ function createBaseModule() {
|
|
|
7
7
|
}
|
|
8
8
|
export const Module = {
|
|
9
9
|
typeUrl: "/cosmos.circuit.module.v1.Module",
|
|
10
|
+
aminoType: "cosmos-sdk/Module",
|
|
10
11
|
encode(message, writer = BinaryWriter.create()) {
|
|
11
12
|
if (message.authority !== "") {
|
|
12
13
|
writer.uint32(10).string(message.authority);
|
|
@@ -9,6 +9,7 @@ function createBaseQueryAccountRequest() {
|
|
|
9
9
|
}
|
|
10
10
|
export const QueryAccountRequest = {
|
|
11
11
|
typeUrl: "/cosmos.circuit.v1.QueryAccountRequest",
|
|
12
|
+
aminoType: "cosmos-sdk/QueryAccountRequest",
|
|
12
13
|
encode(message, writer = BinaryWriter.create()) {
|
|
13
14
|
if (message.address !== "") {
|
|
14
15
|
writer.uint32(10).string(message.address);
|
|
@@ -78,6 +79,7 @@ function createBaseAccountResponse() {
|
|
|
78
79
|
}
|
|
79
80
|
export const AccountResponse = {
|
|
80
81
|
typeUrl: "/cosmos.circuit.v1.AccountResponse",
|
|
82
|
+
aminoType: "cosmos-sdk/AccountResponse",
|
|
81
83
|
encode(message, writer = BinaryWriter.create()) {
|
|
82
84
|
if (message.permission !== undefined) {
|
|
83
85
|
Permissions.encode(message.permission, writer.uint32(10).fork()).ldelim();
|
|
@@ -147,6 +149,7 @@ function createBaseQueryAccountsRequest() {
|
|
|
147
149
|
}
|
|
148
150
|
export const QueryAccountsRequest = {
|
|
149
151
|
typeUrl: "/cosmos.circuit.v1.QueryAccountsRequest",
|
|
152
|
+
aminoType: "cosmos-sdk/QueryAccountsRequest",
|
|
150
153
|
encode(message, writer = BinaryWriter.create()) {
|
|
151
154
|
if (message.pagination !== undefined) {
|
|
152
155
|
PageRequest.encode(message.pagination, writer.uint32(10).fork()).ldelim();
|
|
@@ -217,6 +220,7 @@ function createBaseAccountsResponse() {
|
|
|
217
220
|
}
|
|
218
221
|
export const AccountsResponse = {
|
|
219
222
|
typeUrl: "/cosmos.circuit.v1.AccountsResponse",
|
|
223
|
+
aminoType: "cosmos-sdk/AccountsResponse",
|
|
220
224
|
encode(message, writer = BinaryWriter.create()) {
|
|
221
225
|
for (const v of message.accounts) {
|
|
222
226
|
GenesisAccountPermissions.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -298,6 +302,7 @@ function createBaseQueryDisabledListRequest() {
|
|
|
298
302
|
}
|
|
299
303
|
export const QueryDisabledListRequest = {
|
|
300
304
|
typeUrl: "/cosmos.circuit.v1.QueryDisabledListRequest",
|
|
305
|
+
aminoType: "cosmos-sdk/QueryDisabledListRequest",
|
|
301
306
|
encode(_, writer = BinaryWriter.create()) {
|
|
302
307
|
return writer;
|
|
303
308
|
},
|
|
@@ -356,6 +361,7 @@ function createBaseDisabledListResponse() {
|
|
|
356
361
|
}
|
|
357
362
|
export const DisabledListResponse = {
|
|
358
363
|
typeUrl: "/cosmos.circuit.v1.DisabledListResponse",
|
|
364
|
+
aminoType: "cosmos-sdk/DisabledListResponse",
|
|
359
365
|
encode(message, writer = BinaryWriter.create()) {
|
|
360
366
|
for (const v of message.disabledList) {
|
|
361
367
|
writer.uint32(10).string(v);
|
|
@@ -4,19 +4,16 @@ export class LCDQueryClient {
|
|
|
4
4
|
req;
|
|
5
5
|
constructor({ requestClient }) {
|
|
6
6
|
this.req = requestClient;
|
|
7
|
-
this.account = this.account.bind(this);
|
|
8
|
-
this.accounts = this.accounts.bind(this);
|
|
9
|
-
this.disabledList = this.disabledList.bind(this);
|
|
10
7
|
}
|
|
11
8
|
/* Account returns account permissions. */
|
|
12
|
-
async
|
|
9
|
+
account = async (params) => {
|
|
13
10
|
const endpoint = `cosmos/circuit/v1/accounts/${params.address}`;
|
|
14
11
|
return await this.req.get(endpoint);
|
|
15
|
-
}
|
|
12
|
+
};
|
|
16
13
|
/* Account returns account permissions. */
|
|
17
|
-
async
|
|
14
|
+
accounts = async (params = {
|
|
18
15
|
pagination: undefined
|
|
19
|
-
}) {
|
|
16
|
+
}) => {
|
|
20
17
|
const options = {
|
|
21
18
|
params: {}
|
|
22
19
|
};
|
|
@@ -25,10 +22,10 @@ export class LCDQueryClient {
|
|
|
25
22
|
}
|
|
26
23
|
const endpoint = `cosmos/circuit/v1/accounts`;
|
|
27
24
|
return await this.req.get(endpoint, options);
|
|
28
|
-
}
|
|
25
|
+
};
|
|
29
26
|
/* DisabledList returns a list of disabled message urls */
|
|
30
|
-
async
|
|
27
|
+
disabledList = async (_params = {}) => {
|
|
31
28
|
const endpoint = `cosmos/circuit/v1/disable_list`;
|
|
32
29
|
return await this.req.get(endpoint);
|
|
33
|
-
}
|
|
30
|
+
};
|
|
34
31
|
}
|
|
@@ -5,27 +5,27 @@ export class QueryClientImpl {
|
|
|
5
5
|
rpc;
|
|
6
6
|
constructor(rpc) {
|
|
7
7
|
this.rpc = rpc;
|
|
8
|
-
this.account = this.account.bind(this);
|
|
9
|
-
this.accounts = this.accounts.bind(this);
|
|
10
|
-
this.disabledList = this.disabledList.bind(this);
|
|
11
8
|
}
|
|
12
|
-
account
|
|
9
|
+
/* Account returns account permissions. */
|
|
10
|
+
account = async (request) => {
|
|
13
11
|
const data = QueryAccountRequest.encode(request).finish();
|
|
14
12
|
const promise = this.rpc.request("cosmos.circuit.v1.Query", "Account", data);
|
|
15
13
|
return promise.then(data => AccountResponse.decode(new BinaryReader(data)));
|
|
16
|
-
}
|
|
17
|
-
|
|
14
|
+
};
|
|
15
|
+
/* Account returns account permissions. */
|
|
16
|
+
accounts = async (request = {
|
|
18
17
|
pagination: undefined
|
|
19
|
-
}) {
|
|
18
|
+
}) => {
|
|
20
19
|
const data = QueryAccountsRequest.encode(request).finish();
|
|
21
20
|
const promise = this.rpc.request("cosmos.circuit.v1.Query", "Accounts", data);
|
|
22
21
|
return promise.then(data => AccountsResponse.decode(new BinaryReader(data)));
|
|
23
|
-
}
|
|
24
|
-
|
|
22
|
+
};
|
|
23
|
+
/* DisabledList returns a list of disabled message urls */
|
|
24
|
+
disabledList = async (request = {}) => {
|
|
25
25
|
const data = QueryDisabledListRequest.encode(request).finish();
|
|
26
26
|
const promise = this.rpc.request("cosmos.circuit.v1.Query", "DisabledList", data);
|
|
27
27
|
return promise.then(data => DisabledListResponse.decode(new BinaryReader(data)));
|
|
28
|
-
}
|
|
28
|
+
};
|
|
29
29
|
}
|
|
30
30
|
export const createRpcQueryExtension = (base) => {
|
|
31
31
|
const rpc = createProtobufRpcClient(base);
|
|
@@ -10,6 +10,7 @@ function createBaseMsgAuthorizeCircuitBreaker() {
|
|
|
10
10
|
}
|
|
11
11
|
export const MsgAuthorizeCircuitBreaker = {
|
|
12
12
|
typeUrl: "/cosmos.circuit.v1.MsgAuthorizeCircuitBreaker",
|
|
13
|
+
aminoType: "cosmos-sdk/MsgAuthorizeCircuitBreaker",
|
|
13
14
|
encode(message, writer = BinaryWriter.create()) {
|
|
14
15
|
if (message.granter !== "") {
|
|
15
16
|
writer.uint32(10).string(message.granter);
|
|
@@ -101,6 +102,7 @@ function createBaseMsgAuthorizeCircuitBreakerResponse() {
|
|
|
101
102
|
}
|
|
102
103
|
export const MsgAuthorizeCircuitBreakerResponse = {
|
|
103
104
|
typeUrl: "/cosmos.circuit.v1.MsgAuthorizeCircuitBreakerResponse",
|
|
105
|
+
aminoType: "cosmos-sdk/MsgAuthorizeCircuitBreakerResponse",
|
|
104
106
|
encode(message, writer = BinaryWriter.create()) {
|
|
105
107
|
if (message.success === true) {
|
|
106
108
|
writer.uint32(8).bool(message.success);
|
|
@@ -171,6 +173,7 @@ function createBaseMsgTripCircuitBreaker() {
|
|
|
171
173
|
}
|
|
172
174
|
export const MsgTripCircuitBreaker = {
|
|
173
175
|
typeUrl: "/cosmos.circuit.v1.MsgTripCircuitBreaker",
|
|
176
|
+
aminoType: "cosmos-sdk/MsgTripCircuitBreaker",
|
|
174
177
|
encode(message, writer = BinaryWriter.create()) {
|
|
175
178
|
if (message.authority !== "") {
|
|
176
179
|
writer.uint32(10).string(message.authority);
|
|
@@ -254,6 +257,7 @@ function createBaseMsgTripCircuitBreakerResponse() {
|
|
|
254
257
|
}
|
|
255
258
|
export const MsgTripCircuitBreakerResponse = {
|
|
256
259
|
typeUrl: "/cosmos.circuit.v1.MsgTripCircuitBreakerResponse",
|
|
260
|
+
aminoType: "cosmos-sdk/MsgTripCircuitBreakerResponse",
|
|
257
261
|
encode(message, writer = BinaryWriter.create()) {
|
|
258
262
|
if (message.success === true) {
|
|
259
263
|
writer.uint32(8).bool(message.success);
|
|
@@ -324,6 +328,7 @@ function createBaseMsgResetCircuitBreaker() {
|
|
|
324
328
|
}
|
|
325
329
|
export const MsgResetCircuitBreaker = {
|
|
326
330
|
typeUrl: "/cosmos.circuit.v1.MsgResetCircuitBreaker",
|
|
331
|
+
aminoType: "cosmos-sdk/MsgResetCircuitBreaker",
|
|
327
332
|
encode(message, writer = BinaryWriter.create()) {
|
|
328
333
|
if (message.authority !== "") {
|
|
329
334
|
writer.uint32(10).string(message.authority);
|
|
@@ -407,6 +412,7 @@ function createBaseMsgResetCircuitBreakerResponse() {
|
|
|
407
412
|
}
|
|
408
413
|
export const MsgResetCircuitBreakerResponse = {
|
|
409
414
|
typeUrl: "/cosmos.circuit.v1.MsgResetCircuitBreakerResponse",
|
|
415
|
+
aminoType: "cosmos-sdk/MsgResetCircuitBreakerResponse",
|
|
410
416
|
encode(message, writer = BinaryWriter.create()) {
|
|
411
417
|
if (message.success === true) {
|
|
412
418
|
writer.uint32(8).bool(message.success);
|
|
@@ -1,69 +1,2 @@
|
|
|
1
1
|
import { MsgAuthorizeCircuitBreaker, MsgTripCircuitBreaker, MsgResetCircuitBreaker } from "./tx";
|
|
2
2
|
export const registry = [["/cosmos.circuit.v1.MsgAuthorizeCircuitBreaker", MsgAuthorizeCircuitBreaker], ["/cosmos.circuit.v1.MsgTripCircuitBreaker", MsgTripCircuitBreaker], ["/cosmos.circuit.v1.MsgResetCircuitBreaker", MsgResetCircuitBreaker]];
|
|
3
|
-
export const load = (protoRegistry) => {
|
|
4
|
-
registry.forEach(([typeUrl, mod]) => {
|
|
5
|
-
protoRegistry.register(typeUrl, mod);
|
|
6
|
-
});
|
|
7
|
-
};
|
|
8
|
-
export const MessageComposer = {
|
|
9
|
-
encoded: {
|
|
10
|
-
authorizeCircuitBreaker(value) {
|
|
11
|
-
return {
|
|
12
|
-
typeUrl: "/cosmos.circuit.v1.MsgAuthorizeCircuitBreaker",
|
|
13
|
-
value: MsgAuthorizeCircuitBreaker.encode(value).finish()
|
|
14
|
-
};
|
|
15
|
-
},
|
|
16
|
-
tripCircuitBreaker(value) {
|
|
17
|
-
return {
|
|
18
|
-
typeUrl: "/cosmos.circuit.v1.MsgTripCircuitBreaker",
|
|
19
|
-
value: MsgTripCircuitBreaker.encode(value).finish()
|
|
20
|
-
};
|
|
21
|
-
},
|
|
22
|
-
resetCircuitBreaker(value) {
|
|
23
|
-
return {
|
|
24
|
-
typeUrl: "/cosmos.circuit.v1.MsgResetCircuitBreaker",
|
|
25
|
-
value: MsgResetCircuitBreaker.encode(value).finish()
|
|
26
|
-
};
|
|
27
|
-
}
|
|
28
|
-
},
|
|
29
|
-
withTypeUrl: {
|
|
30
|
-
authorizeCircuitBreaker(value) {
|
|
31
|
-
return {
|
|
32
|
-
typeUrl: "/cosmos.circuit.v1.MsgAuthorizeCircuitBreaker",
|
|
33
|
-
value
|
|
34
|
-
};
|
|
35
|
-
},
|
|
36
|
-
tripCircuitBreaker(value) {
|
|
37
|
-
return {
|
|
38
|
-
typeUrl: "/cosmos.circuit.v1.MsgTripCircuitBreaker",
|
|
39
|
-
value
|
|
40
|
-
};
|
|
41
|
-
},
|
|
42
|
-
resetCircuitBreaker(value) {
|
|
43
|
-
return {
|
|
44
|
-
typeUrl: "/cosmos.circuit.v1.MsgResetCircuitBreaker",
|
|
45
|
-
value
|
|
46
|
-
};
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
fromPartial: {
|
|
50
|
-
authorizeCircuitBreaker(value) {
|
|
51
|
-
return {
|
|
52
|
-
typeUrl: "/cosmos.circuit.v1.MsgAuthorizeCircuitBreaker",
|
|
53
|
-
value: MsgAuthorizeCircuitBreaker.fromPartial(value)
|
|
54
|
-
};
|
|
55
|
-
},
|
|
56
|
-
tripCircuitBreaker(value) {
|
|
57
|
-
return {
|
|
58
|
-
typeUrl: "/cosmos.circuit.v1.MsgTripCircuitBreaker",
|
|
59
|
-
value: MsgTripCircuitBreaker.fromPartial(value)
|
|
60
|
-
};
|
|
61
|
-
},
|
|
62
|
-
resetCircuitBreaker(value) {
|
|
63
|
-
return {
|
|
64
|
-
typeUrl: "/cosmos.circuit.v1.MsgResetCircuitBreaker",
|
|
65
|
-
value: MsgResetCircuitBreaker.fromPartial(value)
|
|
66
|
-
};
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
};
|
|
@@ -4,23 +4,28 @@ export class MsgClientImpl {
|
|
|
4
4
|
rpc;
|
|
5
5
|
constructor(rpc) {
|
|
6
6
|
this.rpc = rpc;
|
|
7
|
-
this.authorizeCircuitBreaker = this.authorizeCircuitBreaker.bind(this);
|
|
8
|
-
this.tripCircuitBreaker = this.tripCircuitBreaker.bind(this);
|
|
9
|
-
this.resetCircuitBreaker = this.resetCircuitBreaker.bind(this);
|
|
10
7
|
}
|
|
11
|
-
|
|
8
|
+
/* AuthorizeCircuitBreaker allows a super-admin to grant (or revoke) another
|
|
9
|
+
account's circuit breaker permissions. */
|
|
10
|
+
authorizeCircuitBreaker = async (request) => {
|
|
12
11
|
const data = MsgAuthorizeCircuitBreaker.encode(request).finish();
|
|
13
12
|
const promise = this.rpc.request("cosmos.circuit.v1.Msg", "AuthorizeCircuitBreaker", data);
|
|
14
13
|
return promise.then(data => MsgAuthorizeCircuitBreakerResponse.decode(new BinaryReader(data)));
|
|
15
|
-
}
|
|
16
|
-
|
|
14
|
+
};
|
|
15
|
+
/* TripCircuitBreaker pauses processing of Msg's in the state machine. */
|
|
16
|
+
tripCircuitBreaker = async (request) => {
|
|
17
17
|
const data = MsgTripCircuitBreaker.encode(request).finish();
|
|
18
18
|
const promise = this.rpc.request("cosmos.circuit.v1.Msg", "TripCircuitBreaker", data);
|
|
19
19
|
return promise.then(data => MsgTripCircuitBreakerResponse.decode(new BinaryReader(data)));
|
|
20
|
-
}
|
|
21
|
-
|
|
20
|
+
};
|
|
21
|
+
/* ResetCircuitBreaker resumes processing of Msg's in the state machine that
|
|
22
|
+
have been been paused using TripCircuitBreaker. */
|
|
23
|
+
resetCircuitBreaker = async (request) => {
|
|
22
24
|
const data = MsgResetCircuitBreaker.encode(request).finish();
|
|
23
25
|
const promise = this.rpc.request("cosmos.circuit.v1.Msg", "ResetCircuitBreaker", data);
|
|
24
26
|
return promise.then(data => MsgResetCircuitBreakerResponse.decode(new BinaryReader(data)));
|
|
25
|
-
}
|
|
27
|
+
};
|
|
26
28
|
}
|
|
29
|
+
export const createClientImpl = (rpc) => {
|
|
30
|
+
return new MsgClientImpl(rpc);
|
|
31
|
+
};
|
|
@@ -27,7 +27,6 @@ export var Permissions_Level;
|
|
|
27
27
|
Permissions_Level[Permissions_Level["LEVEL_SUPER_ADMIN"] = 3] = "LEVEL_SUPER_ADMIN";
|
|
28
28
|
Permissions_Level[Permissions_Level["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
|
|
29
29
|
})(Permissions_Level || (Permissions_Level = {}));
|
|
30
|
-
export const Permissions_LevelSDKType = Permissions_Level;
|
|
31
30
|
export const Permissions_LevelAmino = Permissions_Level;
|
|
32
31
|
export function permissions_LevelFromJSON(object) {
|
|
33
32
|
switch (object) {
|
|
@@ -72,6 +71,7 @@ function createBasePermissions() {
|
|
|
72
71
|
}
|
|
73
72
|
export const Permissions = {
|
|
74
73
|
typeUrl: "/cosmos.circuit.v1.Permissions",
|
|
74
|
+
aminoType: "cosmos-sdk/Permissions",
|
|
75
75
|
encode(message, writer = BinaryWriter.create()) {
|
|
76
76
|
if (message.level !== 0) {
|
|
77
77
|
writer.uint32(8).int32(message.level);
|
|
@@ -156,6 +156,7 @@ function createBaseGenesisAccountPermissions() {
|
|
|
156
156
|
}
|
|
157
157
|
export const GenesisAccountPermissions = {
|
|
158
158
|
typeUrl: "/cosmos.circuit.v1.GenesisAccountPermissions",
|
|
159
|
+
aminoType: "cosmos-sdk/GenesisAccountPermissions",
|
|
159
160
|
encode(message, writer = BinaryWriter.create()) {
|
|
160
161
|
if (message.address !== "") {
|
|
161
162
|
writer.uint32(10).string(message.address);
|
|
@@ -237,6 +238,7 @@ function createBaseGenesisState() {
|
|
|
237
238
|
}
|
|
238
239
|
export const GenesisState = {
|
|
239
240
|
typeUrl: "/cosmos.circuit.v1.GenesisState",
|
|
241
|
+
aminoType: "cosmos-sdk/GenesisState",
|
|
240
242
|
encode(message, writer = BinaryWriter.create()) {
|
|
241
243
|
for (const v of message.accountPermissions) {
|
|
242
244
|
GenesisAccountPermissions.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -7,6 +7,7 @@ function createBaseModule() {
|
|
|
7
7
|
}
|
|
8
8
|
export const Module = {
|
|
9
9
|
typeUrl: "/cosmos.consensus.module.v1.Module",
|
|
10
|
+
aminoType: "cosmos-sdk/Module",
|
|
10
11
|
encode(message, writer = BinaryWriter.create()) {
|
|
11
12
|
if (message.authority !== "") {
|
|
12
13
|
writer.uint32(10).string(message.authority);
|