@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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GrantAuthorization, GrantAuthorizationAmino
|
|
1
|
+
import { GrantAuthorization, GrantAuthorizationAmino } from "./authz";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
3
|
import { DeepPartial } from "../../../helpers";
|
|
4
4
|
/** GenesisState defines the authz module's genesis state. */
|
|
@@ -17,12 +17,9 @@ export interface GenesisStateAminoMsg {
|
|
|
17
17
|
type: "cosmos-sdk/GenesisState";
|
|
18
18
|
value: GenesisStateAmino;
|
|
19
19
|
}
|
|
20
|
-
/** GenesisState defines the authz module's genesis state. */
|
|
21
|
-
export interface GenesisStateSDKType {
|
|
22
|
-
authorization: GrantAuthorizationSDKType[];
|
|
23
|
-
}
|
|
24
20
|
export declare const GenesisState: {
|
|
25
21
|
typeUrl: string;
|
|
22
|
+
aminoType: string;
|
|
26
23
|
encode(message: GenesisState, writer?: BinaryWriter): BinaryWriter;
|
|
27
24
|
decode(input: BinaryReader | Uint8Array, length?: number): GenesisState;
|
|
28
25
|
fromPartial(object: DeepPartial<GenesisState>): GenesisState;
|
|
@@ -11,6 +11,7 @@ function createBaseGenesisState() {
|
|
|
11
11
|
}
|
|
12
12
|
exports.GenesisState = {
|
|
13
13
|
typeUrl: "/cosmos.authz.v1beta1.GenesisState",
|
|
14
|
+
aminoType: "cosmos-sdk/GenesisState",
|
|
14
15
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
15
16
|
for (const v of message.authorization) {
|
|
16
17
|
authz_1.GrantAuthorization.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { PageRequest, PageRequestAmino,
|
|
2
|
-
import { Grant, GrantAmino,
|
|
1
|
+
import { PageRequest, PageRequestAmino, PageResponse, PageResponseAmino } from "../../base/query/v1beta1/pagination";
|
|
2
|
+
import { Grant, GrantAmino, GrantAuthorization, GrantAuthorizationAmino } from "./authz";
|
|
3
3
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
4
|
import { DeepPartial } from "../../../helpers";
|
|
5
5
|
/** QueryGrantsRequest is the request type for the Query/Grants RPC method. */
|
|
@@ -28,13 +28,6 @@ export interface QueryGrantsRequestAminoMsg {
|
|
|
28
28
|
type: "cosmos-sdk/QueryGrantsRequest";
|
|
29
29
|
value: QueryGrantsRequestAmino;
|
|
30
30
|
}
|
|
31
|
-
/** QueryGrantsRequest is the request type for the Query/Grants RPC method. */
|
|
32
|
-
export interface QueryGrantsRequestSDKType {
|
|
33
|
-
granter: string;
|
|
34
|
-
grantee: string;
|
|
35
|
-
msg_type_url: string;
|
|
36
|
-
pagination?: PageRequestSDKType;
|
|
37
|
-
}
|
|
38
31
|
/** QueryGrantsResponse is the response type for the Query/Authorizations RPC method. */
|
|
39
32
|
export interface QueryGrantsResponse {
|
|
40
33
|
/** authorizations is a list of grants granted for grantee by granter. */
|
|
@@ -57,11 +50,6 @@ export interface QueryGrantsResponseAminoMsg {
|
|
|
57
50
|
type: "cosmos-sdk/QueryGrantsResponse";
|
|
58
51
|
value: QueryGrantsResponseAmino;
|
|
59
52
|
}
|
|
60
|
-
/** QueryGrantsResponse is the response type for the Query/Authorizations RPC method. */
|
|
61
|
-
export interface QueryGrantsResponseSDKType {
|
|
62
|
-
grants: GrantSDKType[];
|
|
63
|
-
pagination?: PageResponseSDKType;
|
|
64
|
-
}
|
|
65
53
|
/** QueryGranterGrantsRequest is the request type for the Query/GranterGrants RPC method. */
|
|
66
54
|
export interface QueryGranterGrantsRequest {
|
|
67
55
|
granter: string;
|
|
@@ -82,11 +70,6 @@ export interface QueryGranterGrantsRequestAminoMsg {
|
|
|
82
70
|
type: "cosmos-sdk/QueryGranterGrantsRequest";
|
|
83
71
|
value: QueryGranterGrantsRequestAmino;
|
|
84
72
|
}
|
|
85
|
-
/** QueryGranterGrantsRequest is the request type for the Query/GranterGrants RPC method. */
|
|
86
|
-
export interface QueryGranterGrantsRequestSDKType {
|
|
87
|
-
granter: string;
|
|
88
|
-
pagination?: PageRequestSDKType;
|
|
89
|
-
}
|
|
90
73
|
/** QueryGranterGrantsResponse is the response type for the Query/GranterGrants RPC method. */
|
|
91
74
|
export interface QueryGranterGrantsResponse {
|
|
92
75
|
/** grants is a list of grants granted by the granter. */
|
|
@@ -109,11 +92,6 @@ export interface QueryGranterGrantsResponseAminoMsg {
|
|
|
109
92
|
type: "cosmos-sdk/QueryGranterGrantsResponse";
|
|
110
93
|
value: QueryGranterGrantsResponseAmino;
|
|
111
94
|
}
|
|
112
|
-
/** QueryGranterGrantsResponse is the response type for the Query/GranterGrants RPC method. */
|
|
113
|
-
export interface QueryGranterGrantsResponseSDKType {
|
|
114
|
-
grants: GrantAuthorizationSDKType[];
|
|
115
|
-
pagination?: PageResponseSDKType;
|
|
116
|
-
}
|
|
117
95
|
/** QueryGranteeGrantsRequest is the request type for the Query/GranteeGrants RPC method. */
|
|
118
96
|
export interface QueryGranteeGrantsRequest {
|
|
119
97
|
grantee: string;
|
|
@@ -134,11 +112,6 @@ export interface QueryGranteeGrantsRequestAminoMsg {
|
|
|
134
112
|
type: "cosmos-sdk/QueryGranteeGrantsRequest";
|
|
135
113
|
value: QueryGranteeGrantsRequestAmino;
|
|
136
114
|
}
|
|
137
|
-
/** QueryGranteeGrantsRequest is the request type for the Query/GranteeGrants RPC method. */
|
|
138
|
-
export interface QueryGranteeGrantsRequestSDKType {
|
|
139
|
-
grantee: string;
|
|
140
|
-
pagination?: PageRequestSDKType;
|
|
141
|
-
}
|
|
142
115
|
/** QueryGranteeGrantsResponse is the response type for the Query/GranteeGrants RPC method. */
|
|
143
116
|
export interface QueryGranteeGrantsResponse {
|
|
144
117
|
/** grants is a list of grants granted to the grantee. */
|
|
@@ -161,13 +134,9 @@ export interface QueryGranteeGrantsResponseAminoMsg {
|
|
|
161
134
|
type: "cosmos-sdk/QueryGranteeGrantsResponse";
|
|
162
135
|
value: QueryGranteeGrantsResponseAmino;
|
|
163
136
|
}
|
|
164
|
-
/** QueryGranteeGrantsResponse is the response type for the Query/GranteeGrants RPC method. */
|
|
165
|
-
export interface QueryGranteeGrantsResponseSDKType {
|
|
166
|
-
grants: GrantAuthorizationSDKType[];
|
|
167
|
-
pagination?: PageResponseSDKType;
|
|
168
|
-
}
|
|
169
137
|
export declare const QueryGrantsRequest: {
|
|
170
138
|
typeUrl: string;
|
|
139
|
+
aminoType: string;
|
|
171
140
|
encode(message: QueryGrantsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
172
141
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryGrantsRequest;
|
|
173
142
|
fromPartial(object: DeepPartial<QueryGrantsRequest>): QueryGrantsRequest;
|
|
@@ -181,6 +150,7 @@ export declare const QueryGrantsRequest: {
|
|
|
181
150
|
};
|
|
182
151
|
export declare const QueryGrantsResponse: {
|
|
183
152
|
typeUrl: string;
|
|
153
|
+
aminoType: string;
|
|
184
154
|
encode(message: QueryGrantsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
185
155
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryGrantsResponse;
|
|
186
156
|
fromPartial(object: DeepPartial<QueryGrantsResponse>): QueryGrantsResponse;
|
|
@@ -194,6 +164,7 @@ export declare const QueryGrantsResponse: {
|
|
|
194
164
|
};
|
|
195
165
|
export declare const QueryGranterGrantsRequest: {
|
|
196
166
|
typeUrl: string;
|
|
167
|
+
aminoType: string;
|
|
197
168
|
encode(message: QueryGranterGrantsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
198
169
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryGranterGrantsRequest;
|
|
199
170
|
fromPartial(object: DeepPartial<QueryGranterGrantsRequest>): QueryGranterGrantsRequest;
|
|
@@ -207,6 +178,7 @@ export declare const QueryGranterGrantsRequest: {
|
|
|
207
178
|
};
|
|
208
179
|
export declare const QueryGranterGrantsResponse: {
|
|
209
180
|
typeUrl: string;
|
|
181
|
+
aminoType: string;
|
|
210
182
|
encode(message: QueryGranterGrantsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
211
183
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryGranterGrantsResponse;
|
|
212
184
|
fromPartial(object: DeepPartial<QueryGranterGrantsResponse>): QueryGranterGrantsResponse;
|
|
@@ -220,6 +192,7 @@ export declare const QueryGranterGrantsResponse: {
|
|
|
220
192
|
};
|
|
221
193
|
export declare const QueryGranteeGrantsRequest: {
|
|
222
194
|
typeUrl: string;
|
|
195
|
+
aminoType: string;
|
|
223
196
|
encode(message: QueryGranteeGrantsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
224
197
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryGranteeGrantsRequest;
|
|
225
198
|
fromPartial(object: DeepPartial<QueryGranteeGrantsRequest>): QueryGranteeGrantsRequest;
|
|
@@ -233,6 +206,7 @@ export declare const QueryGranteeGrantsRequest: {
|
|
|
233
206
|
};
|
|
234
207
|
export declare const QueryGranteeGrantsResponse: {
|
|
235
208
|
typeUrl: string;
|
|
209
|
+
aminoType: string;
|
|
236
210
|
encode(message: QueryGranteeGrantsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
237
211
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryGranteeGrantsResponse;
|
|
238
212
|
fromPartial(object: DeepPartial<QueryGranteeGrantsResponse>): QueryGranteeGrantsResponse;
|
|
@@ -15,6 +15,7 @@ function createBaseQueryGrantsRequest() {
|
|
|
15
15
|
}
|
|
16
16
|
exports.QueryGrantsRequest = {
|
|
17
17
|
typeUrl: "/cosmos.authz.v1beta1.QueryGrantsRequest",
|
|
18
|
+
aminoType: "cosmos-sdk/QueryGrantsRequest",
|
|
18
19
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
19
20
|
if (message.granter !== "") {
|
|
20
21
|
writer.uint32(10).string(message.granter);
|
|
@@ -118,6 +119,7 @@ function createBaseQueryGrantsResponse() {
|
|
|
118
119
|
}
|
|
119
120
|
exports.QueryGrantsResponse = {
|
|
120
121
|
typeUrl: "/cosmos.authz.v1beta1.QueryGrantsResponse",
|
|
122
|
+
aminoType: "cosmos-sdk/QueryGrantsResponse",
|
|
121
123
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
122
124
|
for (const v of message.grants) {
|
|
123
125
|
authz_1.Grant.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -202,6 +204,7 @@ function createBaseQueryGranterGrantsRequest() {
|
|
|
202
204
|
}
|
|
203
205
|
exports.QueryGranterGrantsRequest = {
|
|
204
206
|
typeUrl: "/cosmos.authz.v1beta1.QueryGranterGrantsRequest",
|
|
207
|
+
aminoType: "cosmos-sdk/QueryGranterGrantsRequest",
|
|
205
208
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
206
209
|
if (message.granter !== "") {
|
|
207
210
|
writer.uint32(10).string(message.granter);
|
|
@@ -283,6 +286,7 @@ function createBaseQueryGranterGrantsResponse() {
|
|
|
283
286
|
}
|
|
284
287
|
exports.QueryGranterGrantsResponse = {
|
|
285
288
|
typeUrl: "/cosmos.authz.v1beta1.QueryGranterGrantsResponse",
|
|
289
|
+
aminoType: "cosmos-sdk/QueryGranterGrantsResponse",
|
|
286
290
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
287
291
|
for (const v of message.grants) {
|
|
288
292
|
authz_1.GrantAuthorization.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -367,6 +371,7 @@ function createBaseQueryGranteeGrantsRequest() {
|
|
|
367
371
|
}
|
|
368
372
|
exports.QueryGranteeGrantsRequest = {
|
|
369
373
|
typeUrl: "/cosmos.authz.v1beta1.QueryGranteeGrantsRequest",
|
|
374
|
+
aminoType: "cosmos-sdk/QueryGranteeGrantsRequest",
|
|
370
375
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
371
376
|
if (message.grantee !== "") {
|
|
372
377
|
writer.uint32(10).string(message.grantee);
|
|
@@ -448,6 +453,7 @@ function createBaseQueryGranteeGrantsResponse() {
|
|
|
448
453
|
}
|
|
449
454
|
exports.QueryGranteeGrantsResponse = {
|
|
450
455
|
typeUrl: "/cosmos.authz.v1beta1.QueryGranteeGrantsResponse",
|
|
456
|
+
aminoType: "cosmos-sdk/QueryGranteeGrantsResponse",
|
|
451
457
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
452
458
|
for (const v of message.grants) {
|
|
453
459
|
authz_1.GrantAuthorization.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { LCDClient } from "@cosmology/lcd";
|
|
2
|
-
import { QueryGrantsRequest,
|
|
2
|
+
import { QueryGrantsRequest, QueryGrantsResponse, QueryGranterGrantsRequest, QueryGranterGrantsResponse, QueryGranteeGrantsRequest, QueryGranteeGrantsResponse } from "./query";
|
|
3
3
|
export declare class LCDQueryClient {
|
|
4
4
|
req: LCDClient;
|
|
5
5
|
constructor({ requestClient }: {
|
|
6
6
|
requestClient: LCDClient;
|
|
7
7
|
});
|
|
8
|
-
grants(params: QueryGrantsRequest)
|
|
9
|
-
granterGrants(params: QueryGranterGrantsRequest)
|
|
10
|
-
granteeGrants(params: QueryGranteeGrantsRequest)
|
|
8
|
+
grants: (params: QueryGrantsRequest) => Promise<QueryGrantsResponse>;
|
|
9
|
+
granterGrants: (params: QueryGranterGrantsRequest) => Promise<QueryGranterGrantsResponse>;
|
|
10
|
+
granteeGrants: (params: QueryGranteeGrantsRequest) => Promise<QueryGranteeGrantsResponse>;
|
|
11
11
|
}
|
|
@@ -7,12 +7,9 @@ class LCDQueryClient {
|
|
|
7
7
|
req;
|
|
8
8
|
constructor({ requestClient }) {
|
|
9
9
|
this.req = requestClient;
|
|
10
|
-
this.grants = this.grants.bind(this);
|
|
11
|
-
this.granterGrants = this.granterGrants.bind(this);
|
|
12
|
-
this.granteeGrants = this.granteeGrants.bind(this);
|
|
13
10
|
}
|
|
14
11
|
/* Returns list of `Authorization`, granted to the grantee by the granter. */
|
|
15
|
-
async
|
|
12
|
+
grants = async (params) => {
|
|
16
13
|
const options = {
|
|
17
14
|
params: {}
|
|
18
15
|
};
|
|
@@ -30,11 +27,11 @@ class LCDQueryClient {
|
|
|
30
27
|
}
|
|
31
28
|
const endpoint = `cosmos/authz/v1beta1/grants`;
|
|
32
29
|
return await this.req.get(endpoint, options);
|
|
33
|
-
}
|
|
30
|
+
};
|
|
34
31
|
/* GranterGrants returns list of `GrantAuthorization`, granted by granter.
|
|
35
32
|
|
|
36
33
|
Since: cosmos-sdk 0.46 */
|
|
37
|
-
async
|
|
34
|
+
granterGrants = async (params) => {
|
|
38
35
|
const options = {
|
|
39
36
|
params: {}
|
|
40
37
|
};
|
|
@@ -43,11 +40,11 @@ class LCDQueryClient {
|
|
|
43
40
|
}
|
|
44
41
|
const endpoint = `cosmos/authz/v1beta1/grants/granter/${params.granter}`;
|
|
45
42
|
return await this.req.get(endpoint, options);
|
|
46
|
-
}
|
|
43
|
+
};
|
|
47
44
|
/* GranteeGrants returns a list of `GrantAuthorization` by grantee.
|
|
48
45
|
|
|
49
46
|
Since: cosmos-sdk 0.46 */
|
|
50
|
-
async
|
|
47
|
+
granteeGrants = async (params) => {
|
|
51
48
|
const options = {
|
|
52
49
|
params: {}
|
|
53
50
|
};
|
|
@@ -56,6 +53,6 @@ class LCDQueryClient {
|
|
|
56
53
|
}
|
|
57
54
|
const endpoint = `cosmos/authz/v1beta1/grants/grantee/${params.grantee}`;
|
|
58
55
|
return await this.req.get(endpoint, options);
|
|
59
|
-
}
|
|
56
|
+
};
|
|
60
57
|
}
|
|
61
58
|
exports.LCDQueryClient = LCDQueryClient;
|
|
@@ -21,9 +21,9 @@ export interface Query {
|
|
|
21
21
|
export declare class QueryClientImpl implements Query {
|
|
22
22
|
private readonly rpc;
|
|
23
23
|
constructor(rpc: TxRpc);
|
|
24
|
-
grants(request: QueryGrantsRequest)
|
|
25
|
-
granterGrants(request: QueryGranterGrantsRequest)
|
|
26
|
-
granteeGrants(request: QueryGranteeGrantsRequest)
|
|
24
|
+
grants: (request: QueryGrantsRequest) => Promise<QueryGrantsResponse>;
|
|
25
|
+
granterGrants: (request: QueryGranterGrantsRequest) => Promise<QueryGranterGrantsResponse>;
|
|
26
|
+
granteeGrants: (request: QueryGranteeGrantsRequest) => Promise<QueryGranteeGrantsResponse>;
|
|
27
27
|
}
|
|
28
28
|
export declare const createRpcQueryExtension: (base: QueryClient) => {
|
|
29
29
|
grants(request: QueryGrantsRequest): Promise<QueryGrantsResponse>;
|
|
@@ -8,25 +8,29 @@ class QueryClientImpl {
|
|
|
8
8
|
rpc;
|
|
9
9
|
constructor(rpc) {
|
|
10
10
|
this.rpc = rpc;
|
|
11
|
-
this.grants = this.grants.bind(this);
|
|
12
|
-
this.granterGrants = this.granterGrants.bind(this);
|
|
13
|
-
this.granteeGrants = this.granteeGrants.bind(this);
|
|
14
11
|
}
|
|
15
|
-
|
|
12
|
+
/* Returns list of `Authorization`, granted to the grantee by the granter. */
|
|
13
|
+
grants = async (request) => {
|
|
16
14
|
const data = query_1.QueryGrantsRequest.encode(request).finish();
|
|
17
15
|
const promise = this.rpc.request("cosmos.authz.v1beta1.Query", "Grants", data);
|
|
18
16
|
return promise.then(data => query_1.QueryGrantsResponse.decode(new binary_1.BinaryReader(data)));
|
|
19
|
-
}
|
|
20
|
-
|
|
17
|
+
};
|
|
18
|
+
/* GranterGrants returns list of `GrantAuthorization`, granted by granter.
|
|
19
|
+
|
|
20
|
+
Since: cosmos-sdk 0.46 */
|
|
21
|
+
granterGrants = async (request) => {
|
|
21
22
|
const data = query_1.QueryGranterGrantsRequest.encode(request).finish();
|
|
22
23
|
const promise = this.rpc.request("cosmos.authz.v1beta1.Query", "GranterGrants", data);
|
|
23
24
|
return promise.then(data => query_1.QueryGranterGrantsResponse.decode(new binary_1.BinaryReader(data)));
|
|
24
|
-
}
|
|
25
|
-
|
|
25
|
+
};
|
|
26
|
+
/* GranteeGrants returns a list of `GrantAuthorization` by grantee.
|
|
27
|
+
|
|
28
|
+
Since: cosmos-sdk 0.46 */
|
|
29
|
+
granteeGrants = async (request) => {
|
|
26
30
|
const data = query_1.QueryGranteeGrantsRequest.encode(request).finish();
|
|
27
31
|
const promise = this.rpc.request("cosmos.authz.v1beta1.Query", "GranteeGrants", data);
|
|
28
32
|
return promise.then(data => query_1.QueryGranteeGrantsResponse.decode(new binary_1.BinaryReader(data)));
|
|
29
|
-
}
|
|
33
|
+
};
|
|
30
34
|
}
|
|
31
35
|
exports.QueryClientImpl = QueryClientImpl;
|
|
32
36
|
const createRpcQueryExtension = (base) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Grant, GrantAmino
|
|
2
|
-
import { Any, AnyProtoMsg, AnyAmino
|
|
1
|
+
import { Grant, GrantAmino } from "./authz";
|
|
2
|
+
import { Any, AnyProtoMsg, AnyAmino } from "../../../google/protobuf/any";
|
|
3
3
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
4
|
import { DeepPartial } from "../../../helpers";
|
|
5
5
|
/**
|
|
@@ -28,15 +28,6 @@ export interface MsgGrantAminoMsg {
|
|
|
28
28
|
type: "cosmos-sdk/MsgGrant";
|
|
29
29
|
value: MsgGrantAmino;
|
|
30
30
|
}
|
|
31
|
-
/**
|
|
32
|
-
* MsgGrant is a request type for Grant method. It declares authorization to the grantee
|
|
33
|
-
* on behalf of the granter with the provided expiration time.
|
|
34
|
-
*/
|
|
35
|
-
export interface MsgGrantSDKType {
|
|
36
|
-
granter: string;
|
|
37
|
-
grantee: string;
|
|
38
|
-
grant: GrantSDKType;
|
|
39
|
-
}
|
|
40
31
|
/** MsgGrantResponse defines the Msg/MsgGrant response type. */
|
|
41
32
|
export interface MsgGrantResponse {
|
|
42
33
|
}
|
|
@@ -51,9 +42,6 @@ export interface MsgGrantResponseAminoMsg {
|
|
|
51
42
|
type: "cosmos-sdk/MsgGrantResponse";
|
|
52
43
|
value: MsgGrantResponseAmino;
|
|
53
44
|
}
|
|
54
|
-
/** MsgGrantResponse defines the Msg/MsgGrant response type. */
|
|
55
|
-
export interface MsgGrantResponseSDKType {
|
|
56
|
-
}
|
|
57
45
|
/**
|
|
58
46
|
* MsgExec attempts to execute the provided messages using
|
|
59
47
|
* authorizations granted to the grantee. Each message should have only
|
|
@@ -98,15 +86,6 @@ export interface MsgExecAminoMsg {
|
|
|
98
86
|
type: "cosmos-sdk/MsgExec";
|
|
99
87
|
value: MsgExecAmino;
|
|
100
88
|
}
|
|
101
|
-
/**
|
|
102
|
-
* MsgExec attempts to execute the provided messages using
|
|
103
|
-
* authorizations granted to the grantee. Each message should have only
|
|
104
|
-
* one signer corresponding to the granter of the authorization.
|
|
105
|
-
*/
|
|
106
|
-
export interface MsgExecSDKType {
|
|
107
|
-
grantee: string;
|
|
108
|
-
msgs: (AnySDKType)[];
|
|
109
|
-
}
|
|
110
89
|
/** MsgExecResponse defines the Msg/MsgExecResponse response type. */
|
|
111
90
|
export interface MsgExecResponse {
|
|
112
91
|
results: Uint8Array[];
|
|
@@ -123,10 +102,6 @@ export interface MsgExecResponseAminoMsg {
|
|
|
123
102
|
type: "cosmos-sdk/MsgExecResponse";
|
|
124
103
|
value: MsgExecResponseAmino;
|
|
125
104
|
}
|
|
126
|
-
/** MsgExecResponse defines the Msg/MsgExecResponse response type. */
|
|
127
|
-
export interface MsgExecResponseSDKType {
|
|
128
|
-
results: Uint8Array[];
|
|
129
|
-
}
|
|
130
105
|
/**
|
|
131
106
|
* MsgRevoke revokes any authorization with the provided sdk.Msg type on the
|
|
132
107
|
* granter's account with that has been granted to the grantee.
|
|
@@ -153,15 +128,6 @@ export interface MsgRevokeAminoMsg {
|
|
|
153
128
|
type: "cosmos-sdk/MsgRevoke";
|
|
154
129
|
value: MsgRevokeAmino;
|
|
155
130
|
}
|
|
156
|
-
/**
|
|
157
|
-
* MsgRevoke revokes any authorization with the provided sdk.Msg type on the
|
|
158
|
-
* granter's account with that has been granted to the grantee.
|
|
159
|
-
*/
|
|
160
|
-
export interface MsgRevokeSDKType {
|
|
161
|
-
granter: string;
|
|
162
|
-
grantee: string;
|
|
163
|
-
msg_type_url: string;
|
|
164
|
-
}
|
|
165
131
|
/** MsgRevokeResponse defines the Msg/MsgRevokeResponse response type. */
|
|
166
132
|
export interface MsgRevokeResponse {
|
|
167
133
|
}
|
|
@@ -176,11 +142,9 @@ export interface MsgRevokeResponseAminoMsg {
|
|
|
176
142
|
type: "cosmos-sdk/MsgRevokeResponse";
|
|
177
143
|
value: MsgRevokeResponseAmino;
|
|
178
144
|
}
|
|
179
|
-
/** MsgRevokeResponse defines the Msg/MsgRevokeResponse response type. */
|
|
180
|
-
export interface MsgRevokeResponseSDKType {
|
|
181
|
-
}
|
|
182
145
|
export declare const MsgGrant: {
|
|
183
146
|
typeUrl: string;
|
|
147
|
+
aminoType: string;
|
|
184
148
|
encode(message: MsgGrant, writer?: BinaryWriter): BinaryWriter;
|
|
185
149
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgGrant;
|
|
186
150
|
fromPartial(object: DeepPartial<MsgGrant>): MsgGrant;
|
|
@@ -194,6 +158,7 @@ export declare const MsgGrant: {
|
|
|
194
158
|
};
|
|
195
159
|
export declare const MsgGrantResponse: {
|
|
196
160
|
typeUrl: string;
|
|
161
|
+
aminoType: string;
|
|
197
162
|
encode(_: MsgGrantResponse, writer?: BinaryWriter): BinaryWriter;
|
|
198
163
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgGrantResponse;
|
|
199
164
|
fromPartial(_: DeepPartial<MsgGrantResponse>): MsgGrantResponse;
|
|
@@ -207,6 +172,7 @@ export declare const MsgGrantResponse: {
|
|
|
207
172
|
};
|
|
208
173
|
export declare const MsgExec: {
|
|
209
174
|
typeUrl: string;
|
|
175
|
+
aminoType: string;
|
|
210
176
|
encode(message: MsgExec, writer?: BinaryWriter): BinaryWriter;
|
|
211
177
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgExec;
|
|
212
178
|
fromPartial(object: DeepPartial<MsgExec>): MsgExec;
|
|
@@ -220,6 +186,7 @@ export declare const MsgExec: {
|
|
|
220
186
|
};
|
|
221
187
|
export declare const MsgExecResponse: {
|
|
222
188
|
typeUrl: string;
|
|
189
|
+
aminoType: string;
|
|
223
190
|
encode(message: MsgExecResponse, writer?: BinaryWriter): BinaryWriter;
|
|
224
191
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgExecResponse;
|
|
225
192
|
fromPartial(object: DeepPartial<MsgExecResponse>): MsgExecResponse;
|
|
@@ -233,6 +200,7 @@ export declare const MsgExecResponse: {
|
|
|
233
200
|
};
|
|
234
201
|
export declare const MsgRevoke: {
|
|
235
202
|
typeUrl: string;
|
|
203
|
+
aminoType: string;
|
|
236
204
|
encode(message: MsgRevoke, writer?: BinaryWriter): BinaryWriter;
|
|
237
205
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgRevoke;
|
|
238
206
|
fromPartial(object: DeepPartial<MsgRevoke>): MsgRevoke;
|
|
@@ -246,6 +214,7 @@ export declare const MsgRevoke: {
|
|
|
246
214
|
};
|
|
247
215
|
export declare const MsgRevokeResponse: {
|
|
248
216
|
typeUrl: string;
|
|
217
|
+
aminoType: string;
|
|
249
218
|
encode(_: MsgRevokeResponse, writer?: BinaryWriter): BinaryWriter;
|
|
250
219
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgRevokeResponse;
|
|
251
220
|
fromPartial(_: DeepPartial<MsgRevokeResponse>): MsgRevokeResponse;
|
|
@@ -15,6 +15,7 @@ function createBaseMsgGrant() {
|
|
|
15
15
|
}
|
|
16
16
|
exports.MsgGrant = {
|
|
17
17
|
typeUrl: "/cosmos.authz.v1beta1.MsgGrant",
|
|
18
|
+
aminoType: "cosmos-sdk/MsgGrant",
|
|
18
19
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
19
20
|
if (message.granter !== "") {
|
|
20
21
|
writer.uint32(10).string(message.granter);
|
|
@@ -104,6 +105,7 @@ function createBaseMsgGrantResponse() {
|
|
|
104
105
|
}
|
|
105
106
|
exports.MsgGrantResponse = {
|
|
106
107
|
typeUrl: "/cosmos.authz.v1beta1.MsgGrantResponse",
|
|
108
|
+
aminoType: "cosmos-sdk/MsgGrantResponse",
|
|
107
109
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
108
110
|
return writer;
|
|
109
111
|
},
|
|
@@ -163,6 +165,7 @@ function createBaseMsgExec() {
|
|
|
163
165
|
}
|
|
164
166
|
exports.MsgExec = {
|
|
165
167
|
typeUrl: "/cosmos.authz.v1beta1.MsgExec",
|
|
168
|
+
aminoType: "cosmos-sdk/MsgExec",
|
|
166
169
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
167
170
|
if (message.grantee !== "") {
|
|
168
171
|
writer.uint32(10).string(message.grantee);
|
|
@@ -246,6 +249,7 @@ function createBaseMsgExecResponse() {
|
|
|
246
249
|
}
|
|
247
250
|
exports.MsgExecResponse = {
|
|
248
251
|
typeUrl: "/cosmos.authz.v1beta1.MsgExecResponse",
|
|
252
|
+
aminoType: "cosmos-sdk/MsgExecResponse",
|
|
249
253
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
250
254
|
for (const v of message.results) {
|
|
251
255
|
writer.uint32(10).bytes(v);
|
|
@@ -320,6 +324,7 @@ function createBaseMsgRevoke() {
|
|
|
320
324
|
}
|
|
321
325
|
exports.MsgRevoke = {
|
|
322
326
|
typeUrl: "/cosmos.authz.v1beta1.MsgRevoke",
|
|
327
|
+
aminoType: "cosmos-sdk/MsgRevoke",
|
|
323
328
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
324
329
|
if (message.granter !== "") {
|
|
325
330
|
writer.uint32(10).string(message.granter);
|
|
@@ -409,6 +414,7 @@ function createBaseMsgRevokeResponse() {
|
|
|
409
414
|
}
|
|
410
415
|
exports.MsgRevokeResponse = {
|
|
411
416
|
typeUrl: "/cosmos.authz.v1beta1.MsgRevokeResponse",
|
|
417
|
+
aminoType: "cosmos-sdk/MsgRevokeResponse",
|
|
412
418
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
413
419
|
return writer;
|
|
414
420
|
},
|
|
@@ -1,49 +1,2 @@
|
|
|
1
1
|
import { TelescopeGeneratedType } from "../../../types";
|
|
2
|
-
import { Registry } from "@cosmjs/proto-signing";
|
|
3
|
-
import { MsgGrant, MsgExec, MsgRevoke } from "./tx";
|
|
4
2
|
export declare const registry: ReadonlyArray<[string, TelescopeGeneratedType<any, any, any>]>;
|
|
5
|
-
export declare const load: (protoRegistry: Registry) => void;
|
|
6
|
-
export declare const MessageComposer: {
|
|
7
|
-
encoded: {
|
|
8
|
-
grant(value: MsgGrant): {
|
|
9
|
-
typeUrl: string;
|
|
10
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
11
|
-
};
|
|
12
|
-
exec(value: MsgExec): {
|
|
13
|
-
typeUrl: string;
|
|
14
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
15
|
-
};
|
|
16
|
-
revoke(value: MsgRevoke): {
|
|
17
|
-
typeUrl: string;
|
|
18
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
|
-
withTypeUrl: {
|
|
22
|
-
grant(value: MsgGrant): {
|
|
23
|
-
typeUrl: string;
|
|
24
|
-
value: MsgGrant;
|
|
25
|
-
};
|
|
26
|
-
exec(value: MsgExec): {
|
|
27
|
-
typeUrl: string;
|
|
28
|
-
value: MsgExec;
|
|
29
|
-
};
|
|
30
|
-
revoke(value: MsgRevoke): {
|
|
31
|
-
typeUrl: string;
|
|
32
|
-
value: MsgRevoke;
|
|
33
|
-
};
|
|
34
|
-
};
|
|
35
|
-
fromPartial: {
|
|
36
|
-
grant(value: MsgGrant): {
|
|
37
|
-
typeUrl: string;
|
|
38
|
-
value: MsgGrant;
|
|
39
|
-
};
|
|
40
|
-
exec(value: MsgExec): {
|
|
41
|
-
typeUrl: string;
|
|
42
|
-
value: MsgExec;
|
|
43
|
-
};
|
|
44
|
-
revoke(value: MsgRevoke): {
|
|
45
|
-
typeUrl: string;
|
|
46
|
-
value: MsgRevoke;
|
|
47
|
-
};
|
|
48
|
-
};
|
|
49
|
-
};
|
|
@@ -1,73 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.registry = void 0;
|
|
4
4
|
const tx_1 = require("./tx");
|
|
5
5
|
exports.registry = [["/cosmos.authz.v1beta1.MsgGrant", tx_1.MsgGrant], ["/cosmos.authz.v1beta1.MsgExec", tx_1.MsgExec], ["/cosmos.authz.v1beta1.MsgRevoke", tx_1.MsgRevoke]];
|
|
6
|
-
const load = (protoRegistry) => {
|
|
7
|
-
exports.registry.forEach(([typeUrl, mod]) => {
|
|
8
|
-
protoRegistry.register(typeUrl, mod);
|
|
9
|
-
});
|
|
10
|
-
};
|
|
11
|
-
exports.load = load;
|
|
12
|
-
exports.MessageComposer = {
|
|
13
|
-
encoded: {
|
|
14
|
-
grant(value) {
|
|
15
|
-
return {
|
|
16
|
-
typeUrl: "/cosmos.authz.v1beta1.MsgGrant",
|
|
17
|
-
value: tx_1.MsgGrant.encode(value).finish()
|
|
18
|
-
};
|
|
19
|
-
},
|
|
20
|
-
exec(value) {
|
|
21
|
-
return {
|
|
22
|
-
typeUrl: "/cosmos.authz.v1beta1.MsgExec",
|
|
23
|
-
value: tx_1.MsgExec.encode(value).finish()
|
|
24
|
-
};
|
|
25
|
-
},
|
|
26
|
-
revoke(value) {
|
|
27
|
-
return {
|
|
28
|
-
typeUrl: "/cosmos.authz.v1beta1.MsgRevoke",
|
|
29
|
-
value: tx_1.MsgRevoke.encode(value).finish()
|
|
30
|
-
};
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
withTypeUrl: {
|
|
34
|
-
grant(value) {
|
|
35
|
-
return {
|
|
36
|
-
typeUrl: "/cosmos.authz.v1beta1.MsgGrant",
|
|
37
|
-
value
|
|
38
|
-
};
|
|
39
|
-
},
|
|
40
|
-
exec(value) {
|
|
41
|
-
return {
|
|
42
|
-
typeUrl: "/cosmos.authz.v1beta1.MsgExec",
|
|
43
|
-
value
|
|
44
|
-
};
|
|
45
|
-
},
|
|
46
|
-
revoke(value) {
|
|
47
|
-
return {
|
|
48
|
-
typeUrl: "/cosmos.authz.v1beta1.MsgRevoke",
|
|
49
|
-
value
|
|
50
|
-
};
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
fromPartial: {
|
|
54
|
-
grant(value) {
|
|
55
|
-
return {
|
|
56
|
-
typeUrl: "/cosmos.authz.v1beta1.MsgGrant",
|
|
57
|
-
value: tx_1.MsgGrant.fromPartial(value)
|
|
58
|
-
};
|
|
59
|
-
},
|
|
60
|
-
exec(value) {
|
|
61
|
-
return {
|
|
62
|
-
typeUrl: "/cosmos.authz.v1beta1.MsgExec",
|
|
63
|
-
value: tx_1.MsgExec.fromPartial(value)
|
|
64
|
-
};
|
|
65
|
-
},
|
|
66
|
-
revoke(value) {
|
|
67
|
-
return {
|
|
68
|
-
typeUrl: "/cosmos.authz.v1beta1.MsgRevoke",
|
|
69
|
-
value: tx_1.MsgRevoke.fromPartial(value)
|
|
70
|
-
};
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
};
|
|
@@ -24,7 +24,8 @@ export interface Msg {
|
|
|
24
24
|
export declare class MsgClientImpl implements Msg {
|
|
25
25
|
private readonly rpc;
|
|
26
26
|
constructor(rpc: TxRpc);
|
|
27
|
-
grant(request: MsgGrant)
|
|
28
|
-
exec(request: MsgExec)
|
|
29
|
-
revoke(request: MsgRevoke)
|
|
27
|
+
grant: (request: MsgGrant) => Promise<MsgGrantResponse>;
|
|
28
|
+
exec: (request: MsgExec) => Promise<MsgExecResponse>;
|
|
29
|
+
revoke: (request: MsgRevoke) => Promise<MsgRevokeResponse>;
|
|
30
30
|
}
|
|
31
|
+
export declare const createClientImpl: (rpc: TxRpc) => MsgClientImpl;
|