@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
|
@@ -45,15 +45,15 @@ export interface Service {
|
|
|
45
45
|
export declare class ServiceClientImpl implements Service {
|
|
46
46
|
private readonly rpc;
|
|
47
47
|
constructor(rpc: TxRpc);
|
|
48
|
-
simulate(request: SimulateRequest)
|
|
49
|
-
getTx(request: GetTxRequest)
|
|
50
|
-
broadcastTx(request: BroadcastTxRequest)
|
|
51
|
-
getTxsEvent(request: GetTxsEventRequest)
|
|
52
|
-
getBlockWithTxs(request: GetBlockWithTxsRequest)
|
|
53
|
-
txDecode(request: TxDecodeRequest)
|
|
54
|
-
txEncode(request: TxEncodeRequest)
|
|
55
|
-
txEncodeAmino(request: TxEncodeAminoRequest)
|
|
56
|
-
txDecodeAmino(request: TxDecodeAminoRequest)
|
|
48
|
+
simulate: (request: SimulateRequest) => Promise<SimulateResponse>;
|
|
49
|
+
getTx: (request: GetTxRequest) => Promise<GetTxResponse>;
|
|
50
|
+
broadcastTx: (request: BroadcastTxRequest) => Promise<BroadcastTxResponse>;
|
|
51
|
+
getTxsEvent: (request: GetTxsEventRequest) => Promise<GetTxsEventResponse>;
|
|
52
|
+
getBlockWithTxs: (request: GetBlockWithTxsRequest) => Promise<GetBlockWithTxsResponse>;
|
|
53
|
+
txDecode: (request: TxDecodeRequest) => Promise<TxDecodeResponse>;
|
|
54
|
+
txEncode: (request: TxEncodeRequest) => Promise<TxEncodeResponse>;
|
|
55
|
+
txEncodeAmino: (request: TxEncodeAminoRequest) => Promise<TxEncodeAminoResponse>;
|
|
56
|
+
txDecodeAmino: (request: TxDecodeAminoRequest) => Promise<TxDecodeAminoResponse>;
|
|
57
57
|
}
|
|
58
58
|
export declare const createRpcQueryExtension: (base: QueryClient) => {
|
|
59
59
|
simulate(request: SimulateRequest): Promise<SimulateResponse>;
|
|
@@ -8,61 +8,71 @@ class ServiceClientImpl {
|
|
|
8
8
|
rpc;
|
|
9
9
|
constructor(rpc) {
|
|
10
10
|
this.rpc = rpc;
|
|
11
|
-
this.simulate = this.simulate.bind(this);
|
|
12
|
-
this.getTx = this.getTx.bind(this);
|
|
13
|
-
this.broadcastTx = this.broadcastTx.bind(this);
|
|
14
|
-
this.getTxsEvent = this.getTxsEvent.bind(this);
|
|
15
|
-
this.getBlockWithTxs = this.getBlockWithTxs.bind(this);
|
|
16
|
-
this.txDecode = this.txDecode.bind(this);
|
|
17
|
-
this.txEncode = this.txEncode.bind(this);
|
|
18
|
-
this.txEncodeAmino = this.txEncodeAmino.bind(this);
|
|
19
|
-
this.txDecodeAmino = this.txDecodeAmino.bind(this);
|
|
20
11
|
}
|
|
21
|
-
|
|
12
|
+
/* Simulate simulates executing a transaction for estimating gas usage. */
|
|
13
|
+
simulate = async (request) => {
|
|
22
14
|
const data = service_1.SimulateRequest.encode(request).finish();
|
|
23
15
|
const promise = this.rpc.request("cosmos.tx.v1beta1.Service", "Simulate", data);
|
|
24
16
|
return promise.then(data => service_1.SimulateResponse.decode(new binary_1.BinaryReader(data)));
|
|
25
|
-
}
|
|
26
|
-
|
|
17
|
+
};
|
|
18
|
+
/* GetTx fetches a tx by hash. */
|
|
19
|
+
getTx = async (request) => {
|
|
27
20
|
const data = service_1.GetTxRequest.encode(request).finish();
|
|
28
21
|
const promise = this.rpc.request("cosmos.tx.v1beta1.Service", "GetTx", data);
|
|
29
22
|
return promise.then(data => service_1.GetTxResponse.decode(new binary_1.BinaryReader(data)));
|
|
30
|
-
}
|
|
31
|
-
|
|
23
|
+
};
|
|
24
|
+
/* BroadcastTx broadcast transaction. */
|
|
25
|
+
broadcastTx = async (request) => {
|
|
32
26
|
const data = service_1.BroadcastTxRequest.encode(request).finish();
|
|
33
27
|
const promise = this.rpc.request("cosmos.tx.v1beta1.Service", "BroadcastTx", data);
|
|
34
28
|
return promise.then(data => service_1.BroadcastTxResponse.decode(new binary_1.BinaryReader(data)));
|
|
35
|
-
}
|
|
36
|
-
|
|
29
|
+
};
|
|
30
|
+
/* GetTxsEvent fetches txs by event. */
|
|
31
|
+
getTxsEvent = async (request) => {
|
|
37
32
|
const data = service_1.GetTxsEventRequest.encode(request).finish();
|
|
38
33
|
const promise = this.rpc.request("cosmos.tx.v1beta1.Service", "GetTxsEvent", data);
|
|
39
34
|
return promise.then(data => service_1.GetTxsEventResponse.decode(new binary_1.BinaryReader(data)));
|
|
40
|
-
}
|
|
41
|
-
|
|
35
|
+
};
|
|
36
|
+
/* GetBlockWithTxs fetches a block with decoded txs.
|
|
37
|
+
|
|
38
|
+
Since: cosmos-sdk 0.45.2 */
|
|
39
|
+
getBlockWithTxs = async (request) => {
|
|
42
40
|
const data = service_1.GetBlockWithTxsRequest.encode(request).finish();
|
|
43
41
|
const promise = this.rpc.request("cosmos.tx.v1beta1.Service", "GetBlockWithTxs", data);
|
|
44
42
|
return promise.then(data => service_1.GetBlockWithTxsResponse.decode(new binary_1.BinaryReader(data)));
|
|
45
|
-
}
|
|
46
|
-
|
|
43
|
+
};
|
|
44
|
+
/* TxDecode decodes the transaction.
|
|
45
|
+
|
|
46
|
+
Since: cosmos-sdk 0.47 */
|
|
47
|
+
txDecode = async (request) => {
|
|
47
48
|
const data = service_1.TxDecodeRequest.encode(request).finish();
|
|
48
49
|
const promise = this.rpc.request("cosmos.tx.v1beta1.Service", "TxDecode", data);
|
|
49
50
|
return promise.then(data => service_1.TxDecodeResponse.decode(new binary_1.BinaryReader(data)));
|
|
50
|
-
}
|
|
51
|
-
|
|
51
|
+
};
|
|
52
|
+
/* TxEncode encodes the transaction.
|
|
53
|
+
|
|
54
|
+
Since: cosmos-sdk 0.47 */
|
|
55
|
+
txEncode = async (request) => {
|
|
52
56
|
const data = service_1.TxEncodeRequest.encode(request).finish();
|
|
53
57
|
const promise = this.rpc.request("cosmos.tx.v1beta1.Service", "TxEncode", data);
|
|
54
58
|
return promise.then(data => service_1.TxEncodeResponse.decode(new binary_1.BinaryReader(data)));
|
|
55
|
-
}
|
|
56
|
-
|
|
59
|
+
};
|
|
60
|
+
/* TxEncodeAmino encodes an Amino transaction from JSON to encoded bytes.
|
|
61
|
+
|
|
62
|
+
Since: cosmos-sdk 0.47 */
|
|
63
|
+
txEncodeAmino = async (request) => {
|
|
57
64
|
const data = service_1.TxEncodeAminoRequest.encode(request).finish();
|
|
58
65
|
const promise = this.rpc.request("cosmos.tx.v1beta1.Service", "TxEncodeAmino", data);
|
|
59
66
|
return promise.then(data => service_1.TxEncodeAminoResponse.decode(new binary_1.BinaryReader(data)));
|
|
60
|
-
}
|
|
61
|
-
|
|
67
|
+
};
|
|
68
|
+
/* TxDecodeAmino decodes an Amino transaction from encoded bytes to JSON.
|
|
69
|
+
|
|
70
|
+
Since: cosmos-sdk 0.47 */
|
|
71
|
+
txDecodeAmino = async (request) => {
|
|
62
72
|
const data = service_1.TxDecodeAminoRequest.encode(request).finish();
|
|
63
73
|
const promise = this.rpc.request("cosmos.tx.v1beta1.Service", "TxDecodeAmino", data);
|
|
64
74
|
return promise.then(data => service_1.TxDecodeAminoResponse.decode(new binary_1.BinaryReader(data)));
|
|
65
|
-
}
|
|
75
|
+
};
|
|
66
76
|
}
|
|
67
77
|
exports.ServiceClientImpl = ServiceClientImpl;
|
|
68
78
|
const createRpcQueryExtension = (base) => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Any, AnyAmino
|
|
1
|
+
import { Any, AnyAmino } from "../../../google/protobuf/any";
|
|
2
2
|
import { SignMode } from "../signing/v1beta1/signing";
|
|
3
|
-
import { CompactBitArray, CompactBitArrayAmino
|
|
4
|
-
import { Coin, CoinAmino
|
|
3
|
+
import { CompactBitArray, CompactBitArrayAmino } from "../../crypto/multisig/v1beta1/multisig";
|
|
4
|
+
import { Coin, CoinAmino } from "../../base/v1beta1/coin";
|
|
5
5
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
6
6
|
import { DeepPartial } from "../../../helpers";
|
|
7
7
|
/** Tx is the standard type used for broadcasting transactions. */
|
|
@@ -44,12 +44,6 @@ export interface TxAminoMsg {
|
|
|
44
44
|
type: "cosmos-sdk/Tx";
|
|
45
45
|
value: TxAmino;
|
|
46
46
|
}
|
|
47
|
-
/** Tx is the standard type used for broadcasting transactions. */
|
|
48
|
-
export interface TxSDKType {
|
|
49
|
-
body?: TxBodySDKType;
|
|
50
|
-
auth_info?: AuthInfoSDKType;
|
|
51
|
-
signatures: Uint8Array[];
|
|
52
|
-
}
|
|
53
47
|
/**
|
|
54
48
|
* TxRaw is a variant of Tx that pins the signer's exact binary representation
|
|
55
49
|
* of body and auth_info. This is used for signing, broadcasting and
|
|
@@ -108,18 +102,6 @@ export interface TxRawAminoMsg {
|
|
|
108
102
|
type: "cosmos-sdk/TxRaw";
|
|
109
103
|
value: TxRawAmino;
|
|
110
104
|
}
|
|
111
|
-
/**
|
|
112
|
-
* TxRaw is a variant of Tx that pins the signer's exact binary representation
|
|
113
|
-
* of body and auth_info. This is used for signing, broadcasting and
|
|
114
|
-
* verification. The binary `serialize(tx: TxRaw)` is stored in Tendermint and
|
|
115
|
-
* the hash `sha256(serialize(tx: TxRaw))` becomes the "txhash", commonly used
|
|
116
|
-
* as the transaction ID.
|
|
117
|
-
*/
|
|
118
|
-
export interface TxRawSDKType {
|
|
119
|
-
body_bytes: Uint8Array;
|
|
120
|
-
auth_info_bytes: Uint8Array;
|
|
121
|
-
signatures: Uint8Array[];
|
|
122
|
-
}
|
|
123
105
|
/** SignDoc is the type used for generating sign bytes for SIGN_MODE_DIRECT. */
|
|
124
106
|
export interface SignDoc {
|
|
125
107
|
/**
|
|
@@ -170,13 +152,6 @@ export interface SignDocAminoMsg {
|
|
|
170
152
|
type: "cosmos-sdk/SignDoc";
|
|
171
153
|
value: SignDocAmino;
|
|
172
154
|
}
|
|
173
|
-
/** SignDoc is the type used for generating sign bytes for SIGN_MODE_DIRECT. */
|
|
174
|
-
export interface SignDocSDKType {
|
|
175
|
-
body_bytes: Uint8Array;
|
|
176
|
-
auth_info_bytes: Uint8Array;
|
|
177
|
-
chain_id: string;
|
|
178
|
-
account_number: bigint;
|
|
179
|
-
}
|
|
180
155
|
/**
|
|
181
156
|
* SignDocDirectAux is the type used for generating sign bytes for
|
|
182
157
|
* SIGN_MODE_DIRECT_AUX.
|
|
@@ -241,21 +216,6 @@ export interface SignDocDirectAuxAminoMsg {
|
|
|
241
216
|
type: "cosmos-sdk/SignDocDirectAux";
|
|
242
217
|
value: SignDocDirectAuxAmino;
|
|
243
218
|
}
|
|
244
|
-
/**
|
|
245
|
-
* SignDocDirectAux is the type used for generating sign bytes for
|
|
246
|
-
* SIGN_MODE_DIRECT_AUX.
|
|
247
|
-
*
|
|
248
|
-
* Since: cosmos-sdk 0.46
|
|
249
|
-
*/
|
|
250
|
-
export interface SignDocDirectAuxSDKType {
|
|
251
|
-
body_bytes: Uint8Array;
|
|
252
|
-
public_key?: AnySDKType;
|
|
253
|
-
chain_id: string;
|
|
254
|
-
account_number: bigint;
|
|
255
|
-
sequence: bigint;
|
|
256
|
-
/** @deprecated */
|
|
257
|
-
tip?: TipSDKType;
|
|
258
|
-
}
|
|
259
219
|
/** TxBody is the body of a transaction that all signers sign over. */
|
|
260
220
|
export interface TxBody {
|
|
261
221
|
/**
|
|
@@ -336,14 +296,6 @@ export interface TxBodyAminoMsg {
|
|
|
336
296
|
type: "cosmos-sdk/TxBody";
|
|
337
297
|
value: TxBodyAmino;
|
|
338
298
|
}
|
|
339
|
-
/** TxBody is the body of a transaction that all signers sign over. */
|
|
340
|
-
export interface TxBodySDKType {
|
|
341
|
-
messages: AnySDKType[];
|
|
342
|
-
memo: string;
|
|
343
|
-
timeout_height: bigint;
|
|
344
|
-
extension_options: AnySDKType[];
|
|
345
|
-
non_critical_extension_options: AnySDKType[];
|
|
346
|
-
}
|
|
347
299
|
/**
|
|
348
300
|
* AuthInfo describes the fee and signer modes that are used to sign a
|
|
349
301
|
* transaction.
|
|
@@ -412,16 +364,6 @@ export interface AuthInfoAminoMsg {
|
|
|
412
364
|
type: "cosmos-sdk/AuthInfo";
|
|
413
365
|
value: AuthInfoAmino;
|
|
414
366
|
}
|
|
415
|
-
/**
|
|
416
|
-
* AuthInfo describes the fee and signer modes that are used to sign a
|
|
417
|
-
* transaction.
|
|
418
|
-
*/
|
|
419
|
-
export interface AuthInfoSDKType {
|
|
420
|
-
signer_infos: SignerInfoSDKType[];
|
|
421
|
-
fee?: FeeSDKType;
|
|
422
|
-
/** @deprecated */
|
|
423
|
-
tip?: TipSDKType;
|
|
424
|
-
}
|
|
425
367
|
/**
|
|
426
368
|
* SignerInfo describes the public key and signing mode of a single top-level
|
|
427
369
|
* signer.
|
|
@@ -476,15 +418,6 @@ export interface SignerInfoAminoMsg {
|
|
|
476
418
|
type: "cosmos-sdk/SignerInfo";
|
|
477
419
|
value: SignerInfoAmino;
|
|
478
420
|
}
|
|
479
|
-
/**
|
|
480
|
-
* SignerInfo describes the public key and signing mode of a single top-level
|
|
481
|
-
* signer.
|
|
482
|
-
*/
|
|
483
|
-
export interface SignerInfoSDKType {
|
|
484
|
-
public_key?: AnySDKType;
|
|
485
|
-
mode_info?: ModeInfoSDKType;
|
|
486
|
-
sequence: bigint;
|
|
487
|
-
}
|
|
488
421
|
/** ModeInfo describes the signing mode of a single or nested multisig signer. */
|
|
489
422
|
export interface ModeInfo {
|
|
490
423
|
/** single represents a single signer */
|
|
@@ -507,11 +440,6 @@ export interface ModeInfoAminoMsg {
|
|
|
507
440
|
type: "cosmos-sdk/ModeInfo";
|
|
508
441
|
value: ModeInfoAmino;
|
|
509
442
|
}
|
|
510
|
-
/** ModeInfo describes the signing mode of a single or nested multisig signer. */
|
|
511
|
-
export interface ModeInfoSDKType {
|
|
512
|
-
single?: ModeInfo_SingleSDKType;
|
|
513
|
-
multi?: ModeInfo_MultiSDKType;
|
|
514
|
-
}
|
|
515
443
|
/**
|
|
516
444
|
* Single is the mode info for a single signer. It is structured as a message
|
|
517
445
|
* to allow for additional fields such as locale for SIGN_MODE_TEXTUAL in the
|
|
@@ -538,14 +466,6 @@ export interface ModeInfo_SingleAminoMsg {
|
|
|
538
466
|
type: "cosmos-sdk/Single";
|
|
539
467
|
value: ModeInfo_SingleAmino;
|
|
540
468
|
}
|
|
541
|
-
/**
|
|
542
|
-
* Single is the mode info for a single signer. It is structured as a message
|
|
543
|
-
* to allow for additional fields such as locale for SIGN_MODE_TEXTUAL in the
|
|
544
|
-
* future
|
|
545
|
-
*/
|
|
546
|
-
export interface ModeInfo_SingleSDKType {
|
|
547
|
-
mode: SignMode;
|
|
548
|
-
}
|
|
549
469
|
/** Multi is the mode info for a multisig public key */
|
|
550
470
|
export interface ModeInfo_Multi {
|
|
551
471
|
/** bitarray specifies which keys within the multisig are signing */
|
|
@@ -574,11 +494,6 @@ export interface ModeInfo_MultiAminoMsg {
|
|
|
574
494
|
type: "cosmos-sdk/Multi";
|
|
575
495
|
value: ModeInfo_MultiAmino;
|
|
576
496
|
}
|
|
577
|
-
/** Multi is the mode info for a multisig public key */
|
|
578
|
-
export interface ModeInfo_MultiSDKType {
|
|
579
|
-
bitarray?: CompactBitArraySDKType;
|
|
580
|
-
mode_infos: ModeInfoSDKType[];
|
|
581
|
-
}
|
|
582
497
|
/**
|
|
583
498
|
* Fee includes the amount of coins paid in fees and the maximum
|
|
584
499
|
* gas to be used by the transaction. The ratio yields an effective "gasprice",
|
|
@@ -639,17 +554,6 @@ export interface FeeAminoMsg {
|
|
|
639
554
|
type: "cosmos-sdk/Fee";
|
|
640
555
|
value: FeeAmino;
|
|
641
556
|
}
|
|
642
|
-
/**
|
|
643
|
-
* Fee includes the amount of coins paid in fees and the maximum
|
|
644
|
-
* gas to be used by the transaction. The ratio yields an effective "gasprice",
|
|
645
|
-
* which must be above some miminum to be accepted into the mempool.
|
|
646
|
-
*/
|
|
647
|
-
export interface FeeSDKType {
|
|
648
|
-
amount: CoinSDKType[];
|
|
649
|
-
gas_limit: bigint;
|
|
650
|
-
payer: string;
|
|
651
|
-
granter: string;
|
|
652
|
-
}
|
|
653
557
|
/**
|
|
654
558
|
* Tip is the tip used for meta-transactions.
|
|
655
559
|
*
|
|
@@ -682,16 +586,6 @@ export interface TipAminoMsg {
|
|
|
682
586
|
type: "cosmos-sdk/Tip";
|
|
683
587
|
value: TipAmino;
|
|
684
588
|
}
|
|
685
|
-
/**
|
|
686
|
-
* Tip is the tip used for meta-transactions.
|
|
687
|
-
*
|
|
688
|
-
* Since: cosmos-sdk 0.46
|
|
689
|
-
*/
|
|
690
|
-
/** @deprecated */
|
|
691
|
-
export interface TipSDKType {
|
|
692
|
-
amount: CoinSDKType[];
|
|
693
|
-
tipper: string;
|
|
694
|
-
}
|
|
695
589
|
/**
|
|
696
590
|
* AuxSignerData is the intermediary format that an auxiliary signer (e.g. a
|
|
697
591
|
* tipper) builds and sends to the fee payer (who will build and broadcast the
|
|
@@ -752,22 +646,9 @@ export interface AuxSignerDataAminoMsg {
|
|
|
752
646
|
type: "cosmos-sdk/AuxSignerData";
|
|
753
647
|
value: AuxSignerDataAmino;
|
|
754
648
|
}
|
|
755
|
-
/**
|
|
756
|
-
* AuxSignerData is the intermediary format that an auxiliary signer (e.g. a
|
|
757
|
-
* tipper) builds and sends to the fee payer (who will build and broadcast the
|
|
758
|
-
* actual tx). AuxSignerData is not a valid tx in itself, and will be rejected
|
|
759
|
-
* by the node if sent directly as-is.
|
|
760
|
-
*
|
|
761
|
-
* Since: cosmos-sdk 0.46
|
|
762
|
-
*/
|
|
763
|
-
export interface AuxSignerDataSDKType {
|
|
764
|
-
address: string;
|
|
765
|
-
sign_doc?: SignDocDirectAuxSDKType;
|
|
766
|
-
mode: SignMode;
|
|
767
|
-
sig: Uint8Array;
|
|
768
|
-
}
|
|
769
649
|
export declare const Tx: {
|
|
770
650
|
typeUrl: string;
|
|
651
|
+
aminoType: string;
|
|
771
652
|
encode(message: Tx, writer?: BinaryWriter): BinaryWriter;
|
|
772
653
|
decode(input: BinaryReader | Uint8Array, length?: number): Tx;
|
|
773
654
|
fromPartial(object: DeepPartial<Tx>): Tx;
|
|
@@ -781,6 +662,7 @@ export declare const Tx: {
|
|
|
781
662
|
};
|
|
782
663
|
export declare const TxRaw: {
|
|
783
664
|
typeUrl: string;
|
|
665
|
+
aminoType: string;
|
|
784
666
|
encode(message: TxRaw, writer?: BinaryWriter): BinaryWriter;
|
|
785
667
|
decode(input: BinaryReader | Uint8Array, length?: number): TxRaw;
|
|
786
668
|
fromPartial(object: DeepPartial<TxRaw>): TxRaw;
|
|
@@ -794,6 +676,7 @@ export declare const TxRaw: {
|
|
|
794
676
|
};
|
|
795
677
|
export declare const SignDoc: {
|
|
796
678
|
typeUrl: string;
|
|
679
|
+
aminoType: string;
|
|
797
680
|
encode(message: SignDoc, writer?: BinaryWriter): BinaryWriter;
|
|
798
681
|
decode(input: BinaryReader | Uint8Array, length?: number): SignDoc;
|
|
799
682
|
fromPartial(object: DeepPartial<SignDoc>): SignDoc;
|
|
@@ -807,6 +690,7 @@ export declare const SignDoc: {
|
|
|
807
690
|
};
|
|
808
691
|
export declare const SignDocDirectAux: {
|
|
809
692
|
typeUrl: string;
|
|
693
|
+
aminoType: string;
|
|
810
694
|
encode(message: SignDocDirectAux, writer?: BinaryWriter): BinaryWriter;
|
|
811
695
|
decode(input: BinaryReader | Uint8Array, length?: number): SignDocDirectAux;
|
|
812
696
|
fromPartial(object: DeepPartial<SignDocDirectAux>): SignDocDirectAux;
|
|
@@ -820,6 +704,7 @@ export declare const SignDocDirectAux: {
|
|
|
820
704
|
};
|
|
821
705
|
export declare const TxBody: {
|
|
822
706
|
typeUrl: string;
|
|
707
|
+
aminoType: string;
|
|
823
708
|
encode(message: TxBody, writer?: BinaryWriter): BinaryWriter;
|
|
824
709
|
decode(input: BinaryReader | Uint8Array, length?: number): TxBody;
|
|
825
710
|
fromPartial(object: DeepPartial<TxBody>): TxBody;
|
|
@@ -833,6 +718,7 @@ export declare const TxBody: {
|
|
|
833
718
|
};
|
|
834
719
|
export declare const AuthInfo: {
|
|
835
720
|
typeUrl: string;
|
|
721
|
+
aminoType: string;
|
|
836
722
|
encode(message: AuthInfo, writer?: BinaryWriter): BinaryWriter;
|
|
837
723
|
decode(input: BinaryReader | Uint8Array, length?: number): AuthInfo;
|
|
838
724
|
fromPartial(object: DeepPartial<AuthInfo>): AuthInfo;
|
|
@@ -846,6 +732,7 @@ export declare const AuthInfo: {
|
|
|
846
732
|
};
|
|
847
733
|
export declare const SignerInfo: {
|
|
848
734
|
typeUrl: string;
|
|
735
|
+
aminoType: string;
|
|
849
736
|
encode(message: SignerInfo, writer?: BinaryWriter): BinaryWriter;
|
|
850
737
|
decode(input: BinaryReader | Uint8Array, length?: number): SignerInfo;
|
|
851
738
|
fromPartial(object: DeepPartial<SignerInfo>): SignerInfo;
|
|
@@ -859,6 +746,7 @@ export declare const SignerInfo: {
|
|
|
859
746
|
};
|
|
860
747
|
export declare const ModeInfo: {
|
|
861
748
|
typeUrl: string;
|
|
749
|
+
aminoType: string;
|
|
862
750
|
encode(message: ModeInfo, writer?: BinaryWriter): BinaryWriter;
|
|
863
751
|
decode(input: BinaryReader | Uint8Array, length?: number): ModeInfo;
|
|
864
752
|
fromPartial(object: DeepPartial<ModeInfo>): ModeInfo;
|
|
@@ -872,6 +760,7 @@ export declare const ModeInfo: {
|
|
|
872
760
|
};
|
|
873
761
|
export declare const ModeInfo_Single: {
|
|
874
762
|
typeUrl: string;
|
|
763
|
+
aminoType: string;
|
|
875
764
|
encode(message: ModeInfo_Single, writer?: BinaryWriter): BinaryWriter;
|
|
876
765
|
decode(input: BinaryReader | Uint8Array, length?: number): ModeInfo_Single;
|
|
877
766
|
fromPartial(object: DeepPartial<ModeInfo_Single>): ModeInfo_Single;
|
|
@@ -885,6 +774,7 @@ export declare const ModeInfo_Single: {
|
|
|
885
774
|
};
|
|
886
775
|
export declare const ModeInfo_Multi: {
|
|
887
776
|
typeUrl: string;
|
|
777
|
+
aminoType: string;
|
|
888
778
|
encode(message: ModeInfo_Multi, writer?: BinaryWriter): BinaryWriter;
|
|
889
779
|
decode(input: BinaryReader | Uint8Array, length?: number): ModeInfo_Multi;
|
|
890
780
|
fromPartial(object: DeepPartial<ModeInfo_Multi>): ModeInfo_Multi;
|
|
@@ -898,6 +788,7 @@ export declare const ModeInfo_Multi: {
|
|
|
898
788
|
};
|
|
899
789
|
export declare const Fee: {
|
|
900
790
|
typeUrl: string;
|
|
791
|
+
aminoType: string;
|
|
901
792
|
encode(message: Fee, writer?: BinaryWriter): BinaryWriter;
|
|
902
793
|
decode(input: BinaryReader | Uint8Array, length?: number): Fee;
|
|
903
794
|
fromPartial(object: DeepPartial<Fee>): Fee;
|
|
@@ -911,6 +802,7 @@ export declare const Fee: {
|
|
|
911
802
|
};
|
|
912
803
|
export declare const Tip: {
|
|
913
804
|
typeUrl: string;
|
|
805
|
+
aminoType: string;
|
|
914
806
|
encode(message: Tip, writer?: BinaryWriter): BinaryWriter;
|
|
915
807
|
decode(input: BinaryReader | Uint8Array, length?: number): Tip;
|
|
916
808
|
fromPartial(object: DeepPartial<Tip>): Tip;
|
|
@@ -924,6 +816,7 @@ export declare const Tip: {
|
|
|
924
816
|
};
|
|
925
817
|
export declare const AuxSignerData: {
|
|
926
818
|
typeUrl: string;
|
|
819
|
+
aminoType: string;
|
|
927
820
|
encode(message: AuxSignerData, writer?: BinaryWriter): BinaryWriter;
|
|
928
821
|
decode(input: BinaryReader | Uint8Array, length?: number): AuxSignerData;
|
|
929
822
|
fromPartial(object: DeepPartial<AuxSignerData>): AuxSignerData;
|
package/cosmos/tx/v1beta1/tx.js
CHANGED
|
@@ -16,6 +16,7 @@ function createBaseTx() {
|
|
|
16
16
|
}
|
|
17
17
|
exports.Tx = {
|
|
18
18
|
typeUrl: "/cosmos.tx.v1beta1.Tx",
|
|
19
|
+
aminoType: "cosmos-sdk/Tx",
|
|
19
20
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
20
21
|
if (message.body !== undefined) {
|
|
21
22
|
exports.TxBody.encode(message.body, writer.uint32(10).fork()).ldelim();
|
|
@@ -112,6 +113,7 @@ function createBaseTxRaw() {
|
|
|
112
113
|
}
|
|
113
114
|
exports.TxRaw = {
|
|
114
115
|
typeUrl: "/cosmos.tx.v1beta1.TxRaw",
|
|
116
|
+
aminoType: "cosmos-sdk/TxRaw",
|
|
115
117
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
116
118
|
if (message.bodyBytes.length !== 0) {
|
|
117
119
|
writer.uint32(10).bytes(message.bodyBytes);
|
|
@@ -209,6 +211,7 @@ function createBaseSignDoc() {
|
|
|
209
211
|
}
|
|
210
212
|
exports.SignDoc = {
|
|
211
213
|
typeUrl: "/cosmos.tx.v1beta1.SignDoc",
|
|
214
|
+
aminoType: "cosmos-sdk/SignDoc",
|
|
212
215
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
213
216
|
if (message.bodyBytes.length !== 0) {
|
|
214
217
|
writer.uint32(10).bytes(message.bodyBytes);
|
|
@@ -316,6 +319,7 @@ function createBaseSignDocDirectAux() {
|
|
|
316
319
|
}
|
|
317
320
|
exports.SignDocDirectAux = {
|
|
318
321
|
typeUrl: "/cosmos.tx.v1beta1.SignDocDirectAux",
|
|
322
|
+
aminoType: "cosmos-sdk/SignDocDirectAux",
|
|
319
323
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
320
324
|
if (message.bodyBytes.length !== 0) {
|
|
321
325
|
writer.uint32(10).bytes(message.bodyBytes);
|
|
@@ -444,6 +448,7 @@ function createBaseTxBody() {
|
|
|
444
448
|
}
|
|
445
449
|
exports.TxBody = {
|
|
446
450
|
typeUrl: "/cosmos.tx.v1beta1.TxBody",
|
|
451
|
+
aminoType: "cosmos-sdk/TxBody",
|
|
447
452
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
448
453
|
for (const v of message.messages) {
|
|
449
454
|
any_1.Any.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -568,6 +573,7 @@ function createBaseAuthInfo() {
|
|
|
568
573
|
}
|
|
569
574
|
exports.AuthInfo = {
|
|
570
575
|
typeUrl: "/cosmos.tx.v1beta1.AuthInfo",
|
|
576
|
+
aminoType: "cosmos-sdk/AuthInfo",
|
|
571
577
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
572
578
|
for (const v of message.signerInfos) {
|
|
573
579
|
exports.SignerInfo.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -664,6 +670,7 @@ function createBaseSignerInfo() {
|
|
|
664
670
|
}
|
|
665
671
|
exports.SignerInfo = {
|
|
666
672
|
typeUrl: "/cosmos.tx.v1beta1.SignerInfo",
|
|
673
|
+
aminoType: "cosmos-sdk/SignerInfo",
|
|
667
674
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
668
675
|
if (message.publicKey !== undefined) {
|
|
669
676
|
any_1.Any.encode(message.publicKey, writer.uint32(10).fork()).ldelim();
|
|
@@ -756,6 +763,7 @@ function createBaseModeInfo() {
|
|
|
756
763
|
}
|
|
757
764
|
exports.ModeInfo = {
|
|
758
765
|
typeUrl: "/cosmos.tx.v1beta1.ModeInfo",
|
|
766
|
+
aminoType: "cosmos-sdk/ModeInfo",
|
|
759
767
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
760
768
|
if (message.single !== undefined) {
|
|
761
769
|
exports.ModeInfo_Single.encode(message.single, writer.uint32(10).fork()).ldelim();
|
|
@@ -836,6 +844,7 @@ function createBaseModeInfo_Single() {
|
|
|
836
844
|
}
|
|
837
845
|
exports.ModeInfo_Single = {
|
|
838
846
|
typeUrl: "/cosmos.tx.v1beta1.Single",
|
|
847
|
+
aminoType: "cosmos-sdk/Single",
|
|
839
848
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
840
849
|
if (message.mode !== 0) {
|
|
841
850
|
writer.uint32(8).int32(message.mode);
|
|
@@ -906,6 +915,7 @@ function createBaseModeInfo_Multi() {
|
|
|
906
915
|
}
|
|
907
916
|
exports.ModeInfo_Multi = {
|
|
908
917
|
typeUrl: "/cosmos.tx.v1beta1.Multi",
|
|
918
|
+
aminoType: "cosmos-sdk/Multi",
|
|
909
919
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
910
920
|
if (message.bitarray !== undefined) {
|
|
911
921
|
multisig_1.CompactBitArray.encode(message.bitarray, writer.uint32(10).fork()).ldelim();
|
|
@@ -992,6 +1002,7 @@ function createBaseFee() {
|
|
|
992
1002
|
}
|
|
993
1003
|
exports.Fee = {
|
|
994
1004
|
typeUrl: "/cosmos.tx.v1beta1.Fee",
|
|
1005
|
+
aminoType: "cosmos-sdk/Fee",
|
|
995
1006
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
996
1007
|
for (const v of message.amount) {
|
|
997
1008
|
coin_1.Coin.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -1098,6 +1109,7 @@ function createBaseTip() {
|
|
|
1098
1109
|
}
|
|
1099
1110
|
exports.Tip = {
|
|
1100
1111
|
typeUrl: "/cosmos.tx.v1beta1.Tip",
|
|
1112
|
+
aminoType: "cosmos-sdk/Tip",
|
|
1101
1113
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
1102
1114
|
for (const v of message.amount) {
|
|
1103
1115
|
coin_1.Coin.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -1184,6 +1196,7 @@ function createBaseAuxSignerData() {
|
|
|
1184
1196
|
}
|
|
1185
1197
|
exports.AuxSignerData = {
|
|
1186
1198
|
typeUrl: "/cosmos.tx.v1beta1.AuxSignerData",
|
|
1199
|
+
aminoType: "cosmos-sdk/AuxSignerData",
|
|
1187
1200
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
1188
1201
|
if (message.address !== "") {
|
|
1189
1202
|
writer.uint32(10).string(message.address);
|
|
@@ -18,12 +18,9 @@ export interface ModuleAminoMsg {
|
|
|
18
18
|
type: "cosmos-sdk/Module";
|
|
19
19
|
value: ModuleAmino;
|
|
20
20
|
}
|
|
21
|
-
/** Module is the config object of the upgrade module. */
|
|
22
|
-
export interface ModuleSDKType {
|
|
23
|
-
authority: string;
|
|
24
|
-
}
|
|
25
21
|
export declare const Module: {
|
|
26
22
|
typeUrl: string;
|
|
23
|
+
aminoType: string;
|
|
27
24
|
encode(message: Module, writer?: BinaryWriter): BinaryWriter;
|
|
28
25
|
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
29
26
|
fromPartial(object: DeepPartial<Module>): Module;
|
|
@@ -10,6 +10,7 @@ function createBaseModule() {
|
|
|
10
10
|
}
|
|
11
11
|
exports.Module = {
|
|
12
12
|
typeUrl: "/cosmos.upgrade.module.v1.Module",
|
|
13
|
+
aminoType: "cosmos-sdk/Module",
|
|
13
14
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
14
15
|
if (message.authority !== "") {
|
|
15
16
|
writer.uint32(10).string(message.authority);
|