@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
|
@@ -44,15 +44,6 @@ export interface AppDescriptorAminoMsg {
|
|
|
44
44
|
type: "cosmos-sdk/AppDescriptor";
|
|
45
45
|
value: AppDescriptorAmino;
|
|
46
46
|
}
|
|
47
|
-
/** AppDescriptor describes a cosmos-sdk based application */
|
|
48
|
-
export interface AppDescriptorSDKType {
|
|
49
|
-
authn?: AuthnDescriptorSDKType;
|
|
50
|
-
chain?: ChainDescriptorSDKType;
|
|
51
|
-
codec?: CodecDescriptorSDKType;
|
|
52
|
-
configuration?: ConfigurationDescriptorSDKType;
|
|
53
|
-
query_services?: QueryServicesDescriptorSDKType;
|
|
54
|
-
tx?: TxDescriptorSDKType;
|
|
55
|
-
}
|
|
56
47
|
/** TxDescriptor describes the accepted transaction type */
|
|
57
48
|
export interface TxDescriptor {
|
|
58
49
|
/**
|
|
@@ -83,11 +74,6 @@ export interface TxDescriptorAminoMsg {
|
|
|
83
74
|
type: "cosmos-sdk/TxDescriptor";
|
|
84
75
|
value: TxDescriptorAmino;
|
|
85
76
|
}
|
|
86
|
-
/** TxDescriptor describes the accepted transaction type */
|
|
87
|
-
export interface TxDescriptorSDKType {
|
|
88
|
-
fullname: string;
|
|
89
|
-
msgs: MsgDescriptorSDKType[];
|
|
90
|
-
}
|
|
91
77
|
/**
|
|
92
78
|
* AuthnDescriptor provides information on how to sign transactions without relying
|
|
93
79
|
* on the online RPCs GetTxMetadata and CombineUnsignedTxAndSignatures
|
|
@@ -112,13 +98,6 @@ export interface AuthnDescriptorAminoMsg {
|
|
|
112
98
|
type: "cosmos-sdk/AuthnDescriptor";
|
|
113
99
|
value: AuthnDescriptorAmino;
|
|
114
100
|
}
|
|
115
|
-
/**
|
|
116
|
-
* AuthnDescriptor provides information on how to sign transactions without relying
|
|
117
|
-
* on the online RPCs GetTxMetadata and CombineUnsignedTxAndSignatures
|
|
118
|
-
*/
|
|
119
|
-
export interface AuthnDescriptorSDKType {
|
|
120
|
-
sign_modes: SigningModeDescriptorSDKType[];
|
|
121
|
-
}
|
|
122
101
|
/**
|
|
123
102
|
* SigningModeDescriptor provides information on a signing flow of the application
|
|
124
103
|
* NOTE(fdymylja): here we could go as far as providing an entire flow on how
|
|
@@ -161,17 +140,6 @@ export interface SigningModeDescriptorAminoMsg {
|
|
|
161
140
|
type: "cosmos-sdk/SigningModeDescriptor";
|
|
162
141
|
value: SigningModeDescriptorAmino;
|
|
163
142
|
}
|
|
164
|
-
/**
|
|
165
|
-
* SigningModeDescriptor provides information on a signing flow of the application
|
|
166
|
-
* NOTE(fdymylja): here we could go as far as providing an entire flow on how
|
|
167
|
-
* to sign a message given a SigningModeDescriptor, but it's better to think about
|
|
168
|
-
* this another time
|
|
169
|
-
*/
|
|
170
|
-
export interface SigningModeDescriptorSDKType {
|
|
171
|
-
name: string;
|
|
172
|
-
number: number;
|
|
173
|
-
authn_info_provider_method_fullname: string;
|
|
174
|
-
}
|
|
175
143
|
/** ChainDescriptor describes chain information of the application */
|
|
176
144
|
export interface ChainDescriptor {
|
|
177
145
|
/** id is the chain id */
|
|
@@ -190,10 +158,6 @@ export interface ChainDescriptorAminoMsg {
|
|
|
190
158
|
type: "cosmos-sdk/ChainDescriptor";
|
|
191
159
|
value: ChainDescriptorAmino;
|
|
192
160
|
}
|
|
193
|
-
/** ChainDescriptor describes chain information of the application */
|
|
194
|
-
export interface ChainDescriptorSDKType {
|
|
195
|
-
id: string;
|
|
196
|
-
}
|
|
197
161
|
/** CodecDescriptor describes the registered interfaces and provides metadata information on the types */
|
|
198
162
|
export interface CodecDescriptor {
|
|
199
163
|
/** interfaces is a list of the registerted interfaces descriptors */
|
|
@@ -212,10 +176,6 @@ export interface CodecDescriptorAminoMsg {
|
|
|
212
176
|
type: "cosmos-sdk/CodecDescriptor";
|
|
213
177
|
value: CodecDescriptorAmino;
|
|
214
178
|
}
|
|
215
|
-
/** CodecDescriptor describes the registered interfaces and provides metadata information on the types */
|
|
216
|
-
export interface CodecDescriptorSDKType {
|
|
217
|
-
interfaces: InterfaceDescriptorSDKType[];
|
|
218
|
-
}
|
|
219
179
|
/** InterfaceDescriptor describes the implementation of an interface */
|
|
220
180
|
export interface InterfaceDescriptor {
|
|
221
181
|
/** fullname is the name of the interface */
|
|
@@ -248,12 +208,6 @@ export interface InterfaceDescriptorAminoMsg {
|
|
|
248
208
|
type: "cosmos-sdk/InterfaceDescriptor";
|
|
249
209
|
value: InterfaceDescriptorAmino;
|
|
250
210
|
}
|
|
251
|
-
/** InterfaceDescriptor describes the implementation of an interface */
|
|
252
|
-
export interface InterfaceDescriptorSDKType {
|
|
253
|
-
fullname: string;
|
|
254
|
-
interface_accepting_messages: InterfaceAcceptingMessageDescriptorSDKType[];
|
|
255
|
-
interface_implementers: InterfaceImplementerDescriptorSDKType[];
|
|
256
|
-
}
|
|
257
211
|
/** InterfaceImplementerDescriptor describes an interface implementer */
|
|
258
212
|
export interface InterfaceImplementerDescriptor {
|
|
259
213
|
/** fullname is the protobuf queryable name of the interface implementer */
|
|
@@ -286,11 +240,6 @@ export interface InterfaceImplementerDescriptorAminoMsg {
|
|
|
286
240
|
type: "cosmos-sdk/InterfaceImplementerDescriptor";
|
|
287
241
|
value: InterfaceImplementerDescriptorAmino;
|
|
288
242
|
}
|
|
289
|
-
/** InterfaceImplementerDescriptor describes an interface implementer */
|
|
290
|
-
export interface InterfaceImplementerDescriptorSDKType {
|
|
291
|
-
fullname: string;
|
|
292
|
-
type_url: string;
|
|
293
|
-
}
|
|
294
243
|
/**
|
|
295
244
|
* InterfaceAcceptingMessageDescriptor describes a protobuf message which contains
|
|
296
245
|
* an interface represented as a google.protobuf.Any
|
|
@@ -327,14 +276,6 @@ export interface InterfaceAcceptingMessageDescriptorAminoMsg {
|
|
|
327
276
|
type: "cosmos-sdk/InterfaceAcceptingMessageDescriptor";
|
|
328
277
|
value: InterfaceAcceptingMessageDescriptorAmino;
|
|
329
278
|
}
|
|
330
|
-
/**
|
|
331
|
-
* InterfaceAcceptingMessageDescriptor describes a protobuf message which contains
|
|
332
|
-
* an interface represented as a google.protobuf.Any
|
|
333
|
-
*/
|
|
334
|
-
export interface InterfaceAcceptingMessageDescriptorSDKType {
|
|
335
|
-
fullname: string;
|
|
336
|
-
field_descriptor_names: string[];
|
|
337
|
-
}
|
|
338
279
|
/** ConfigurationDescriptor contains metadata information on the sdk.Config */
|
|
339
280
|
export interface ConfigurationDescriptor {
|
|
340
281
|
/** bech32_account_address_prefix is the account address prefix */
|
|
@@ -353,10 +294,6 @@ export interface ConfigurationDescriptorAminoMsg {
|
|
|
353
294
|
type: "cosmos-sdk/ConfigurationDescriptor";
|
|
354
295
|
value: ConfigurationDescriptorAmino;
|
|
355
296
|
}
|
|
356
|
-
/** ConfigurationDescriptor contains metadata information on the sdk.Config */
|
|
357
|
-
export interface ConfigurationDescriptorSDKType {
|
|
358
|
-
bech32_account_address_prefix: string;
|
|
359
|
-
}
|
|
360
297
|
/** MsgDescriptor describes a cosmos-sdk message that can be delivered with a transaction */
|
|
361
298
|
export interface MsgDescriptor {
|
|
362
299
|
/** msg_type_url contains the TypeURL of a sdk.Msg. */
|
|
@@ -375,10 +312,6 @@ export interface MsgDescriptorAminoMsg {
|
|
|
375
312
|
type: "cosmos-sdk/MsgDescriptor";
|
|
376
313
|
value: MsgDescriptorAmino;
|
|
377
314
|
}
|
|
378
|
-
/** MsgDescriptor describes a cosmos-sdk message that can be delivered with a transaction */
|
|
379
|
-
export interface MsgDescriptorSDKType {
|
|
380
|
-
msg_type_url: string;
|
|
381
|
-
}
|
|
382
315
|
/** GetAuthnDescriptorRequest is the request used for the GetAuthnDescriptor RPC */
|
|
383
316
|
export interface GetAuthnDescriptorRequest {
|
|
384
317
|
}
|
|
@@ -393,9 +326,6 @@ export interface GetAuthnDescriptorRequestAminoMsg {
|
|
|
393
326
|
type: "cosmos-sdk/GetAuthnDescriptorRequest";
|
|
394
327
|
value: GetAuthnDescriptorRequestAmino;
|
|
395
328
|
}
|
|
396
|
-
/** GetAuthnDescriptorRequest is the request used for the GetAuthnDescriptor RPC */
|
|
397
|
-
export interface GetAuthnDescriptorRequestSDKType {
|
|
398
|
-
}
|
|
399
329
|
/** GetAuthnDescriptorResponse is the response returned by the GetAuthnDescriptor RPC */
|
|
400
330
|
export interface GetAuthnDescriptorResponse {
|
|
401
331
|
/** authn describes how to authenticate to the application when sending transactions */
|
|
@@ -414,10 +344,6 @@ export interface GetAuthnDescriptorResponseAminoMsg {
|
|
|
414
344
|
type: "cosmos-sdk/GetAuthnDescriptorResponse";
|
|
415
345
|
value: GetAuthnDescriptorResponseAmino;
|
|
416
346
|
}
|
|
417
|
-
/** GetAuthnDescriptorResponse is the response returned by the GetAuthnDescriptor RPC */
|
|
418
|
-
export interface GetAuthnDescriptorResponseSDKType {
|
|
419
|
-
authn?: AuthnDescriptorSDKType;
|
|
420
|
-
}
|
|
421
347
|
/** GetChainDescriptorRequest is the request used for the GetChainDescriptor RPC */
|
|
422
348
|
export interface GetChainDescriptorRequest {
|
|
423
349
|
}
|
|
@@ -432,9 +358,6 @@ export interface GetChainDescriptorRequestAminoMsg {
|
|
|
432
358
|
type: "cosmos-sdk/GetChainDescriptorRequest";
|
|
433
359
|
value: GetChainDescriptorRequestAmino;
|
|
434
360
|
}
|
|
435
|
-
/** GetChainDescriptorRequest is the request used for the GetChainDescriptor RPC */
|
|
436
|
-
export interface GetChainDescriptorRequestSDKType {
|
|
437
|
-
}
|
|
438
361
|
/** GetChainDescriptorResponse is the response returned by the GetChainDescriptor RPC */
|
|
439
362
|
export interface GetChainDescriptorResponse {
|
|
440
363
|
/** chain describes application chain information */
|
|
@@ -453,10 +376,6 @@ export interface GetChainDescriptorResponseAminoMsg {
|
|
|
453
376
|
type: "cosmos-sdk/GetChainDescriptorResponse";
|
|
454
377
|
value: GetChainDescriptorResponseAmino;
|
|
455
378
|
}
|
|
456
|
-
/** GetChainDescriptorResponse is the response returned by the GetChainDescriptor RPC */
|
|
457
|
-
export interface GetChainDescriptorResponseSDKType {
|
|
458
|
-
chain?: ChainDescriptorSDKType;
|
|
459
|
-
}
|
|
460
379
|
/** GetCodecDescriptorRequest is the request used for the GetCodecDescriptor RPC */
|
|
461
380
|
export interface GetCodecDescriptorRequest {
|
|
462
381
|
}
|
|
@@ -471,9 +390,6 @@ export interface GetCodecDescriptorRequestAminoMsg {
|
|
|
471
390
|
type: "cosmos-sdk/GetCodecDescriptorRequest";
|
|
472
391
|
value: GetCodecDescriptorRequestAmino;
|
|
473
392
|
}
|
|
474
|
-
/** GetCodecDescriptorRequest is the request used for the GetCodecDescriptor RPC */
|
|
475
|
-
export interface GetCodecDescriptorRequestSDKType {
|
|
476
|
-
}
|
|
477
393
|
/** GetCodecDescriptorResponse is the response returned by the GetCodecDescriptor RPC */
|
|
478
394
|
export interface GetCodecDescriptorResponse {
|
|
479
395
|
/** codec describes the application codec such as registered interfaces and implementations */
|
|
@@ -492,10 +408,6 @@ export interface GetCodecDescriptorResponseAminoMsg {
|
|
|
492
408
|
type: "cosmos-sdk/GetCodecDescriptorResponse";
|
|
493
409
|
value: GetCodecDescriptorResponseAmino;
|
|
494
410
|
}
|
|
495
|
-
/** GetCodecDescriptorResponse is the response returned by the GetCodecDescriptor RPC */
|
|
496
|
-
export interface GetCodecDescriptorResponseSDKType {
|
|
497
|
-
codec?: CodecDescriptorSDKType;
|
|
498
|
-
}
|
|
499
411
|
/** GetConfigurationDescriptorRequest is the request used for the GetConfigurationDescriptor RPC */
|
|
500
412
|
export interface GetConfigurationDescriptorRequest {
|
|
501
413
|
}
|
|
@@ -510,9 +422,6 @@ export interface GetConfigurationDescriptorRequestAminoMsg {
|
|
|
510
422
|
type: "cosmos-sdk/GetConfigurationDescriptorRequest";
|
|
511
423
|
value: GetConfigurationDescriptorRequestAmino;
|
|
512
424
|
}
|
|
513
|
-
/** GetConfigurationDescriptorRequest is the request used for the GetConfigurationDescriptor RPC */
|
|
514
|
-
export interface GetConfigurationDescriptorRequestSDKType {
|
|
515
|
-
}
|
|
516
425
|
/** GetConfigurationDescriptorResponse is the response returned by the GetConfigurationDescriptor RPC */
|
|
517
426
|
export interface GetConfigurationDescriptorResponse {
|
|
518
427
|
/** config describes the application's sdk.Config */
|
|
@@ -531,10 +440,6 @@ export interface GetConfigurationDescriptorResponseAminoMsg {
|
|
|
531
440
|
type: "cosmos-sdk/GetConfigurationDescriptorResponse";
|
|
532
441
|
value: GetConfigurationDescriptorResponseAmino;
|
|
533
442
|
}
|
|
534
|
-
/** GetConfigurationDescriptorResponse is the response returned by the GetConfigurationDescriptor RPC */
|
|
535
|
-
export interface GetConfigurationDescriptorResponseSDKType {
|
|
536
|
-
config?: ConfigurationDescriptorSDKType;
|
|
537
|
-
}
|
|
538
443
|
/** GetQueryServicesDescriptorRequest is the request used for the GetQueryServicesDescriptor RPC */
|
|
539
444
|
export interface GetQueryServicesDescriptorRequest {
|
|
540
445
|
}
|
|
@@ -549,9 +454,6 @@ export interface GetQueryServicesDescriptorRequestAminoMsg {
|
|
|
549
454
|
type: "cosmos-sdk/GetQueryServicesDescriptorRequest";
|
|
550
455
|
value: GetQueryServicesDescriptorRequestAmino;
|
|
551
456
|
}
|
|
552
|
-
/** GetQueryServicesDescriptorRequest is the request used for the GetQueryServicesDescriptor RPC */
|
|
553
|
-
export interface GetQueryServicesDescriptorRequestSDKType {
|
|
554
|
-
}
|
|
555
457
|
/** GetQueryServicesDescriptorResponse is the response returned by the GetQueryServicesDescriptor RPC */
|
|
556
458
|
export interface GetQueryServicesDescriptorResponse {
|
|
557
459
|
/** queries provides information on the available queryable services */
|
|
@@ -570,10 +472,6 @@ export interface GetQueryServicesDescriptorResponseAminoMsg {
|
|
|
570
472
|
type: "cosmos-sdk/GetQueryServicesDescriptorResponse";
|
|
571
473
|
value: GetQueryServicesDescriptorResponseAmino;
|
|
572
474
|
}
|
|
573
|
-
/** GetQueryServicesDescriptorResponse is the response returned by the GetQueryServicesDescriptor RPC */
|
|
574
|
-
export interface GetQueryServicesDescriptorResponseSDKType {
|
|
575
|
-
queries?: QueryServicesDescriptorSDKType;
|
|
576
|
-
}
|
|
577
475
|
/** GetTxDescriptorRequest is the request used for the GetTxDescriptor RPC */
|
|
578
476
|
export interface GetTxDescriptorRequest {
|
|
579
477
|
}
|
|
@@ -588,9 +486,6 @@ export interface GetTxDescriptorRequestAminoMsg {
|
|
|
588
486
|
type: "cosmos-sdk/GetTxDescriptorRequest";
|
|
589
487
|
value: GetTxDescriptorRequestAmino;
|
|
590
488
|
}
|
|
591
|
-
/** GetTxDescriptorRequest is the request used for the GetTxDescriptor RPC */
|
|
592
|
-
export interface GetTxDescriptorRequestSDKType {
|
|
593
|
-
}
|
|
594
489
|
/** GetTxDescriptorResponse is the response returned by the GetTxDescriptor RPC */
|
|
595
490
|
export interface GetTxDescriptorResponse {
|
|
596
491
|
/**
|
|
@@ -615,10 +510,6 @@ export interface GetTxDescriptorResponseAminoMsg {
|
|
|
615
510
|
type: "cosmos-sdk/GetTxDescriptorResponse";
|
|
616
511
|
value: GetTxDescriptorResponseAmino;
|
|
617
512
|
}
|
|
618
|
-
/** GetTxDescriptorResponse is the response returned by the GetTxDescriptor RPC */
|
|
619
|
-
export interface GetTxDescriptorResponseSDKType {
|
|
620
|
-
tx?: TxDescriptorSDKType;
|
|
621
|
-
}
|
|
622
513
|
/** QueryServicesDescriptor contains the list of cosmos-sdk queriable services */
|
|
623
514
|
export interface QueryServicesDescriptor {
|
|
624
515
|
/** query_services is a list of cosmos-sdk QueryServiceDescriptor */
|
|
@@ -637,10 +528,6 @@ export interface QueryServicesDescriptorAminoMsg {
|
|
|
637
528
|
type: "cosmos-sdk/QueryServicesDescriptor";
|
|
638
529
|
value: QueryServicesDescriptorAmino;
|
|
639
530
|
}
|
|
640
|
-
/** QueryServicesDescriptor contains the list of cosmos-sdk queriable services */
|
|
641
|
-
export interface QueryServicesDescriptorSDKType {
|
|
642
|
-
query_services: QueryServiceDescriptorSDKType[];
|
|
643
|
-
}
|
|
644
531
|
/** QueryServiceDescriptor describes a cosmos-sdk queryable service */
|
|
645
532
|
export interface QueryServiceDescriptor {
|
|
646
533
|
/** fullname is the protobuf fullname of the service descriptor */
|
|
@@ -667,12 +554,6 @@ export interface QueryServiceDescriptorAminoMsg {
|
|
|
667
554
|
type: "cosmos-sdk/QueryServiceDescriptor";
|
|
668
555
|
value: QueryServiceDescriptorAmino;
|
|
669
556
|
}
|
|
670
|
-
/** QueryServiceDescriptor describes a cosmos-sdk queryable service */
|
|
671
|
-
export interface QueryServiceDescriptorSDKType {
|
|
672
|
-
fullname: string;
|
|
673
|
-
is_module: boolean;
|
|
674
|
-
methods: QueryMethodDescriptorSDKType[];
|
|
675
|
-
}
|
|
676
557
|
/**
|
|
677
558
|
* QueryMethodDescriptor describes a queryable method of a query service
|
|
678
559
|
* no other info is provided beside method name and tendermint queryable path
|
|
@@ -709,17 +590,9 @@ export interface QueryMethodDescriptorAminoMsg {
|
|
|
709
590
|
type: "cosmos-sdk/QueryMethodDescriptor";
|
|
710
591
|
value: QueryMethodDescriptorAmino;
|
|
711
592
|
}
|
|
712
|
-
/**
|
|
713
|
-
* QueryMethodDescriptor describes a queryable method of a query service
|
|
714
|
-
* no other info is provided beside method name and tendermint queryable path
|
|
715
|
-
* because it would be redundant with the grpc reflection service
|
|
716
|
-
*/
|
|
717
|
-
export interface QueryMethodDescriptorSDKType {
|
|
718
|
-
name: string;
|
|
719
|
-
full_query_path: string;
|
|
720
|
-
}
|
|
721
593
|
export declare const AppDescriptor: {
|
|
722
594
|
typeUrl: string;
|
|
595
|
+
aminoType: string;
|
|
723
596
|
encode(message: AppDescriptor, writer?: BinaryWriter): BinaryWriter;
|
|
724
597
|
decode(input: BinaryReader | Uint8Array, length?: number): AppDescriptor;
|
|
725
598
|
fromPartial(object: DeepPartial<AppDescriptor>): AppDescriptor;
|
|
@@ -733,6 +606,7 @@ export declare const AppDescriptor: {
|
|
|
733
606
|
};
|
|
734
607
|
export declare const TxDescriptor: {
|
|
735
608
|
typeUrl: string;
|
|
609
|
+
aminoType: string;
|
|
736
610
|
encode(message: TxDescriptor, writer?: BinaryWriter): BinaryWriter;
|
|
737
611
|
decode(input: BinaryReader | Uint8Array, length?: number): TxDescriptor;
|
|
738
612
|
fromPartial(object: DeepPartial<TxDescriptor>): TxDescriptor;
|
|
@@ -746,6 +620,7 @@ export declare const TxDescriptor: {
|
|
|
746
620
|
};
|
|
747
621
|
export declare const AuthnDescriptor: {
|
|
748
622
|
typeUrl: string;
|
|
623
|
+
aminoType: string;
|
|
749
624
|
encode(message: AuthnDescriptor, writer?: BinaryWriter): BinaryWriter;
|
|
750
625
|
decode(input: BinaryReader | Uint8Array, length?: number): AuthnDescriptor;
|
|
751
626
|
fromPartial(object: DeepPartial<AuthnDescriptor>): AuthnDescriptor;
|
|
@@ -759,6 +634,7 @@ export declare const AuthnDescriptor: {
|
|
|
759
634
|
};
|
|
760
635
|
export declare const SigningModeDescriptor: {
|
|
761
636
|
typeUrl: string;
|
|
637
|
+
aminoType: string;
|
|
762
638
|
encode(message: SigningModeDescriptor, writer?: BinaryWriter): BinaryWriter;
|
|
763
639
|
decode(input: BinaryReader | Uint8Array, length?: number): SigningModeDescriptor;
|
|
764
640
|
fromPartial(object: DeepPartial<SigningModeDescriptor>): SigningModeDescriptor;
|
|
@@ -772,6 +648,7 @@ export declare const SigningModeDescriptor: {
|
|
|
772
648
|
};
|
|
773
649
|
export declare const ChainDescriptor: {
|
|
774
650
|
typeUrl: string;
|
|
651
|
+
aminoType: string;
|
|
775
652
|
encode(message: ChainDescriptor, writer?: BinaryWriter): BinaryWriter;
|
|
776
653
|
decode(input: BinaryReader | Uint8Array, length?: number): ChainDescriptor;
|
|
777
654
|
fromPartial(object: DeepPartial<ChainDescriptor>): ChainDescriptor;
|
|
@@ -785,6 +662,7 @@ export declare const ChainDescriptor: {
|
|
|
785
662
|
};
|
|
786
663
|
export declare const CodecDescriptor: {
|
|
787
664
|
typeUrl: string;
|
|
665
|
+
aminoType: string;
|
|
788
666
|
encode(message: CodecDescriptor, writer?: BinaryWriter): BinaryWriter;
|
|
789
667
|
decode(input: BinaryReader | Uint8Array, length?: number): CodecDescriptor;
|
|
790
668
|
fromPartial(object: DeepPartial<CodecDescriptor>): CodecDescriptor;
|
|
@@ -798,6 +676,7 @@ export declare const CodecDescriptor: {
|
|
|
798
676
|
};
|
|
799
677
|
export declare const InterfaceDescriptor: {
|
|
800
678
|
typeUrl: string;
|
|
679
|
+
aminoType: string;
|
|
801
680
|
encode(message: InterfaceDescriptor, writer?: BinaryWriter): BinaryWriter;
|
|
802
681
|
decode(input: BinaryReader | Uint8Array, length?: number): InterfaceDescriptor;
|
|
803
682
|
fromPartial(object: DeepPartial<InterfaceDescriptor>): InterfaceDescriptor;
|
|
@@ -811,6 +690,7 @@ export declare const InterfaceDescriptor: {
|
|
|
811
690
|
};
|
|
812
691
|
export declare const InterfaceImplementerDescriptor: {
|
|
813
692
|
typeUrl: string;
|
|
693
|
+
aminoType: string;
|
|
814
694
|
encode(message: InterfaceImplementerDescriptor, writer?: BinaryWriter): BinaryWriter;
|
|
815
695
|
decode(input: BinaryReader | Uint8Array, length?: number): InterfaceImplementerDescriptor;
|
|
816
696
|
fromPartial(object: DeepPartial<InterfaceImplementerDescriptor>): InterfaceImplementerDescriptor;
|
|
@@ -824,6 +704,7 @@ export declare const InterfaceImplementerDescriptor: {
|
|
|
824
704
|
};
|
|
825
705
|
export declare const InterfaceAcceptingMessageDescriptor: {
|
|
826
706
|
typeUrl: string;
|
|
707
|
+
aminoType: string;
|
|
827
708
|
encode(message: InterfaceAcceptingMessageDescriptor, writer?: BinaryWriter): BinaryWriter;
|
|
828
709
|
decode(input: BinaryReader | Uint8Array, length?: number): InterfaceAcceptingMessageDescriptor;
|
|
829
710
|
fromPartial(object: DeepPartial<InterfaceAcceptingMessageDescriptor>): InterfaceAcceptingMessageDescriptor;
|
|
@@ -837,6 +718,7 @@ export declare const InterfaceAcceptingMessageDescriptor: {
|
|
|
837
718
|
};
|
|
838
719
|
export declare const ConfigurationDescriptor: {
|
|
839
720
|
typeUrl: string;
|
|
721
|
+
aminoType: string;
|
|
840
722
|
encode(message: ConfigurationDescriptor, writer?: BinaryWriter): BinaryWriter;
|
|
841
723
|
decode(input: BinaryReader | Uint8Array, length?: number): ConfigurationDescriptor;
|
|
842
724
|
fromPartial(object: DeepPartial<ConfigurationDescriptor>): ConfigurationDescriptor;
|
|
@@ -850,6 +732,7 @@ export declare const ConfigurationDescriptor: {
|
|
|
850
732
|
};
|
|
851
733
|
export declare const MsgDescriptor: {
|
|
852
734
|
typeUrl: string;
|
|
735
|
+
aminoType: string;
|
|
853
736
|
encode(message: MsgDescriptor, writer?: BinaryWriter): BinaryWriter;
|
|
854
737
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgDescriptor;
|
|
855
738
|
fromPartial(object: DeepPartial<MsgDescriptor>): MsgDescriptor;
|
|
@@ -863,6 +746,7 @@ export declare const MsgDescriptor: {
|
|
|
863
746
|
};
|
|
864
747
|
export declare const GetAuthnDescriptorRequest: {
|
|
865
748
|
typeUrl: string;
|
|
749
|
+
aminoType: string;
|
|
866
750
|
encode(_: GetAuthnDescriptorRequest, writer?: BinaryWriter): BinaryWriter;
|
|
867
751
|
decode(input: BinaryReader | Uint8Array, length?: number): GetAuthnDescriptorRequest;
|
|
868
752
|
fromPartial(_: DeepPartial<GetAuthnDescriptorRequest>): GetAuthnDescriptorRequest;
|
|
@@ -876,6 +760,7 @@ export declare const GetAuthnDescriptorRequest: {
|
|
|
876
760
|
};
|
|
877
761
|
export declare const GetAuthnDescriptorResponse: {
|
|
878
762
|
typeUrl: string;
|
|
763
|
+
aminoType: string;
|
|
879
764
|
encode(message: GetAuthnDescriptorResponse, writer?: BinaryWriter): BinaryWriter;
|
|
880
765
|
decode(input: BinaryReader | Uint8Array, length?: number): GetAuthnDescriptorResponse;
|
|
881
766
|
fromPartial(object: DeepPartial<GetAuthnDescriptorResponse>): GetAuthnDescriptorResponse;
|
|
@@ -889,6 +774,7 @@ export declare const GetAuthnDescriptorResponse: {
|
|
|
889
774
|
};
|
|
890
775
|
export declare const GetChainDescriptorRequest: {
|
|
891
776
|
typeUrl: string;
|
|
777
|
+
aminoType: string;
|
|
892
778
|
encode(_: GetChainDescriptorRequest, writer?: BinaryWriter): BinaryWriter;
|
|
893
779
|
decode(input: BinaryReader | Uint8Array, length?: number): GetChainDescriptorRequest;
|
|
894
780
|
fromPartial(_: DeepPartial<GetChainDescriptorRequest>): GetChainDescriptorRequest;
|
|
@@ -902,6 +788,7 @@ export declare const GetChainDescriptorRequest: {
|
|
|
902
788
|
};
|
|
903
789
|
export declare const GetChainDescriptorResponse: {
|
|
904
790
|
typeUrl: string;
|
|
791
|
+
aminoType: string;
|
|
905
792
|
encode(message: GetChainDescriptorResponse, writer?: BinaryWriter): BinaryWriter;
|
|
906
793
|
decode(input: BinaryReader | Uint8Array, length?: number): GetChainDescriptorResponse;
|
|
907
794
|
fromPartial(object: DeepPartial<GetChainDescriptorResponse>): GetChainDescriptorResponse;
|
|
@@ -915,6 +802,7 @@ export declare const GetChainDescriptorResponse: {
|
|
|
915
802
|
};
|
|
916
803
|
export declare const GetCodecDescriptorRequest: {
|
|
917
804
|
typeUrl: string;
|
|
805
|
+
aminoType: string;
|
|
918
806
|
encode(_: GetCodecDescriptorRequest, writer?: BinaryWriter): BinaryWriter;
|
|
919
807
|
decode(input: BinaryReader | Uint8Array, length?: number): GetCodecDescriptorRequest;
|
|
920
808
|
fromPartial(_: DeepPartial<GetCodecDescriptorRequest>): GetCodecDescriptorRequest;
|
|
@@ -928,6 +816,7 @@ export declare const GetCodecDescriptorRequest: {
|
|
|
928
816
|
};
|
|
929
817
|
export declare const GetCodecDescriptorResponse: {
|
|
930
818
|
typeUrl: string;
|
|
819
|
+
aminoType: string;
|
|
931
820
|
encode(message: GetCodecDescriptorResponse, writer?: BinaryWriter): BinaryWriter;
|
|
932
821
|
decode(input: BinaryReader | Uint8Array, length?: number): GetCodecDescriptorResponse;
|
|
933
822
|
fromPartial(object: DeepPartial<GetCodecDescriptorResponse>): GetCodecDescriptorResponse;
|
|
@@ -941,6 +830,7 @@ export declare const GetCodecDescriptorResponse: {
|
|
|
941
830
|
};
|
|
942
831
|
export declare const GetConfigurationDescriptorRequest: {
|
|
943
832
|
typeUrl: string;
|
|
833
|
+
aminoType: string;
|
|
944
834
|
encode(_: GetConfigurationDescriptorRequest, writer?: BinaryWriter): BinaryWriter;
|
|
945
835
|
decode(input: BinaryReader | Uint8Array, length?: number): GetConfigurationDescriptorRequest;
|
|
946
836
|
fromPartial(_: DeepPartial<GetConfigurationDescriptorRequest>): GetConfigurationDescriptorRequest;
|
|
@@ -954,6 +844,7 @@ export declare const GetConfigurationDescriptorRequest: {
|
|
|
954
844
|
};
|
|
955
845
|
export declare const GetConfigurationDescriptorResponse: {
|
|
956
846
|
typeUrl: string;
|
|
847
|
+
aminoType: string;
|
|
957
848
|
encode(message: GetConfigurationDescriptorResponse, writer?: BinaryWriter): BinaryWriter;
|
|
958
849
|
decode(input: BinaryReader | Uint8Array, length?: number): GetConfigurationDescriptorResponse;
|
|
959
850
|
fromPartial(object: DeepPartial<GetConfigurationDescriptorResponse>): GetConfigurationDescriptorResponse;
|
|
@@ -967,6 +858,7 @@ export declare const GetConfigurationDescriptorResponse: {
|
|
|
967
858
|
};
|
|
968
859
|
export declare const GetQueryServicesDescriptorRequest: {
|
|
969
860
|
typeUrl: string;
|
|
861
|
+
aminoType: string;
|
|
970
862
|
encode(_: GetQueryServicesDescriptorRequest, writer?: BinaryWriter): BinaryWriter;
|
|
971
863
|
decode(input: BinaryReader | Uint8Array, length?: number): GetQueryServicesDescriptorRequest;
|
|
972
864
|
fromPartial(_: DeepPartial<GetQueryServicesDescriptorRequest>): GetQueryServicesDescriptorRequest;
|
|
@@ -980,6 +872,7 @@ export declare const GetQueryServicesDescriptorRequest: {
|
|
|
980
872
|
};
|
|
981
873
|
export declare const GetQueryServicesDescriptorResponse: {
|
|
982
874
|
typeUrl: string;
|
|
875
|
+
aminoType: string;
|
|
983
876
|
encode(message: GetQueryServicesDescriptorResponse, writer?: BinaryWriter): BinaryWriter;
|
|
984
877
|
decode(input: BinaryReader | Uint8Array, length?: number): GetQueryServicesDescriptorResponse;
|
|
985
878
|
fromPartial(object: DeepPartial<GetQueryServicesDescriptorResponse>): GetQueryServicesDescriptorResponse;
|
|
@@ -993,6 +886,7 @@ export declare const GetQueryServicesDescriptorResponse: {
|
|
|
993
886
|
};
|
|
994
887
|
export declare const GetTxDescriptorRequest: {
|
|
995
888
|
typeUrl: string;
|
|
889
|
+
aminoType: string;
|
|
996
890
|
encode(_: GetTxDescriptorRequest, writer?: BinaryWriter): BinaryWriter;
|
|
997
891
|
decode(input: BinaryReader | Uint8Array, length?: number): GetTxDescriptorRequest;
|
|
998
892
|
fromPartial(_: DeepPartial<GetTxDescriptorRequest>): GetTxDescriptorRequest;
|
|
@@ -1006,6 +900,7 @@ export declare const GetTxDescriptorRequest: {
|
|
|
1006
900
|
};
|
|
1007
901
|
export declare const GetTxDescriptorResponse: {
|
|
1008
902
|
typeUrl: string;
|
|
903
|
+
aminoType: string;
|
|
1009
904
|
encode(message: GetTxDescriptorResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1010
905
|
decode(input: BinaryReader | Uint8Array, length?: number): GetTxDescriptorResponse;
|
|
1011
906
|
fromPartial(object: DeepPartial<GetTxDescriptorResponse>): GetTxDescriptorResponse;
|
|
@@ -1019,6 +914,7 @@ export declare const GetTxDescriptorResponse: {
|
|
|
1019
914
|
};
|
|
1020
915
|
export declare const QueryServicesDescriptor: {
|
|
1021
916
|
typeUrl: string;
|
|
917
|
+
aminoType: string;
|
|
1022
918
|
encode(message: QueryServicesDescriptor, writer?: BinaryWriter): BinaryWriter;
|
|
1023
919
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryServicesDescriptor;
|
|
1024
920
|
fromPartial(object: DeepPartial<QueryServicesDescriptor>): QueryServicesDescriptor;
|
|
@@ -1032,6 +928,7 @@ export declare const QueryServicesDescriptor: {
|
|
|
1032
928
|
};
|
|
1033
929
|
export declare const QueryServiceDescriptor: {
|
|
1034
930
|
typeUrl: string;
|
|
931
|
+
aminoType: string;
|
|
1035
932
|
encode(message: QueryServiceDescriptor, writer?: BinaryWriter): BinaryWriter;
|
|
1036
933
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryServiceDescriptor;
|
|
1037
934
|
fromPartial(object: DeepPartial<QueryServiceDescriptor>): QueryServiceDescriptor;
|
|
@@ -1045,6 +942,7 @@ export declare const QueryServiceDescriptor: {
|
|
|
1045
942
|
};
|
|
1046
943
|
export declare const QueryMethodDescriptor: {
|
|
1047
944
|
typeUrl: string;
|
|
945
|
+
aminoType: string;
|
|
1048
946
|
encode(message: QueryMethodDescriptor, writer?: BinaryWriter): BinaryWriter;
|
|
1049
947
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryMethodDescriptor;
|
|
1050
948
|
fromPartial(object: DeepPartial<QueryMethodDescriptor>): QueryMethodDescriptor;
|