@sparkdreamnft/sparkdreamjs 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cosmos/app/runtime/v1alpha1/module.d.ts +5 -22
- package/cosmos/app/runtime/v1alpha1/module.js +2 -0
- package/cosmos/app/v1alpha1/module.d.ts +7 -21
- package/cosmos/app/v1alpha1/module.js +3 -0
- package/cosmos/auth/module/v1/module.d.ts +5 -13
- package/cosmos/auth/module/v1/module.js +2 -0
- package/cosmos/auth/v1beta1/auth.d.ts +10 -43
- package/cosmos/auth/v1beta1/auth.js +4 -2
- package/cosmos/auth/v1beta1/genesis.d.ts +5 -8
- package/cosmos/auth/v1beta1/genesis.js +1 -0
- package/cosmos/auth/v1beta1/query.d.ts +44 -159
- package/cosmos/auth/v1beta1/query.js +20 -0
- package/cosmos/auth/v1beta1/query.lcd.d.ts +11 -11
- package/cosmos/auth/v1beta1/query.lcd.js +21 -31
- package/cosmos/auth/v1beta1/query.rpc.Query.d.ts +12 -12
- package/cosmos/auth/v1beta1/query.rpc.Query.js +48 -31
- package/cosmos/auth/v1beta1/tx.d.ts +6 -20
- package/cosmos/auth/v1beta1/tx.js +2 -0
- package/cosmos/auth/v1beta1/tx.registry.d.ts +2 -24
- package/cosmos/auth/v1beta1/tx.registry.js +1 -33
- package/cosmos/auth/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/auth/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/authz/module/v1/module.d.ts +3 -4
- package/cosmos/authz/module/v1/module.js +1 -0
- package/cosmos/authz/v1beta1/authz.d.ts +13 -39
- package/cosmos/authz/v1beta1/authz.js +4 -1
- package/cosmos/authz/v1beta1/event.d.ts +5 -14
- package/cosmos/authz/v1beta1/event.js +2 -0
- package/cosmos/authz/v1beta1/genesis.d.ts +4 -6
- package/cosmos/authz/v1beta1/genesis.js +1 -0
- package/cosmos/authz/v1beta1/query.d.ts +15 -40
- package/cosmos/authz/v1beta1/query.js +6 -0
- package/cosmos/authz/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/authz/v1beta1/query.lcd.js +6 -9
- package/cosmos/authz/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/authz/v1beta1/query.rpc.Query.js +13 -9
- package/cosmos/authz/v1beta1/tx.d.ts +15 -45
- package/cosmos/authz/v1beta1/tx.js +6 -0
- package/cosmos/authz/v1beta1/tx.registry.d.ts +2 -48
- package/cosmos/authz/v1beta1/tx.registry.js +1 -69
- package/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/authz/v1beta1/tx.rpc.msg.js +20 -10
- package/cosmos/bank/module/v1/module.d.ts +3 -7
- package/cosmos/bank/module/v1/module.js +1 -0
- package/cosmos/bank/v1beta1/authz.d.ts +4 -14
- package/cosmos/bank/v1beta1/authz.js +1 -1
- package/cosmos/bank/v1beta1/bank.d.ts +16 -66
- package/cosmos/bank/v1beta1/bank.js +7 -1
- package/cosmos/bank/v1beta1/genesis.d.ts +7 -20
- package/cosmos/bank/v1beta1/genesis.js +2 -0
- package/cosmos/bank/v1beta1/query.d.ts +58 -226
- package/cosmos/bank/v1beta1/query.js +27 -0
- package/cosmos/bank/v1beta1/query.lcd.d.ts +14 -14
- package/cosmos/bank/v1beta1/query.lcd.js +28 -41
- package/cosmos/bank/v1beta1/query.rpc.Query.d.ts +15 -15
- package/cosmos/bank/v1beta1/query.rpc.Query.js +78 -41
- package/cosmos/bank/v1beta1/tx.d.ts +19 -65
- package/cosmos/bank/v1beta1/tx.js +8 -0
- package/cosmos/bank/v1beta1/tx.registry.d.ts +2 -60
- package/cosmos/bank/v1beta1/tx.registry.js +1 -87
- package/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +7 -6
- package/cosmos/bank/v1beta1/tx.rpc.msg.js +25 -13
- package/cosmos/base/abci/v1beta1/abci.d.ts +26 -112
- package/cosmos/base/abci/v1beta1/abci.js +11 -0
- package/cosmos/base/node/v1beta1/query.d.ts +9 -25
- package/cosmos/base/node/v1beta1/query.js +4 -0
- package/cosmos/base/node/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/base/node/v1beta1/query.lcd.js +4 -6
- package/cosmos/base/node/v1beta1/query.rpc.Service.d.ts +4 -4
- package/cosmos/base/node/v1beta1/query.rpc.Service.js +6 -6
- package/cosmos/base/query/v1beta1/pagination.d.ts +5 -31
- package/cosmos/base/query/v1beta1/pagination.js +2 -0
- package/cosmos/base/reflection/v2alpha1/reflection.d.ts +53 -154
- package/cosmos/base/reflection/v2alpha1/reflection.js +26 -0
- package/cosmos/base/v1beta1/coin.d.ts +9 -38
- package/cosmos/base/v1beta1/coin.js +5 -1
- package/cosmos/benchmark/module/v1/module.d.ts +5 -20
- package/cosmos/benchmark/module/v1/module.js +2 -0
- package/cosmos/benchmark/v1/benchmark.d.ts +3 -11
- package/cosmos/benchmark/v1/benchmark.js +1 -0
- package/cosmos/benchmark/v1/tx.d.ts +6 -13
- package/cosmos/benchmark/v1/tx.js +2 -0
- package/cosmos/benchmark/v1/tx.registry.d.ts +2 -24
- package/cosmos/benchmark/v1/tx.registry.js +1 -33
- package/cosmos/benchmark/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/benchmark/v1/tx.rpc.msg.js +8 -4
- package/cosmos/bundle.d.ts +1344 -1649
- package/cosmos/circuit/module/v1/module.d.ts +3 -5
- package/cosmos/circuit/module/v1/module.js +1 -0
- package/cosmos/circuit/v1/query.d.ts +15 -32
- package/cosmos/circuit/v1/query.js +6 -0
- package/cosmos/circuit/v1/query.lcd.d.ts +4 -4
- package/cosmos/circuit/v1/query.lcd.js +7 -10
- package/cosmos/circuit/v1/query.rpc.Query.d.ts +5 -5
- package/cosmos/circuit/v1/query.rpc.Query.js +10 -10
- package/cosmos/circuit/v1/tx.d.ts +14 -35
- package/cosmos/circuit/v1/tx.js +6 -0
- package/cosmos/circuit/v1/tx.registry.d.ts +2 -48
- package/cosmos/circuit/v1/tx.registry.js +1 -69
- package/cosmos/circuit/v1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/circuit/v1/tx.rpc.msg.js +16 -10
- package/cosmos/circuit/v1/types.d.ts +7 -22
- package/cosmos/circuit/v1/types.js +4 -2
- package/cosmos/consensus/module/v1/module.d.ts +3 -5
- package/cosmos/consensus/module/v1/module.js +1 -0
- package/cosmos/consensus/v1/query.d.ts +6 -10
- package/cosmos/consensus/v1/query.js +2 -0
- package/cosmos/consensus/v1/query.lcd.d.ts +2 -2
- package/cosmos/consensus/v1/query.lcd.js +2 -3
- package/cosmos/consensus/v1/query.rpc.Query.d.ts +3 -3
- package/cosmos/consensus/v1/query.rpc.Query.js +3 -3
- package/cosmos/consensus/v1/tx.d.ts +6 -17
- package/cosmos/consensus/v1/tx.js +2 -0
- package/cosmos/consensus/v1/tx.registry.d.ts +2 -24
- package/cosmos/consensus/v1/tx.registry.js +1 -33
- package/cosmos/consensus/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/consensus/v1/tx.rpc.msg.js +11 -4
- package/cosmos/counter/module/v1/module.d.ts +3 -5
- package/cosmos/counter/module/v1/module.js +1 -0
- package/cosmos/counter/v1/query.d.ts +5 -9
- package/cosmos/counter/v1/query.js +2 -0
- package/cosmos/counter/v1/query.rpc.Query.d.ts +3 -3
- package/cosmos/counter/v1/query.rpc.Query.js +3 -3
- package/cosmos/counter/v1/tx.d.ts +5 -11
- package/cosmos/counter/v1/tx.js +2 -0
- package/cosmos/counter/v1/tx.registry.d.ts +2 -24
- package/cosmos/counter/v1/tx.registry.js +1 -33
- package/cosmos/counter/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/counter/v1/tx.rpc.msg.js +8 -4
- package/cosmos/crisis/module/v1/module.d.ts +3 -6
- package/cosmos/crisis/module/v1/module.js +1 -0
- package/cosmos/crypto/ed25519/keys.d.ts +5 -19
- package/cosmos/crypto/ed25519/keys.js +2 -0
- package/cosmos/crypto/hd/v1/hd.d.ts +3 -9
- package/cosmos/crypto/hd/v1/hd.js +1 -0
- package/cosmos/crypto/keyring/v1/record.d.ts +13 -33
- package/cosmos/crypto/keyring/v1/record.js +5 -0
- package/cosmos/crypto/multisig/keys.d.ts +4 -11
- package/cosmos/crypto/multisig/keys.js +1 -0
- package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +5 -20
- package/cosmos/crypto/multisig/v1beta1/multisig.js +2 -0
- package/cosmos/crypto/secp256k1/keys.d.ts +5 -16
- package/cosmos/crypto/secp256k1/keys.js +2 -0
- package/cosmos/crypto/secp256r1/keys.d.ts +5 -10
- package/cosmos/crypto/secp256r1/keys.js +2 -0
- package/cosmos/distribution/module/v1/module.d.ts +3 -6
- package/cosmos/distribution/module/v1/module.js +1 -0
- package/cosmos/distribution/v1beta1/distribution.d.ts +26 -134
- package/cosmos/distribution/v1beta1/distribution.js +13 -3
- package/cosmos/distribution/v1beta1/genesis.d.ts +19 -72
- package/cosmos/distribution/v1beta1/genesis.js +8 -0
- package/cosmos/distribution/v1beta1/query.d.ts +44 -157
- package/cosmos/distribution/v1beta1/query.js +20 -0
- package/cosmos/distribution/v1beta1/query.lcd.d.ts +11 -11
- package/cosmos/distribution/v1beta1/query.lcd.js +20 -30
- package/cosmos/distribution/v1beta1/query.rpc.Query.d.ts +12 -12
- package/cosmos/distribution/v1beta1/query.rpc.Query.js +31 -30
- package/cosmos/distribution/v1beta1/tx.d.ts +31 -126
- package/cosmos/distribution/v1beta1/tx.js +14 -0
- package/cosmos/distribution/v1beta1/tx.registry.d.ts +2 -96
- package/cosmos/distribution/v1beta1/tx.registry.js +1 -141
- package/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +10 -9
- package/cosmos/distribution/v1beta1/tx.rpc.msg.js +41 -22
- package/cosmos/epochs/module/v1/module.d.ts +3 -4
- package/cosmos/epochs/module/v1/module.js +1 -0
- package/cosmos/epochs/v1beta1/events.d.ts +5 -11
- package/cosmos/epochs/v1beta1/events.js +2 -0
- package/cosmos/epochs/v1beta1/genesis.d.ts +6 -20
- package/cosmos/epochs/v1beta1/genesis.js +2 -0
- package/cosmos/epochs/v1beta1/query.d.ts +10 -32
- package/cosmos/epochs/v1beta1/query.js +4 -0
- package/cosmos/epochs/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/epochs/v1beta1/query.lcd.js +4 -6
- package/cosmos/epochs/v1beta1/query.rpc.Query.d.ts +4 -4
- package/cosmos/epochs/v1beta1/query.rpc.Query.js +6 -6
- package/cosmos/evidence/module/v1/module.d.ts +3 -4
- package/cosmos/evidence/module/v1/module.js +1 -0
- package/cosmos/feegrant/module/v1/module.d.ts +3 -4
- package/cosmos/feegrant/module/v1/module.js +1 -0
- package/cosmos/feegrant/v1beta1/feegrant.d.ts +12 -43
- package/cosmos/feegrant/v1beta1/feegrant.js +4 -3
- package/cosmos/feegrant/v1beta1/genesis.d.ts +4 -6
- package/cosmos/feegrant/v1beta1/genesis.js +1 -0
- package/cosmos/feegrant/v1beta1/query.d.ts +15 -45
- package/cosmos/feegrant/v1beta1/query.js +6 -0
- package/cosmos/feegrant/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/feegrant/v1beta1/query.lcd.js +6 -9
- package/cosmos/feegrant/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/feegrant/v1beta1/query.rpc.Query.js +11 -9
- package/cosmos/feegrant/v1beta1/tx.d.ts +15 -43
- package/cosmos/feegrant/v1beta1/tx.js +6 -0
- package/cosmos/feegrant/v1beta1/tx.registry.d.ts +2 -48
- package/cosmos/feegrant/v1beta1/tx.registry.js +1 -69
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.js +18 -10
- package/cosmos/genutil/module/v1/module.d.ts +3 -4
- package/cosmos/genutil/module/v1/module.js +1 -0
- package/cosmos/gov/module/v1/module.d.ts +3 -6
- package/cosmos/gov/module/v1/module.js +1 -0
- package/cosmos/gov/v1/genesis.d.ts +4 -17
- package/cosmos/gov/v1/genesis.js +1 -0
- package/cosmos/gov/v1/gov.d.ts +22 -104
- package/cosmos/gov/v1/gov.js +10 -3
- package/cosmos/gov/v1/query.d.ts +39 -110
- package/cosmos/gov/v1/query.js +18 -0
- package/cosmos/gov/v1/query.lcd.d.ts +10 -10
- package/cosmos/gov/v1/query.lcd.js +18 -27
- package/cosmos/gov/v1/query.rpc.Query.d.ts +11 -11
- package/cosmos/gov/v1/query.rpc.Query.js +27 -27
- package/cosmos/gov/v1/tx.d.ts +36 -115
- package/cosmos/gov/v1/tx.js +14 -0
- package/cosmos/gov/v1/tx.registry.d.ts +2 -96
- package/cosmos/gov/v1/tx.registry.js +1 -141
- package/cosmos/gov/v1/tx.rpc.msg.d.ts +10 -9
- package/cosmos/gov/v1/tx.rpc.msg.js +32 -22
- package/cosmos/gov/v1beta1/genesis.d.ts +4 -12
- package/cosmos/gov/v1beta1/genesis.js +1 -0
- package/cosmos/gov/v1beta1/gov.d.ts +25 -90
- package/cosmos/gov/v1beta1/gov.js +11 -5
- package/cosmos/gov/v1beta1/query.d.ts +35 -97
- package/cosmos/gov/v1beta1/query.js +16 -0
- package/cosmos/gov/v1beta1/query.lcd.d.ts +9 -9
- package/cosmos/gov/v1beta1/query.lcd.js +16 -24
- package/cosmos/gov/v1beta1/query.rpc.Query.d.ts +10 -10
- package/cosmos/gov/v1beta1/query.rpc.Query.js +24 -24
- package/cosmos/gov/v1beta1/tx.d.ts +23 -62
- package/cosmos/gov/v1beta1/tx.js +8 -0
- package/cosmos/gov/v1beta1/tx.registry.d.ts +2 -60
- package/cosmos/gov/v1beta1/tx.registry.js +1 -87
- package/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +7 -6
- package/cosmos/gov/v1beta1/tx.rpc.msg.js +19 -13
- package/cosmos/group/module/v1/module.d.ts +4 -7
- package/cosmos/group/module/v1/module.js +1 -0
- package/cosmos/group/v1/events.d.ts +24 -62
- package/cosmos/group/v1/events.js +11 -0
- package/cosmos/group/v1/genesis.d.ts +4 -13
- package/cosmos/group/v1/genesis.js +1 -0
- package/cosmos/group/v1/query.d.ts +59 -168
- package/cosmos/group/v1/query.js +28 -0
- package/cosmos/group/v1/query.lcd.d.ts +15 -15
- package/cosmos/group/v1/query.lcd.js +29 -43
- package/cosmos/group/v1/query.rpc.Query.d.ts +16 -16
- package/cosmos/group/v1/query.rpc.Query.js +49 -43
- package/cosmos/group/v1/tx.d.ts +59 -170
- package/cosmos/group/v1/tx.js +29 -2
- package/cosmos/group/v1/tx.registry.d.ts +2 -180
- package/cosmos/group/v1/tx.registry.js +1 -267
- package/cosmos/group/v1/tx.rpc.msg.d.ts +17 -16
- package/cosmos/group/v1/tx.rpc.msg.js +47 -43
- package/cosmos/group/v1/types.d.ts +25 -130
- package/cosmos/group/v1/types.js +12 -6
- package/cosmos/ics23/v1/proofs.d.ts +27 -170
- package/cosmos/ics23/v1/proofs.js +14 -3
- package/cosmos/mint/module/v1/module.d.ts +3 -6
- package/cosmos/mint/module/v1/module.js +1 -0
- package/cosmos/mint/v1beta1/genesis.d.ts +4 -7
- package/cosmos/mint/v1beta1/genesis.js +1 -0
- package/cosmos/mint/v1beta1/mint.d.ts +5 -16
- package/cosmos/mint/v1beta1/mint.js +3 -1
- package/cosmos/mint/v1beta1/query.d.ts +14 -37
- package/cosmos/mint/v1beta1/query.js +6 -0
- package/cosmos/mint/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/mint/v1beta1/query.lcd.js +6 -9
- package/cosmos/mint/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/mint/v1beta1/query.rpc.Query.js +9 -9
- package/cosmos/mint/v1beta1/tx.d.ts +6 -20
- package/cosmos/mint/v1beta1/tx.js +2 -0
- package/cosmos/mint/v1beta1/tx.registry.d.ts +2 -24
- package/cosmos/mint/v1beta1/tx.registry.js +1 -33
- package/cosmos/mint/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/mint/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/nft/module/v1/module.d.ts +3 -4
- package/cosmos/nft/module/v1/module.js +1 -0
- package/cosmos/orm/module/v1alpha1/module.d.ts +3 -8
- package/cosmos/orm/module/v1alpha1/module.js +1 -0
- package/cosmos/orm/query/v1alpha1/query.d.ts +18 -53
- package/cosmos/orm/query/v1alpha1/query.js +7 -0
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.d.ts +4 -4
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.js +6 -6
- package/cosmos/params/module/v1/module.d.ts +3 -4
- package/cosmos/params/module/v1/module.js +1 -0
- package/cosmos/params/v1beta1/params.d.ts +5 -19
- package/cosmos/params/v1beta1/params.js +2 -1
- package/cosmos/params/v1beta1/query.d.ts +12 -42
- package/cosmos/params/v1beta1/query.js +5 -0
- package/cosmos/params/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/params/v1beta1/query.lcd.js +4 -6
- package/cosmos/params/v1beta1/query.rpc.Query.d.ts +4 -4
- package/cosmos/params/v1beta1/query.rpc.Query.js +9 -6
- package/cosmos/protocolpool/module/v1/module.d.ts +3 -5
- package/cosmos/protocolpool/module/v1/module.js +1 -0
- package/cosmos/protocolpool/v1/genesis.d.ts +4 -7
- package/cosmos/protocolpool/v1/genesis.js +1 -0
- package/cosmos/protocolpool/v1/query.d.ts +19 -57
- package/cosmos/protocolpool/v1/query.js +8 -0
- package/cosmos/protocolpool/v1/query.lcd.d.ts +5 -5
- package/cosmos/protocolpool/v1/query.lcd.js +8 -12
- package/cosmos/protocolpool/v1/query.rpc.Query.d.ts +6 -6
- package/cosmos/protocolpool/v1/query.rpc.Query.js +12 -12
- package/cosmos/protocolpool/v1/tx.d.ts +23 -77
- package/cosmos/protocolpool/v1/tx.js +11 -1
- package/cosmos/protocolpool/v1/tx.registry.d.ts +2 -72
- package/cosmos/protocolpool/v1/tx.registry.js +1 -105
- package/cosmos/protocolpool/v1/tx.rpc.msg.d.ts +8 -7
- package/cosmos/protocolpool/v1/tx.rpc.msg.js +28 -16
- package/cosmos/protocolpool/v1/types.d.ts +5 -13
- package/cosmos/protocolpool/v1/types.js +3 -1
- package/cosmos/reflection/v1/reflection.d.ts +6 -10
- package/cosmos/reflection/v1/reflection.js +2 -0
- package/cosmos/slashing/module/v1/module.d.ts +3 -5
- package/cosmos/slashing/module/v1/module.js +1 -0
- package/cosmos/staking/module/v1/module.d.ts +3 -8
- package/cosmos/staking/module/v1/module.js +1 -0
- package/cosmos/staking/v1beta1/authz.d.ts +6 -21
- package/cosmos/staking/v1beta1/authz.js +3 -3
- package/cosmos/staking/v1beta1/genesis.d.ts +6 -19
- package/cosmos/staking/v1beta1/genesis.js +2 -0
- package/cosmos/staking/v1beta1/query.d.ts +59 -213
- package/cosmos/staking/v1beta1/query.js +28 -0
- package/cosmos/staking/v1beta1/query.lcd.d.ts +15 -15
- package/cosmos/staking/v1beta1/query.lcd.js +28 -42
- package/cosmos/staking/v1beta1/query.rpc.Query.d.ts +16 -16
- package/cosmos/staking/v1beta1/query.rpc.Query.js +67 -42
- package/cosmos/staking/v1beta1/staking.d.ts +48 -214
- package/cosmos/staking/v1beta1/staking.js +28 -9
- package/cosmos/staking/v1beta1/tx.d.ts +32 -116
- package/cosmos/staking/v1beta1/tx.js +20 -6
- package/cosmos/staking/v1beta1/tx.registry.d.ts +2 -96
- package/cosmos/staking/v1beta1/tx.registry.js +1 -141
- package/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +10 -9
- package/cosmos/staking/v1beta1/tx.rpc.msg.js +34 -22
- package/cosmos/store/internal/kv/v1beta1/kv.d.ts +5 -11
- package/cosmos/store/internal/kv/v1beta1/kv.js +2 -0
- package/cosmos/store/snapshots/v1/snapshot.d.ts +15 -66
- package/cosmos/store/snapshots/v1/snapshot.js +7 -0
- package/cosmos/store/streaming/abci/grpc.d.ts +11 -23
- package/cosmos/store/streaming/abci/grpc.js +4 -0
- package/cosmos/store/v1beta1/commit_info.d.ts +7 -28
- package/cosmos/store/v1beta1/commit_info.js +3 -0
- package/cosmos/store/v1beta1/listening.d.ts +6 -25
- package/cosmos/store/v1beta1/listening.js +2 -0
- package/cosmos/tx/config/v1/config.d.ts +3 -6
- package/cosmos/tx/config/v1/config.js +1 -0
- package/cosmos/tx/signing/v1beta1/signing.d.ts +13 -38
- package/cosmos/tx/signing/v1beta1/signing.js +6 -2
- package/cosmos/tx/v1beta1/service.d.ts +42 -188
- package/cosmos/tx/v1beta1/service.js +19 -3
- package/cosmos/tx/v1beta1/service.lcd.d.ts +4 -4
- package/cosmos/tx/v1beta1/service.lcd.js +6 -9
- package/cosmos/tx/v1beta1/service.rpc.Service.d.ts +11 -11
- package/cosmos/tx/v1beta1/service.rpc.Service.js +37 -27
- package/cosmos/tx/v1beta1/tx.d.ts +30 -136
- package/cosmos/tx/v1beta1/tx.js +13 -0
- package/cosmos/upgrade/module/v1/module.d.ts +3 -5
- package/cosmos/upgrade/module/v1/module.js +1 -0
- package/cosmos/upgrade/v1beta1/query.d.ts +22 -87
- package/cosmos/upgrade/v1beta1/query.js +10 -0
- package/cosmos/upgrade/v1beta1/query.lcd.d.ts +6 -6
- package/cosmos/upgrade/v1beta1/query.lcd.js +10 -15
- package/cosmos/upgrade/v1beta1/query.rpc.Query.d.ts +7 -7
- package/cosmos/upgrade/v1beta1/query.rpc.Query.js +24 -15
- package/cosmos/upgrade/v1beta1/tx.d.ts +10 -36
- package/cosmos/upgrade/v1beta1/tx.js +4 -0
- package/cosmos/upgrade/v1beta1/tx.registry.d.ts +2 -36
- package/cosmos/upgrade/v1beta1/tx.registry.js +1 -51
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +5 -4
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.js +16 -7
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +10 -51
- package/cosmos/upgrade/v1beta1/upgrade.js +4 -2
- package/cosmos/vesting/module/v1/module.d.ts +3 -4
- package/cosmos/vesting/module/v1/module.js +1 -0
- package/cosmos/vesting/v1beta1/tx.d.ts +15 -60
- package/cosmos/vesting/v1beta1/tx.js +6 -0
- package/cosmos/vesting/v1beta1/tx.registry.d.ts +2 -48
- package/cosmos/vesting/v1beta1/tx.registry.js +1 -69
- package/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/vesting/v1beta1/tx.rpc.msg.js +21 -10
- package/cosmos/vesting/v1beta1/vesting.d.ts +15 -59
- package/cosmos/vesting/v1beta1/vesting.js +6 -0
- package/cosmos_proto/bundle.d.ts +2 -3
- package/cosmos_proto/cosmos.d.ts +3 -25
- package/cosmos_proto/cosmos.js +1 -2
- package/esm/cosmos/app/runtime/v1alpha1/module.js +2 -0
- package/esm/cosmos/app/v1alpha1/module.js +3 -0
- package/esm/cosmos/auth/module/v1/module.js +2 -0
- package/esm/cosmos/auth/v1beta1/auth.js +4 -2
- package/esm/cosmos/auth/v1beta1/genesis.js +1 -0
- package/esm/cosmos/auth/v1beta1/query.js +20 -0
- package/esm/cosmos/auth/v1beta1/query.lcd.js +21 -31
- package/esm/cosmos/auth/v1beta1/query.rpc.Query.js +48 -31
- package/esm/cosmos/auth/v1beta1/tx.js +2 -0
- package/esm/cosmos/auth/v1beta1/tx.registry.js +0 -31
- package/esm/cosmos/auth/v1beta1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/authz/module/v1/module.js +1 -0
- package/esm/cosmos/authz/v1beta1/authz.js +4 -1
- package/esm/cosmos/authz/v1beta1/event.js +2 -0
- package/esm/cosmos/authz/v1beta1/genesis.js +1 -0
- package/esm/cosmos/authz/v1beta1/query.js +6 -0
- package/esm/cosmos/authz/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/authz/v1beta1/query.rpc.Query.js +13 -9
- package/esm/cosmos/authz/v1beta1/tx.js +6 -0
- package/esm/cosmos/authz/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/authz/v1beta1/tx.rpc.msg.js +18 -9
- package/esm/cosmos/bank/module/v1/module.js +1 -0
- package/esm/cosmos/bank/v1beta1/authz.js +1 -1
- package/esm/cosmos/bank/v1beta1/bank.js +7 -1
- package/esm/cosmos/bank/v1beta1/genesis.js +2 -0
- package/esm/cosmos/bank/v1beta1/query.js +27 -0
- package/esm/cosmos/bank/v1beta1/query.lcd.js +28 -41
- package/esm/cosmos/bank/v1beta1/query.rpc.Query.js +78 -41
- package/esm/cosmos/bank/v1beta1/tx.js +8 -0
- package/esm/cosmos/bank/v1beta1/tx.registry.js +0 -85
- package/esm/cosmos/bank/v1beta1/tx.rpc.msg.js +23 -12
- package/esm/cosmos/base/abci/v1beta1/abci.js +11 -0
- package/esm/cosmos/base/node/v1beta1/query.js +4 -0
- package/esm/cosmos/base/node/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/base/node/v1beta1/query.rpc.Service.js +6 -6
- package/esm/cosmos/base/query/v1beta1/pagination.js +2 -0
- package/esm/cosmos/base/reflection/v2alpha1/reflection.js +26 -0
- package/esm/cosmos/base/v1beta1/coin.js +5 -1
- package/esm/cosmos/benchmark/module/v1/module.js +2 -0
- package/esm/cosmos/benchmark/v1/benchmark.js +1 -0
- package/esm/cosmos/benchmark/v1/tx.js +2 -0
- package/esm/cosmos/benchmark/v1/tx.registry.js +0 -31
- package/esm/cosmos/benchmark/v1/tx.rpc.msg.js +6 -3
- package/esm/cosmos/circuit/module/v1/module.js +1 -0
- package/esm/cosmos/circuit/v1/query.js +6 -0
- package/esm/cosmos/circuit/v1/query.lcd.js +7 -10
- package/esm/cosmos/circuit/v1/query.rpc.Query.js +10 -10
- package/esm/cosmos/circuit/v1/tx.js +6 -0
- package/esm/cosmos/circuit/v1/tx.registry.js +0 -67
- package/esm/cosmos/circuit/v1/tx.rpc.msg.js +14 -9
- package/esm/cosmos/circuit/v1/types.js +3 -1
- package/esm/cosmos/consensus/module/v1/module.js +1 -0
- package/esm/cosmos/consensus/v1/query.js +2 -0
- package/esm/cosmos/consensus/v1/query.lcd.js +2 -3
- package/esm/cosmos/consensus/v1/query.rpc.Query.js +3 -3
- package/esm/cosmos/consensus/v1/tx.js +2 -0
- package/esm/cosmos/consensus/v1/tx.registry.js +0 -31
- package/esm/cosmos/consensus/v1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/counter/module/v1/module.js +1 -0
- package/esm/cosmos/counter/v1/query.js +2 -0
- package/esm/cosmos/counter/v1/query.rpc.Query.js +3 -3
- package/esm/cosmos/counter/v1/tx.js +2 -0
- package/esm/cosmos/counter/v1/tx.registry.js +0 -31
- package/esm/cosmos/counter/v1/tx.rpc.msg.js +6 -3
- package/esm/cosmos/crisis/module/v1/module.js +1 -0
- package/esm/cosmos/crypto/ed25519/keys.js +2 -0
- package/esm/cosmos/crypto/hd/v1/hd.js +1 -0
- package/esm/cosmos/crypto/keyring/v1/record.js +5 -0
- package/esm/cosmos/crypto/multisig/keys.js +1 -0
- package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +2 -0
- package/esm/cosmos/crypto/secp256k1/keys.js +2 -0
- package/esm/cosmos/crypto/secp256r1/keys.js +2 -0
- package/esm/cosmos/distribution/module/v1/module.js +1 -0
- package/esm/cosmos/distribution/v1beta1/distribution.js +13 -3
- package/esm/cosmos/distribution/v1beta1/genesis.js +8 -0
- package/esm/cosmos/distribution/v1beta1/query.js +20 -0
- package/esm/cosmos/distribution/v1beta1/query.lcd.js +20 -30
- package/esm/cosmos/distribution/v1beta1/query.rpc.Query.js +31 -30
- package/esm/cosmos/distribution/v1beta1/tx.js +14 -0
- package/esm/cosmos/distribution/v1beta1/tx.registry.js +0 -139
- package/esm/cosmos/distribution/v1beta1/tx.rpc.msg.js +39 -21
- package/esm/cosmos/epochs/module/v1/module.js +1 -0
- package/esm/cosmos/epochs/v1beta1/events.js +2 -0
- package/esm/cosmos/epochs/v1beta1/genesis.js +2 -0
- package/esm/cosmos/epochs/v1beta1/query.js +4 -0
- package/esm/cosmos/epochs/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/epochs/v1beta1/query.rpc.Query.js +6 -6
- package/esm/cosmos/evidence/module/v1/module.js +1 -0
- package/esm/cosmos/feegrant/module/v1/module.js +1 -0
- package/esm/cosmos/feegrant/v1beta1/feegrant.js +4 -3
- package/esm/cosmos/feegrant/v1beta1/genesis.js +1 -0
- package/esm/cosmos/feegrant/v1beta1/query.js +6 -0
- package/esm/cosmos/feegrant/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/feegrant/v1beta1/query.rpc.Query.js +11 -9
- package/esm/cosmos/feegrant/v1beta1/tx.js +6 -0
- package/esm/cosmos/feegrant/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.msg.js +16 -9
- package/esm/cosmos/genutil/module/v1/module.js +1 -0
- package/esm/cosmos/gov/module/v1/module.js +1 -0
- package/esm/cosmos/gov/v1/genesis.js +1 -0
- package/esm/cosmos/gov/v1/gov.js +9 -2
- package/esm/cosmos/gov/v1/query.js +18 -0
- package/esm/cosmos/gov/v1/query.lcd.js +18 -27
- package/esm/cosmos/gov/v1/query.rpc.Query.js +27 -27
- package/esm/cosmos/gov/v1/tx.js +14 -0
- package/esm/cosmos/gov/v1/tx.registry.js +0 -139
- package/esm/cosmos/gov/v1/tx.rpc.msg.js +30 -21
- package/esm/cosmos/gov/v1beta1/genesis.js +1 -0
- package/esm/cosmos/gov/v1beta1/gov.js +10 -4
- package/esm/cosmos/gov/v1beta1/query.js +16 -0
- package/esm/cosmos/gov/v1beta1/query.lcd.js +16 -24
- package/esm/cosmos/gov/v1beta1/query.rpc.Query.js +24 -24
- package/esm/cosmos/gov/v1beta1/tx.js +8 -0
- package/esm/cosmos/gov/v1beta1/tx.registry.js +0 -85
- package/esm/cosmos/gov/v1beta1/tx.rpc.msg.js +17 -12
- package/esm/cosmos/group/module/v1/module.js +1 -0
- package/esm/cosmos/group/v1/events.js +11 -0
- package/esm/cosmos/group/v1/genesis.js +1 -0
- package/esm/cosmos/group/v1/query.js +28 -0
- package/esm/cosmos/group/v1/query.lcd.js +29 -43
- package/esm/cosmos/group/v1/query.rpc.Query.js +49 -43
- package/esm/cosmos/group/v1/tx.js +28 -1
- package/esm/cosmos/group/v1/tx.registry.js +0 -265
- package/esm/cosmos/group/v1/tx.rpc.msg.js +45 -42
- package/esm/cosmos/group/v1/types.js +11 -5
- package/esm/cosmos/ics23/v1/proofs.js +13 -2
- package/esm/cosmos/mint/module/v1/module.js +1 -0
- package/esm/cosmos/mint/v1beta1/genesis.js +1 -0
- package/esm/cosmos/mint/v1beta1/mint.js +3 -1
- package/esm/cosmos/mint/v1beta1/query.js +6 -0
- package/esm/cosmos/mint/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/mint/v1beta1/query.rpc.Query.js +9 -9
- package/esm/cosmos/mint/v1beta1/tx.js +2 -0
- package/esm/cosmos/mint/v1beta1/tx.registry.js +0 -31
- package/esm/cosmos/mint/v1beta1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/nft/module/v1/module.js +1 -0
- package/esm/cosmos/orm/module/v1alpha1/module.js +1 -0
- package/esm/cosmos/orm/query/v1alpha1/query.js +7 -0
- package/esm/cosmos/orm/query/v1alpha1/query.rpc.Query.js +6 -6
- package/esm/cosmos/params/module/v1/module.js +1 -0
- package/esm/cosmos/params/v1beta1/params.js +2 -1
- package/esm/cosmos/params/v1beta1/query.js +5 -0
- package/esm/cosmos/params/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/params/v1beta1/query.rpc.Query.js +9 -6
- package/esm/cosmos/protocolpool/module/v1/module.js +1 -0
- package/esm/cosmos/protocolpool/v1/genesis.js +1 -0
- package/esm/cosmos/protocolpool/v1/query.js +8 -0
- package/esm/cosmos/protocolpool/v1/query.lcd.js +8 -12
- package/esm/cosmos/protocolpool/v1/query.rpc.Query.js +12 -12
- package/esm/cosmos/protocolpool/v1/tx.js +11 -1
- package/esm/cosmos/protocolpool/v1/tx.registry.js +0 -103
- package/esm/cosmos/protocolpool/v1/tx.rpc.msg.js +26 -15
- package/esm/cosmos/protocolpool/v1/types.js +3 -1
- package/esm/cosmos/reflection/v1/reflection.js +2 -0
- package/esm/cosmos/slashing/module/v1/module.js +1 -0
- package/esm/cosmos/staking/module/v1/module.js +1 -0
- package/esm/cosmos/staking/v1beta1/authz.js +2 -2
- package/esm/cosmos/staking/v1beta1/genesis.js +2 -0
- package/esm/cosmos/staking/v1beta1/query.js +28 -0
- package/esm/cosmos/staking/v1beta1/query.lcd.js +28 -42
- package/esm/cosmos/staking/v1beta1/query.rpc.Query.js +67 -42
- package/esm/cosmos/staking/v1beta1/staking.js +23 -4
- package/esm/cosmos/staking/v1beta1/tx.js +16 -2
- package/esm/cosmos/staking/v1beta1/tx.registry.js +0 -139
- package/esm/cosmos/staking/v1beta1/tx.rpc.msg.js +32 -21
- package/esm/cosmos/store/internal/kv/v1beta1/kv.js +2 -0
- package/esm/cosmos/store/snapshots/v1/snapshot.js +7 -0
- package/esm/cosmos/store/streaming/abci/grpc.js +4 -0
- package/esm/cosmos/store/v1beta1/commit_info.js +3 -0
- package/esm/cosmos/store/v1beta1/listening.js +2 -0
- package/esm/cosmos/tx/config/v1/config.js +1 -0
- package/esm/cosmos/tx/signing/v1beta1/signing.js +5 -1
- package/esm/cosmos/tx/v1beta1/service.js +18 -2
- package/esm/cosmos/tx/v1beta1/service.lcd.js +6 -9
- package/esm/cosmos/tx/v1beta1/service.rpc.Service.js +37 -27
- package/esm/cosmos/tx/v1beta1/tx.js +13 -0
- package/esm/cosmos/upgrade/module/v1/module.js +1 -0
- package/esm/cosmos/upgrade/v1beta1/query.js +10 -0
- package/esm/cosmos/upgrade/v1beta1/query.lcd.js +10 -15
- package/esm/cosmos/upgrade/v1beta1/query.rpc.Query.js +24 -15
- package/esm/cosmos/upgrade/v1beta1/tx.js +4 -0
- package/esm/cosmos/upgrade/v1beta1/tx.registry.js +0 -49
- package/esm/cosmos/upgrade/v1beta1/tx.rpc.msg.js +14 -6
- package/esm/cosmos/upgrade/v1beta1/upgrade.js +4 -2
- package/esm/cosmos/vesting/module/v1/module.js +1 -0
- package/esm/cosmos/vesting/v1beta1/tx.js +6 -0
- package/esm/cosmos/vesting/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/vesting/v1beta1/tx.rpc.msg.js +19 -9
- package/esm/cosmos/vesting/v1beta1/vesting.js +6 -0
- package/esm/cosmos_proto/cosmos.js +0 -1
- package/esm/google/protobuf/any.js +0 -1
- package/esm/google/protobuf/descriptor.js +4 -24
- package/esm/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.js +4 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +4 -6
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +6 -6
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.js +6 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +0 -67
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +12 -9
- package/esm/ibc/applications/interchain_accounts/genesis/v1/genesis.js +5 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/host.js +2 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/query.js +2 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/query.lcd.js +2 -3
- package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +3 -3
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.js +4 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.registry.js +0 -49
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +9 -6
- package/esm/ibc/applications/interchain_accounts/v1/account.js +1 -1
- package/esm/ibc/applications/interchain_accounts/v1/metadata.js +1 -0
- package/esm/ibc/applications/interchain_accounts/v1/packet.js +2 -1
- package/esm/ibc/applications/packet_forward_middleware/v1/genesis.js +2 -0
- package/esm/ibc/applications/transfer/v1/authz.js +2 -1
- package/esm/ibc/applications/transfer/v1/denomtrace.js +1 -0
- package/esm/ibc/applications/transfer/v1/genesis.js +1 -0
- package/esm/ibc/applications/transfer/v1/packet.js +1 -0
- package/esm/ibc/applications/transfer/v1/query.js +12 -0
- package/esm/ibc/applications/transfer/v1/query.lcd.js +13 -19
- package/esm/ibc/applications/transfer/v1/query.rpc.Query.js +19 -19
- package/esm/ibc/applications/transfer/v1/token.js +3 -0
- package/esm/ibc/applications/transfer/v1/transfer.js +1 -0
- package/esm/ibc/applications/transfer/v1/tx.js +4 -0
- package/esm/ibc/applications/transfer/v1/tx.registry.js +0 -49
- package/esm/ibc/applications/transfer/v1/tx.rpc.msg.js +9 -6
- package/esm/ibc/core/channel/v1/channel.js +8 -2
- package/esm/ibc/core/channel/v1/genesis.js +2 -0
- package/esm/ibc/core/channel/v1/query.js +28 -0
- package/esm/ibc/core/channel/v1/query.lcd.js +29 -43
- package/esm/ibc/core/channel/v1/query.rpc.Query.js +51 -43
- package/esm/ibc/core/channel/v1/tx.js +20 -1
- package/esm/ibc/core/channel/v1/tx.registry.js +0 -193
- package/esm/ibc/core/channel/v1/tx.rpc.msg.js +34 -30
- package/esm/ibc/core/channel/v2/genesis.js +3 -0
- package/esm/ibc/core/channel/v2/packet.js +4 -1
- package/esm/ibc/core/channel/v2/query.js +16 -0
- package/esm/ibc/core/channel/v2/query.lcd.js +16 -24
- package/esm/ibc/core/channel/v2/query.rpc.Query.js +24 -24
- package/esm/ibc/core/channel/v2/tx.js +8 -1
- package/esm/ibc/core/channel/v2/tx.registry.js +0 -85
- package/esm/ibc/core/channel/v2/tx.rpc.msg.js +15 -12
- package/esm/ibc/core/client/v1/client.js +5 -0
- package/esm/ibc/core/client/v1/genesis.js +3 -0
- package/esm/ibc/core/client/v1/query.js +22 -0
- package/esm/ibc/core/client/v1/query.lcd.js +21 -31
- package/esm/ibc/core/client/v1/query.rpc.Query.js +36 -34
- package/esm/ibc/core/client/v1/tx.js +16 -0
- package/esm/ibc/core/client/v1/tx.registry.js +0 -157
- package/esm/ibc/core/client/v1/tx.rpc.msg.js +27 -24
- package/esm/ibc/core/client/v2/config.js +1 -0
- package/esm/ibc/core/client/v2/counterparty.js +1 -0
- package/esm/ibc/core/client/v2/genesis.js +2 -0
- package/esm/ibc/core/client/v2/query.js +4 -0
- package/esm/ibc/core/client/v2/query.lcd.js +4 -6
- package/esm/ibc/core/client/v2/query.rpc.Query.js +6 -6
- package/esm/ibc/core/client/v2/tx.js +4 -0
- package/esm/ibc/core/client/v2/tx.registry.js +0 -49
- package/esm/ibc/core/client/v2/tx.rpc.msg.js +9 -6
- package/esm/ibc/core/commitment/v1/commitment.js +3 -0
- package/esm/ibc/core/commitment/v2/commitment.js +1 -0
- package/esm/ibc/core/connection/v1/connection.js +7 -1
- package/esm/ibc/core/connection/v1/genesis.js +1 -0
- package/esm/ibc/core/connection/v1/query.js +12 -0
- package/esm/ibc/core/connection/v1/query.lcd.js +13 -19
- package/esm/ibc/core/connection/v1/query.rpc.Query.js +22 -19
- package/esm/ibc/core/connection/v1/tx.js +10 -0
- package/esm/ibc/core/connection/v1/tx.registry.js +0 -103
- package/esm/ibc/core/connection/v1/tx.rpc.msg.js +20 -15
- package/esm/ibc/lightclients/solomachine/v2/solomachine.js +16 -1
- package/esm/ibc/lightclients/solomachine/v3/solomachine.js +8 -0
- package/esm/ibc/lightclients/tendermint/v1/tendermint.js +5 -0
- package/esm/ibc/lightclients/wasm/v1/genesis.js +2 -0
- package/esm/ibc/lightclients/wasm/v1/query.js +4 -0
- package/esm/ibc/lightclients/wasm/v1/query.lcd.js +5 -7
- package/esm/ibc/lightclients/wasm/v1/query.rpc.Query.js +7 -7
- package/esm/ibc/lightclients/wasm/v1/tx.js +6 -0
- package/esm/ibc/lightclients/wasm/v1/tx.registry.js +0 -67
- package/esm/ibc/lightclients/wasm/v1/tx.rpc.msg.js +12 -9
- package/esm/ibc/lightclients/wasm/v1/wasm.js +4 -0
- package/esm/index.js +1 -0
- package/esm/sparkdream/blog/params.js +1 -0
- package/esm/sparkdream/blog/query.lcd.js +7 -10
- package/esm/sparkdream/blog/query.rpc.Query.js +10 -10
- package/esm/sparkdream/blog/tx.js +1 -0
- package/esm/sparkdream/blog/tx.registry.js +0 -85
- package/esm/sparkdream/blog/tx.rpc.msg.js +16 -12
- package/esm/sparkdream/sparkdream/params.js +1 -0
- package/esm/sparkdream/sparkdream/query.lcd.js +2 -3
- package/esm/sparkdream/sparkdream/query.rpc.Query.js +3 -3
- package/esm/sparkdream/sparkdream/tx.js +1 -0
- package/esm/sparkdream/sparkdream/tx.registry.js +0 -31
- package/esm/sparkdream/sparkdream/tx.rpc.msg.js +7 -3
- package/esm/tendermint/abci/types.js +0 -6
- package/esm/tendermint/types/types.js +0 -1
- package/esm/tendermint/types/validator.js +0 -1
- package/esm/types.js +7 -0
- package/google/api/http.d.ts +4 -295
- package/google/bundle.d.ts +37 -57
- package/google/protobuf/any.d.ts +2 -94
- package/google/protobuf/any.js +0 -1
- package/google/protobuf/descriptor.d.ts +35 -370
- package/google/protobuf/descriptor.js +6 -26
- package/google/protobuf/duration.d.ts +2 -65
- package/google/protobuf/timestamp.d.ts +2 -96
- package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +3 -8
- package/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +10 -21
- package/ibc/applications/interchain_accounts/controller/v1/query.js +4 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.lcd.d.ts +3 -3
- package/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +4 -6
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.d.ts +4 -4
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +6 -6
- package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +15 -39
- package/ibc/applications/interchain_accounts/controller/v1/tx.js +6 -0
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +2 -48
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +1 -69
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.d.ts +6 -5
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +14 -10
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +11 -42
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.js +5 -0
- package/ibc/applications/interchain_accounts/host/v1/host.d.ts +5 -18
- package/ibc/applications/interchain_accounts/host/v1/host.js +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.d.ts +6 -10
- package/ibc/applications/interchain_accounts/host/v1/query.js +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.lcd.d.ts +2 -2
- package/ibc/applications/interchain_accounts/host/v1/query.lcd.js +2 -3
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.d.ts +3 -3
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +3 -3
- package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +10 -23
- package/ibc/applications/interchain_accounts/host/v1/tx.js +4 -0
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +2 -36
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.js +1 -51
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.d.ts +5 -4
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +11 -7
- package/ibc/applications/interchain_accounts/v1/account.d.ts +4 -9
- package/ibc/applications/interchain_accounts/v1/account.js +1 -1
- package/ibc/applications/interchain_accounts/v1/metadata.d.ts +3 -13
- package/ibc/applications/interchain_accounts/v1/metadata.js +1 -0
- package/ibc/applications/interchain_accounts/v1/packet.d.ts +6 -14
- package/ibc/applications/interchain_accounts/v1/packet.js +3 -2
- package/ibc/applications/packet_forward_middleware/v1/genesis.d.ts +6 -31
- package/ibc/applications/packet_forward_middleware/v1/genesis.js +2 -0
- package/ibc/applications/transfer/v1/authz.d.ts +6 -20
- package/ibc/applications/transfer/v1/authz.js +2 -1
- package/ibc/applications/transfer/v1/denomtrace.d.ts +3 -10
- package/ibc/applications/transfer/v1/denomtrace.js +1 -0
- package/ibc/applications/transfer/v1/genesis.d.ts +6 -11
- package/ibc/applications/transfer/v1/genesis.js +1 -0
- package/ibc/applications/transfer/v1/packet.d.ts +3 -13
- package/ibc/applications/transfer/v1/packet.js +1 -0
- package/ibc/applications/transfer/v1/query.d.ts +29 -83
- package/ibc/applications/transfer/v1/query.js +12 -0
- package/ibc/applications/transfer/v1/query.lcd.d.ts +7 -7
- package/ibc/applications/transfer/v1/query.lcd.js +13 -19
- package/ibc/applications/transfer/v1/query.rpc.Query.d.ts +8 -8
- package/ibc/applications/transfer/v1/query.rpc.Query.js +19 -19
- package/ibc/applications/transfer/v1/token.d.ts +7 -18
- package/ibc/applications/transfer/v1/token.js +3 -0
- package/ibc/applications/transfer/v1/transfer.d.ts +3 -11
- package/ibc/applications/transfer/v1/transfer.js +1 -0
- package/ibc/applications/transfer/v1/tx.d.ts +11 -37
- package/ibc/applications/transfer/v1/tx.js +4 -0
- package/ibc/applications/transfer/v1/tx.registry.d.ts +2 -36
- package/ibc/applications/transfer/v1/tx.registry.js +1 -51
- package/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +5 -4
- package/ibc/applications/transfer/v1/tx.rpc.msg.js +11 -7
- package/ibc/bundle.d.ts +581 -848
- package/ibc/core/channel/v1/channel.d.ts +18 -96
- package/ibc/core/channel/v1/channel.js +9 -3
- package/ibc/core/channel/v1/genesis.d.ts +6 -23
- package/ibc/core/channel/v1/genesis.js +2 -0
- package/ibc/core/channel/v1/query.d.ts +61 -273
- package/ibc/core/channel/v1/query.js +28 -0
- package/ibc/core/channel/v1/query.lcd.d.ts +15 -15
- package/ibc/core/channel/v1/query.lcd.js +29 -43
- package/ibc/core/channel/v1/query.rpc.Query.d.ts +16 -16
- package/ibc/core/channel/v1/query.rpc.Query.js +51 -43
- package/ibc/core/channel/v1/tx.d.ts +43 -167
- package/ibc/core/channel/v1/tx.js +21 -2
- package/ibc/core/channel/v1/tx.registry.d.ts +2 -132
- package/ibc/core/channel/v1/tx.registry.js +1 -195
- package/ibc/core/channel/v1/tx.rpc.msg.d.ts +13 -12
- package/ibc/core/channel/v1/tx.rpc.msg.js +36 -31
- package/ibc/core/channel/v2/genesis.d.ts +7 -27
- package/ibc/core/channel/v2/genesis.js +3 -0
- package/ibc/core/channel/v2/packet.d.ts +9 -37
- package/ibc/core/channel/v2/packet.js +5 -2
- package/ibc/core/channel/v2/query.d.ts +36 -117
- package/ibc/core/channel/v2/query.js +16 -0
- package/ibc/core/channel/v2/query.lcd.d.ts +9 -9
- package/ibc/core/channel/v2/query.lcd.js +16 -24
- package/ibc/core/channel/v2/query.rpc.Query.d.ts +10 -10
- package/ibc/core/channel/v2/query.rpc.Query.js +24 -24
- package/ibc/core/channel/v2/tx.d.ts +19 -56
- package/ibc/core/channel/v2/tx.js +9 -2
- package/ibc/core/channel/v2/tx.registry.d.ts +2 -60
- package/ibc/core/channel/v2/tx.registry.js +1 -87
- package/ibc/core/channel/v2/tx.rpc.msg.d.ts +7 -6
- package/ibc/core/channel/v2/tx.rpc.msg.js +17 -13
- package/ibc/core/client/v1/client.d.ts +12 -53
- package/ibc/core/client/v1/client.js +5 -0
- package/ibc/core/client/v1/genesis.d.ts +8 -30
- package/ibc/core/client/v1/genesis.js +3 -0
- package/ibc/core/client/v1/query.d.ts +49 -191
- package/ibc/core/client/v1/query.js +22 -0
- package/ibc/core/client/v1/query.lcd.d.ts +11 -11
- package/ibc/core/client/v1/query.lcd.js +21 -31
- package/ibc/core/client/v1/query.rpc.Query.d.ts +13 -13
- package/ibc/core/client/v1/query.rpc.Query.js +36 -34
- package/ibc/core/client/v1/tx.d.ts +36 -107
- package/ibc/core/client/v1/tx.js +16 -0
- package/ibc/core/client/v1/tx.registry.d.ts +2 -108
- package/ibc/core/client/v1/tx.registry.js +1 -159
- package/ibc/core/client/v1/tx.rpc.msg.d.ts +11 -10
- package/ibc/core/client/v1/tx.rpc.msg.js +29 -25
- package/ibc/core/client/v2/config.d.ts +3 -10
- package/ibc/core/client/v2/config.js +1 -0
- package/ibc/core/client/v2/counterparty.d.ts +3 -6
- package/ibc/core/client/v2/counterparty.js +1 -0
- package/ibc/core/client/v2/genesis.d.ts +6 -12
- package/ibc/core/client/v2/genesis.js +2 -0
- package/ibc/core/client/v2/query.d.ts +11 -28
- package/ibc/core/client/v2/query.js +4 -0
- package/ibc/core/client/v2/query.lcd.d.ts +3 -3
- package/ibc/core/client/v2/query.lcd.js +4 -6
- package/ibc/core/client/v2/query.rpc.Query.d.ts +4 -4
- package/ibc/core/client/v2/query.rpc.Query.js +6 -6
- package/ibc/core/client/v2/tx.d.ts +10 -24
- package/ibc/core/client/v2/tx.js +4 -0
- package/ibc/core/client/v2/tx.registry.d.ts +2 -36
- package/ibc/core/client/v2/tx.registry.js +1 -51
- package/ibc/core/client/v2/tx.rpc.msg.d.ts +5 -4
- package/ibc/core/client/v2/tx.rpc.msg.js +11 -7
- package/ibc/core/commitment/v1/commitment.d.ts +8 -29
- package/ibc/core/commitment/v1/commitment.js +3 -0
- package/ibc/core/commitment/v2/commitment.d.ts +3 -37
- package/ibc/core/commitment/v2/commitment.js +1 -0
- package/ibc/core/connection/v1/connection.d.ts +16 -61
- package/ibc/core/connection/v1/connection.js +8 -2
- package/ibc/core/connection/v1/genesis.d.ts +4 -9
- package/ibc/core/connection/v1/genesis.js +1 -0
- package/ibc/core/connection/v1/query.d.ts +29 -107
- package/ibc/core/connection/v1/query.js +12 -0
- package/ibc/core/connection/v1/query.lcd.d.ts +7 -7
- package/ibc/core/connection/v1/query.lcd.js +13 -19
- package/ibc/core/connection/v1/query.rpc.Query.d.ts +8 -8
- package/ibc/core/connection/v1/query.rpc.Query.js +22 -19
- package/ibc/core/connection/v1/tx.d.ts +24 -107
- package/ibc/core/connection/v1/tx.js +10 -0
- package/ibc/core/connection/v1/tx.registry.d.ts +2 -72
- package/ibc/core/connection/v1/tx.registry.js +1 -105
- package/ibc/core/connection/v1/tx.rpc.msg.d.ts +8 -7
- package/ibc/core/connection/v1/tx.rpc.msg.js +22 -16
- package/ibc/lightclients/solomachine/v2/solomachine.d.ts +36 -149
- package/ibc/lightclients/solomachine/v2/solomachine.js +17 -2
- package/ibc/lightclients/solomachine/v3/solomachine.d.ts +18 -75
- package/ibc/lightclients/solomachine/v3/solomachine.js +8 -0
- package/ibc/lightclients/tendermint/v1/tendermint.d.ts +17 -74
- package/ibc/lightclients/tendermint/v1/tendermint.js +5 -0
- package/ibc/lightclients/wasm/v1/genesis.d.ts +5 -10
- package/ibc/lightclients/wasm/v1/genesis.js +2 -0
- package/ibc/lightclients/wasm/v1/query.d.ts +10 -22
- package/ibc/lightclients/wasm/v1/query.js +4 -0
- package/ibc/lightclients/wasm/v1/query.lcd.d.ts +3 -3
- package/ibc/lightclients/wasm/v1/query.lcd.js +5 -7
- package/ibc/lightclients/wasm/v1/query.rpc.Query.d.ts +4 -4
- package/ibc/lightclients/wasm/v1/query.rpc.Query.js +7 -7
- package/ibc/lightclients/wasm/v1/tx.d.ts +13 -33
- package/ibc/lightclients/wasm/v1/tx.js +6 -0
- package/ibc/lightclients/wasm/v1/tx.registry.d.ts +2 -48
- package/ibc/lightclients/wasm/v1/tx.registry.js +1 -69
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.d.ts +6 -5
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.js +14 -10
- package/ibc/lightclients/wasm/v1/wasm.d.ts +10 -29
- package/ibc/lightclients/wasm/v1/wasm.js +4 -0
- package/index.d.ts +1 -0
- package/index.js +1 -0
- package/package.json +1 -1
- package/sparkdream/blog/genesis.d.ts +3 -6
- package/sparkdream/blog/module/module.d.ts +2 -5
- package/sparkdream/blog/params.d.ts +3 -4
- package/sparkdream/blog/params.js +1 -0
- package/sparkdream/blog/post.d.ts +2 -7
- package/sparkdream/blog/query.d.ts +10 -29
- package/sparkdream/blog/query.lcd.d.ts +4 -4
- package/sparkdream/blog/query.lcd.js +7 -10
- package/sparkdream/blog/query.rpc.Query.d.ts +5 -5
- package/sparkdream/blog/query.rpc.Query.js +10 -10
- package/sparkdream/blog/tx.d.ts +11 -42
- package/sparkdream/blog/tx.js +1 -0
- package/sparkdream/blog/tx.registry.d.ts +2 -60
- package/sparkdream/blog/tx.registry.js +1 -87
- package/sparkdream/blog/tx.rpc.msg.d.ts +7 -6
- package/sparkdream/blog/tx.rpc.msg.js +18 -13
- package/sparkdream/bundle.d.ts +31 -103
- package/sparkdream/sparkdream/genesis.d.ts +3 -6
- package/sparkdream/sparkdream/module/module.d.ts +2 -5
- package/sparkdream/sparkdream/params.d.ts +3 -4
- package/sparkdream/sparkdream/params.js +1 -0
- package/sparkdream/sparkdream/query.d.ts +4 -10
- package/sparkdream/sparkdream/query.lcd.d.ts +2 -2
- package/sparkdream/sparkdream/query.lcd.js +2 -3
- package/sparkdream/sparkdream/query.rpc.Query.d.ts +3 -3
- package/sparkdream/sparkdream/query.rpc.Query.js +3 -3
- package/sparkdream/sparkdream/tx.d.ts +5 -14
- package/sparkdream/sparkdream/tx.js +1 -0
- package/sparkdream/sparkdream/tx.registry.d.ts +2 -24
- package/sparkdream/sparkdream/tx.registry.js +1 -33
- package/sparkdream/sparkdream/tx.rpc.msg.d.ts +4 -3
- package/sparkdream/sparkdream/tx.rpc.msg.js +9 -4
- package/tendermint/abci/types.d.ts +51 -356
- package/tendermint/abci/types.js +2 -8
- package/tendermint/bundle.d.ts +89 -97
- package/tendermint/crypto/keys.d.ts +2 -6
- package/tendermint/crypto/proof.d.ts +6 -34
- package/tendermint/p2p/types.d.ts +5 -28
- package/tendermint/types/block.d.ts +4 -9
- package/tendermint/types/evidence.d.ts +7 -29
- package/tendermint/types/params.d.ts +9 -54
- package/tendermint/types/types.d.ts +19 -133
- package/tendermint/types/types.js +1 -2
- package/tendermint/types/validator.d.ts +5 -20
- package/tendermint/types/validator.js +1 -2
- package/tendermint/version/types.d.ts +3 -20
- package/types.d.ts +74 -0
- package/types.js +8 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { LCDClient } from "@cosmology/lcd";
|
|
2
|
-
import { GetTxRequest,
|
|
2
|
+
import { GetTxRequest, GetTxResponse, GetTxsEventRequest, GetTxsEventResponse, GetBlockWithTxsRequest, GetBlockWithTxsResponse } from "./service";
|
|
3
3
|
export declare class LCDQueryClient {
|
|
4
4
|
req: LCDClient;
|
|
5
5
|
constructor({ requestClient }: {
|
|
6
6
|
requestClient: LCDClient;
|
|
7
7
|
});
|
|
8
|
-
getTx(params: GetTxRequest)
|
|
9
|
-
getTxsEvent(params: GetTxsEventRequest)
|
|
10
|
-
getBlockWithTxs(params: GetBlockWithTxsRequest)
|
|
8
|
+
getTx: (params: GetTxRequest) => Promise<GetTxResponse>;
|
|
9
|
+
getTxsEvent: (params: GetTxsEventRequest) => Promise<GetTxsEventResponse>;
|
|
10
|
+
getBlockWithTxs: (params: GetBlockWithTxsRequest) => Promise<GetBlockWithTxsResponse>;
|
|
11
11
|
}
|
|
@@ -7,17 +7,14 @@ class LCDQueryClient {
|
|
|
7
7
|
req;
|
|
8
8
|
constructor({ requestClient }) {
|
|
9
9
|
this.req = requestClient;
|
|
10
|
-
this.getTx = this.getTx.bind(this);
|
|
11
|
-
this.getTxsEvent = this.getTxsEvent.bind(this);
|
|
12
|
-
this.getBlockWithTxs = this.getBlockWithTxs.bind(this);
|
|
13
10
|
}
|
|
14
11
|
/* GetTx fetches a tx by hash. */
|
|
15
|
-
async
|
|
12
|
+
getTx = async (params) => {
|
|
16
13
|
const endpoint = `cosmos/tx/v1beta1/txs/${params.hash}`;
|
|
17
14
|
return await this.req.get(endpoint);
|
|
18
|
-
}
|
|
15
|
+
};
|
|
19
16
|
/* GetTxsEvent fetches txs by event. */
|
|
20
|
-
async
|
|
17
|
+
getTxsEvent = async (params) => {
|
|
21
18
|
const options = {
|
|
22
19
|
params: {}
|
|
23
20
|
};
|
|
@@ -41,11 +38,11 @@ class LCDQueryClient {
|
|
|
41
38
|
}
|
|
42
39
|
const endpoint = `cosmos/tx/v1beta1/txs`;
|
|
43
40
|
return await this.req.get(endpoint, options);
|
|
44
|
-
}
|
|
41
|
+
};
|
|
45
42
|
/* GetBlockWithTxs fetches a block with decoded txs.
|
|
46
43
|
|
|
47
44
|
Since: cosmos-sdk 0.45.2 */
|
|
48
|
-
async
|
|
45
|
+
getBlockWithTxs = async (params) => {
|
|
49
46
|
const options = {
|
|
50
47
|
params: {}
|
|
51
48
|
};
|
|
@@ -54,6 +51,6 @@ class LCDQueryClient {
|
|
|
54
51
|
}
|
|
55
52
|
const endpoint = `cosmos/tx/v1beta1/txs/block/${params.height}`;
|
|
56
53
|
return await this.req.get(endpoint, options);
|
|
57
|
-
}
|
|
54
|
+
};
|
|
58
55
|
}
|
|
59
56
|
exports.LCDQueryClient = LCDQueryClient;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TxRpc } from "../../../types";
|
|
2
2
|
import { QueryClient } from "@cosmjs/stargate";
|
|
3
3
|
import { SimulateRequest, SimulateResponse, GetTxRequest, GetTxResponse, BroadcastTxRequest, BroadcastTxResponse, GetTxsEventRequest, GetTxsEventResponse, GetBlockWithTxsRequest, GetBlockWithTxsResponse, TxDecodeRequest, TxDecodeResponse, TxEncodeRequest, TxEncodeResponse, TxEncodeAminoRequest, TxEncodeAminoResponse, TxDecodeAminoRequest, TxDecodeAminoResponse } from "./service";
|
|
4
4
|
/** Service defines a gRPC service for interacting with transactions. */
|
|
@@ -44,16 +44,16 @@ export interface Service {
|
|
|
44
44
|
}
|
|
45
45
|
export declare class ServiceClientImpl implements Service {
|
|
46
46
|
private readonly rpc;
|
|
47
|
-
constructor(rpc:
|
|
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)
|
|
47
|
+
constructor(rpc: TxRpc);
|
|
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,8 +1,9 @@
|
|
|
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
|
+
import { DeepPartial } from "../../../helpers";
|
|
6
7
|
/** Tx is the standard type used for broadcasting transactions. */
|
|
7
8
|
export interface Tx {
|
|
8
9
|
/** body is the processable content of the transaction */
|
|
@@ -43,12 +44,6 @@ export interface TxAminoMsg {
|
|
|
43
44
|
type: "cosmos-sdk/Tx";
|
|
44
45
|
value: TxAmino;
|
|
45
46
|
}
|
|
46
|
-
/** Tx is the standard type used for broadcasting transactions. */
|
|
47
|
-
export interface TxSDKType {
|
|
48
|
-
body?: TxBodySDKType;
|
|
49
|
-
auth_info?: AuthInfoSDKType;
|
|
50
|
-
signatures: Uint8Array[];
|
|
51
|
-
}
|
|
52
47
|
/**
|
|
53
48
|
* TxRaw is a variant of Tx that pins the signer's exact binary representation
|
|
54
49
|
* of body and auth_info. This is used for signing, broadcasting and
|
|
@@ -107,18 +102,6 @@ export interface TxRawAminoMsg {
|
|
|
107
102
|
type: "cosmos-sdk/TxRaw";
|
|
108
103
|
value: TxRawAmino;
|
|
109
104
|
}
|
|
110
|
-
/**
|
|
111
|
-
* TxRaw is a variant of Tx that pins the signer's exact binary representation
|
|
112
|
-
* of body and auth_info. This is used for signing, broadcasting and
|
|
113
|
-
* verification. The binary `serialize(tx: TxRaw)` is stored in Tendermint and
|
|
114
|
-
* the hash `sha256(serialize(tx: TxRaw))` becomes the "txhash", commonly used
|
|
115
|
-
* as the transaction ID.
|
|
116
|
-
*/
|
|
117
|
-
export interface TxRawSDKType {
|
|
118
|
-
body_bytes: Uint8Array;
|
|
119
|
-
auth_info_bytes: Uint8Array;
|
|
120
|
-
signatures: Uint8Array[];
|
|
121
|
-
}
|
|
122
105
|
/** SignDoc is the type used for generating sign bytes for SIGN_MODE_DIRECT. */
|
|
123
106
|
export interface SignDoc {
|
|
124
107
|
/**
|
|
@@ -169,13 +152,6 @@ export interface SignDocAminoMsg {
|
|
|
169
152
|
type: "cosmos-sdk/SignDoc";
|
|
170
153
|
value: SignDocAmino;
|
|
171
154
|
}
|
|
172
|
-
/** SignDoc is the type used for generating sign bytes for SIGN_MODE_DIRECT. */
|
|
173
|
-
export interface SignDocSDKType {
|
|
174
|
-
body_bytes: Uint8Array;
|
|
175
|
-
auth_info_bytes: Uint8Array;
|
|
176
|
-
chain_id: string;
|
|
177
|
-
account_number: bigint;
|
|
178
|
-
}
|
|
179
155
|
/**
|
|
180
156
|
* SignDocDirectAux is the type used for generating sign bytes for
|
|
181
157
|
* SIGN_MODE_DIRECT_AUX.
|
|
@@ -240,21 +216,6 @@ export interface SignDocDirectAuxAminoMsg {
|
|
|
240
216
|
type: "cosmos-sdk/SignDocDirectAux";
|
|
241
217
|
value: SignDocDirectAuxAmino;
|
|
242
218
|
}
|
|
243
|
-
/**
|
|
244
|
-
* SignDocDirectAux is the type used for generating sign bytes for
|
|
245
|
-
* SIGN_MODE_DIRECT_AUX.
|
|
246
|
-
*
|
|
247
|
-
* Since: cosmos-sdk 0.46
|
|
248
|
-
*/
|
|
249
|
-
export interface SignDocDirectAuxSDKType {
|
|
250
|
-
body_bytes: Uint8Array;
|
|
251
|
-
public_key?: AnySDKType;
|
|
252
|
-
chain_id: string;
|
|
253
|
-
account_number: bigint;
|
|
254
|
-
sequence: bigint;
|
|
255
|
-
/** @deprecated */
|
|
256
|
-
tip?: TipSDKType;
|
|
257
|
-
}
|
|
258
219
|
/** TxBody is the body of a transaction that all signers sign over. */
|
|
259
220
|
export interface TxBody {
|
|
260
221
|
/**
|
|
@@ -335,14 +296,6 @@ export interface TxBodyAminoMsg {
|
|
|
335
296
|
type: "cosmos-sdk/TxBody";
|
|
336
297
|
value: TxBodyAmino;
|
|
337
298
|
}
|
|
338
|
-
/** TxBody is the body of a transaction that all signers sign over. */
|
|
339
|
-
export interface TxBodySDKType {
|
|
340
|
-
messages: AnySDKType[];
|
|
341
|
-
memo: string;
|
|
342
|
-
timeout_height: bigint;
|
|
343
|
-
extension_options: AnySDKType[];
|
|
344
|
-
non_critical_extension_options: AnySDKType[];
|
|
345
|
-
}
|
|
346
299
|
/**
|
|
347
300
|
* AuthInfo describes the fee and signer modes that are used to sign a
|
|
348
301
|
* transaction.
|
|
@@ -411,16 +364,6 @@ export interface AuthInfoAminoMsg {
|
|
|
411
364
|
type: "cosmos-sdk/AuthInfo";
|
|
412
365
|
value: AuthInfoAmino;
|
|
413
366
|
}
|
|
414
|
-
/**
|
|
415
|
-
* AuthInfo describes the fee and signer modes that are used to sign a
|
|
416
|
-
* transaction.
|
|
417
|
-
*/
|
|
418
|
-
export interface AuthInfoSDKType {
|
|
419
|
-
signer_infos: SignerInfoSDKType[];
|
|
420
|
-
fee?: FeeSDKType;
|
|
421
|
-
/** @deprecated */
|
|
422
|
-
tip?: TipSDKType;
|
|
423
|
-
}
|
|
424
367
|
/**
|
|
425
368
|
* SignerInfo describes the public key and signing mode of a single top-level
|
|
426
369
|
* signer.
|
|
@@ -475,15 +418,6 @@ export interface SignerInfoAminoMsg {
|
|
|
475
418
|
type: "cosmos-sdk/SignerInfo";
|
|
476
419
|
value: SignerInfoAmino;
|
|
477
420
|
}
|
|
478
|
-
/**
|
|
479
|
-
* SignerInfo describes the public key and signing mode of a single top-level
|
|
480
|
-
* signer.
|
|
481
|
-
*/
|
|
482
|
-
export interface SignerInfoSDKType {
|
|
483
|
-
public_key?: AnySDKType;
|
|
484
|
-
mode_info?: ModeInfoSDKType;
|
|
485
|
-
sequence: bigint;
|
|
486
|
-
}
|
|
487
421
|
/** ModeInfo describes the signing mode of a single or nested multisig signer. */
|
|
488
422
|
export interface ModeInfo {
|
|
489
423
|
/** single represents a single signer */
|
|
@@ -506,11 +440,6 @@ export interface ModeInfoAminoMsg {
|
|
|
506
440
|
type: "cosmos-sdk/ModeInfo";
|
|
507
441
|
value: ModeInfoAmino;
|
|
508
442
|
}
|
|
509
|
-
/** ModeInfo describes the signing mode of a single or nested multisig signer. */
|
|
510
|
-
export interface ModeInfoSDKType {
|
|
511
|
-
single?: ModeInfo_SingleSDKType;
|
|
512
|
-
multi?: ModeInfo_MultiSDKType;
|
|
513
|
-
}
|
|
514
443
|
/**
|
|
515
444
|
* Single is the mode info for a single signer. It is structured as a message
|
|
516
445
|
* to allow for additional fields such as locale for SIGN_MODE_TEXTUAL in the
|
|
@@ -537,14 +466,6 @@ export interface ModeInfo_SingleAminoMsg {
|
|
|
537
466
|
type: "cosmos-sdk/Single";
|
|
538
467
|
value: ModeInfo_SingleAmino;
|
|
539
468
|
}
|
|
540
|
-
/**
|
|
541
|
-
* Single is the mode info for a single signer. It is structured as a message
|
|
542
|
-
* to allow for additional fields such as locale for SIGN_MODE_TEXTUAL in the
|
|
543
|
-
* future
|
|
544
|
-
*/
|
|
545
|
-
export interface ModeInfo_SingleSDKType {
|
|
546
|
-
mode: SignMode;
|
|
547
|
-
}
|
|
548
469
|
/** Multi is the mode info for a multisig public key */
|
|
549
470
|
export interface ModeInfo_Multi {
|
|
550
471
|
/** bitarray specifies which keys within the multisig are signing */
|
|
@@ -573,11 +494,6 @@ export interface ModeInfo_MultiAminoMsg {
|
|
|
573
494
|
type: "cosmos-sdk/Multi";
|
|
574
495
|
value: ModeInfo_MultiAmino;
|
|
575
496
|
}
|
|
576
|
-
/** Multi is the mode info for a multisig public key */
|
|
577
|
-
export interface ModeInfo_MultiSDKType {
|
|
578
|
-
bitarray?: CompactBitArraySDKType;
|
|
579
|
-
mode_infos: ModeInfoSDKType[];
|
|
580
|
-
}
|
|
581
497
|
/**
|
|
582
498
|
* Fee includes the amount of coins paid in fees and the maximum
|
|
583
499
|
* gas to be used by the transaction. The ratio yields an effective "gasprice",
|
|
@@ -638,17 +554,6 @@ export interface FeeAminoMsg {
|
|
|
638
554
|
type: "cosmos-sdk/Fee";
|
|
639
555
|
value: FeeAmino;
|
|
640
556
|
}
|
|
641
|
-
/**
|
|
642
|
-
* Fee includes the amount of coins paid in fees and the maximum
|
|
643
|
-
* gas to be used by the transaction. The ratio yields an effective "gasprice",
|
|
644
|
-
* which must be above some miminum to be accepted into the mempool.
|
|
645
|
-
*/
|
|
646
|
-
export interface FeeSDKType {
|
|
647
|
-
amount: CoinSDKType[];
|
|
648
|
-
gas_limit: bigint;
|
|
649
|
-
payer: string;
|
|
650
|
-
granter: string;
|
|
651
|
-
}
|
|
652
557
|
/**
|
|
653
558
|
* Tip is the tip used for meta-transactions.
|
|
654
559
|
*
|
|
@@ -681,16 +586,6 @@ export interface TipAminoMsg {
|
|
|
681
586
|
type: "cosmos-sdk/Tip";
|
|
682
587
|
value: TipAmino;
|
|
683
588
|
}
|
|
684
|
-
/**
|
|
685
|
-
* Tip is the tip used for meta-transactions.
|
|
686
|
-
*
|
|
687
|
-
* Since: cosmos-sdk 0.46
|
|
688
|
-
*/
|
|
689
|
-
/** @deprecated */
|
|
690
|
-
export interface TipSDKType {
|
|
691
|
-
amount: CoinSDKType[];
|
|
692
|
-
tipper: string;
|
|
693
|
-
}
|
|
694
589
|
/**
|
|
695
590
|
* AuxSignerData is the intermediary format that an auxiliary signer (e.g. a
|
|
696
591
|
* tipper) builds and sends to the fee payer (who will build and broadcast the
|
|
@@ -751,25 +646,12 @@ export interface AuxSignerDataAminoMsg {
|
|
|
751
646
|
type: "cosmos-sdk/AuxSignerData";
|
|
752
647
|
value: AuxSignerDataAmino;
|
|
753
648
|
}
|
|
754
|
-
/**
|
|
755
|
-
* AuxSignerData is the intermediary format that an auxiliary signer (e.g. a
|
|
756
|
-
* tipper) builds and sends to the fee payer (who will build and broadcast the
|
|
757
|
-
* actual tx). AuxSignerData is not a valid tx in itself, and will be rejected
|
|
758
|
-
* by the node if sent directly as-is.
|
|
759
|
-
*
|
|
760
|
-
* Since: cosmos-sdk 0.46
|
|
761
|
-
*/
|
|
762
|
-
export interface AuxSignerDataSDKType {
|
|
763
|
-
address: string;
|
|
764
|
-
sign_doc?: SignDocDirectAuxSDKType;
|
|
765
|
-
mode: SignMode;
|
|
766
|
-
sig: Uint8Array;
|
|
767
|
-
}
|
|
768
649
|
export declare const Tx: {
|
|
769
650
|
typeUrl: string;
|
|
651
|
+
aminoType: string;
|
|
770
652
|
encode(message: Tx, writer?: BinaryWriter): BinaryWriter;
|
|
771
653
|
decode(input: BinaryReader | Uint8Array, length?: number): Tx;
|
|
772
|
-
fromPartial(object:
|
|
654
|
+
fromPartial(object: DeepPartial<Tx>): Tx;
|
|
773
655
|
fromAmino(object: TxAmino): Tx;
|
|
774
656
|
toAmino(message: Tx): TxAmino;
|
|
775
657
|
fromAminoMsg(object: TxAminoMsg): Tx;
|
|
@@ -780,9 +662,10 @@ export declare const Tx: {
|
|
|
780
662
|
};
|
|
781
663
|
export declare const TxRaw: {
|
|
782
664
|
typeUrl: string;
|
|
665
|
+
aminoType: string;
|
|
783
666
|
encode(message: TxRaw, writer?: BinaryWriter): BinaryWriter;
|
|
784
667
|
decode(input: BinaryReader | Uint8Array, length?: number): TxRaw;
|
|
785
|
-
fromPartial(object:
|
|
668
|
+
fromPartial(object: DeepPartial<TxRaw>): TxRaw;
|
|
786
669
|
fromAmino(object: TxRawAmino): TxRaw;
|
|
787
670
|
toAmino(message: TxRaw): TxRawAmino;
|
|
788
671
|
fromAminoMsg(object: TxRawAminoMsg): TxRaw;
|
|
@@ -793,9 +676,10 @@ export declare const TxRaw: {
|
|
|
793
676
|
};
|
|
794
677
|
export declare const SignDoc: {
|
|
795
678
|
typeUrl: string;
|
|
679
|
+
aminoType: string;
|
|
796
680
|
encode(message: SignDoc, writer?: BinaryWriter): BinaryWriter;
|
|
797
681
|
decode(input: BinaryReader | Uint8Array, length?: number): SignDoc;
|
|
798
|
-
fromPartial(object:
|
|
682
|
+
fromPartial(object: DeepPartial<SignDoc>): SignDoc;
|
|
799
683
|
fromAmino(object: SignDocAmino): SignDoc;
|
|
800
684
|
toAmino(message: SignDoc): SignDocAmino;
|
|
801
685
|
fromAminoMsg(object: SignDocAminoMsg): SignDoc;
|
|
@@ -806,9 +690,10 @@ export declare const SignDoc: {
|
|
|
806
690
|
};
|
|
807
691
|
export declare const SignDocDirectAux: {
|
|
808
692
|
typeUrl: string;
|
|
693
|
+
aminoType: string;
|
|
809
694
|
encode(message: SignDocDirectAux, writer?: BinaryWriter): BinaryWriter;
|
|
810
695
|
decode(input: BinaryReader | Uint8Array, length?: number): SignDocDirectAux;
|
|
811
|
-
fromPartial(object:
|
|
696
|
+
fromPartial(object: DeepPartial<SignDocDirectAux>): SignDocDirectAux;
|
|
812
697
|
fromAmino(object: SignDocDirectAuxAmino): SignDocDirectAux;
|
|
813
698
|
toAmino(message: SignDocDirectAux): SignDocDirectAuxAmino;
|
|
814
699
|
fromAminoMsg(object: SignDocDirectAuxAminoMsg): SignDocDirectAux;
|
|
@@ -819,9 +704,10 @@ export declare const SignDocDirectAux: {
|
|
|
819
704
|
};
|
|
820
705
|
export declare const TxBody: {
|
|
821
706
|
typeUrl: string;
|
|
707
|
+
aminoType: string;
|
|
822
708
|
encode(message: TxBody, writer?: BinaryWriter): BinaryWriter;
|
|
823
709
|
decode(input: BinaryReader | Uint8Array, length?: number): TxBody;
|
|
824
|
-
fromPartial(object:
|
|
710
|
+
fromPartial(object: DeepPartial<TxBody>): TxBody;
|
|
825
711
|
fromAmino(object: TxBodyAmino): TxBody;
|
|
826
712
|
toAmino(message: TxBody): TxBodyAmino;
|
|
827
713
|
fromAminoMsg(object: TxBodyAminoMsg): TxBody;
|
|
@@ -832,9 +718,10 @@ export declare const TxBody: {
|
|
|
832
718
|
};
|
|
833
719
|
export declare const AuthInfo: {
|
|
834
720
|
typeUrl: string;
|
|
721
|
+
aminoType: string;
|
|
835
722
|
encode(message: AuthInfo, writer?: BinaryWriter): BinaryWriter;
|
|
836
723
|
decode(input: BinaryReader | Uint8Array, length?: number): AuthInfo;
|
|
837
|
-
fromPartial(object:
|
|
724
|
+
fromPartial(object: DeepPartial<AuthInfo>): AuthInfo;
|
|
838
725
|
fromAmino(object: AuthInfoAmino): AuthInfo;
|
|
839
726
|
toAmino(message: AuthInfo): AuthInfoAmino;
|
|
840
727
|
fromAminoMsg(object: AuthInfoAminoMsg): AuthInfo;
|
|
@@ -845,9 +732,10 @@ export declare const AuthInfo: {
|
|
|
845
732
|
};
|
|
846
733
|
export declare const SignerInfo: {
|
|
847
734
|
typeUrl: string;
|
|
735
|
+
aminoType: string;
|
|
848
736
|
encode(message: SignerInfo, writer?: BinaryWriter): BinaryWriter;
|
|
849
737
|
decode(input: BinaryReader | Uint8Array, length?: number): SignerInfo;
|
|
850
|
-
fromPartial(object:
|
|
738
|
+
fromPartial(object: DeepPartial<SignerInfo>): SignerInfo;
|
|
851
739
|
fromAmino(object: SignerInfoAmino): SignerInfo;
|
|
852
740
|
toAmino(message: SignerInfo): SignerInfoAmino;
|
|
853
741
|
fromAminoMsg(object: SignerInfoAminoMsg): SignerInfo;
|
|
@@ -858,9 +746,10 @@ export declare const SignerInfo: {
|
|
|
858
746
|
};
|
|
859
747
|
export declare const ModeInfo: {
|
|
860
748
|
typeUrl: string;
|
|
749
|
+
aminoType: string;
|
|
861
750
|
encode(message: ModeInfo, writer?: BinaryWriter): BinaryWriter;
|
|
862
751
|
decode(input: BinaryReader | Uint8Array, length?: number): ModeInfo;
|
|
863
|
-
fromPartial(object:
|
|
752
|
+
fromPartial(object: DeepPartial<ModeInfo>): ModeInfo;
|
|
864
753
|
fromAmino(object: ModeInfoAmino): ModeInfo;
|
|
865
754
|
toAmino(message: ModeInfo): ModeInfoAmino;
|
|
866
755
|
fromAminoMsg(object: ModeInfoAminoMsg): ModeInfo;
|
|
@@ -871,9 +760,10 @@ export declare const ModeInfo: {
|
|
|
871
760
|
};
|
|
872
761
|
export declare const ModeInfo_Single: {
|
|
873
762
|
typeUrl: string;
|
|
763
|
+
aminoType: string;
|
|
874
764
|
encode(message: ModeInfo_Single, writer?: BinaryWriter): BinaryWriter;
|
|
875
765
|
decode(input: BinaryReader | Uint8Array, length?: number): ModeInfo_Single;
|
|
876
|
-
fromPartial(object:
|
|
766
|
+
fromPartial(object: DeepPartial<ModeInfo_Single>): ModeInfo_Single;
|
|
877
767
|
fromAmino(object: ModeInfo_SingleAmino): ModeInfo_Single;
|
|
878
768
|
toAmino(message: ModeInfo_Single): ModeInfo_SingleAmino;
|
|
879
769
|
fromAminoMsg(object: ModeInfo_SingleAminoMsg): ModeInfo_Single;
|
|
@@ -884,9 +774,10 @@ export declare const ModeInfo_Single: {
|
|
|
884
774
|
};
|
|
885
775
|
export declare const ModeInfo_Multi: {
|
|
886
776
|
typeUrl: string;
|
|
777
|
+
aminoType: string;
|
|
887
778
|
encode(message: ModeInfo_Multi, writer?: BinaryWriter): BinaryWriter;
|
|
888
779
|
decode(input: BinaryReader | Uint8Array, length?: number): ModeInfo_Multi;
|
|
889
|
-
fromPartial(object:
|
|
780
|
+
fromPartial(object: DeepPartial<ModeInfo_Multi>): ModeInfo_Multi;
|
|
890
781
|
fromAmino(object: ModeInfo_MultiAmino): ModeInfo_Multi;
|
|
891
782
|
toAmino(message: ModeInfo_Multi): ModeInfo_MultiAmino;
|
|
892
783
|
fromAminoMsg(object: ModeInfo_MultiAminoMsg): ModeInfo_Multi;
|
|
@@ -897,9 +788,10 @@ export declare const ModeInfo_Multi: {
|
|
|
897
788
|
};
|
|
898
789
|
export declare const Fee: {
|
|
899
790
|
typeUrl: string;
|
|
791
|
+
aminoType: string;
|
|
900
792
|
encode(message: Fee, writer?: BinaryWriter): BinaryWriter;
|
|
901
793
|
decode(input: BinaryReader | Uint8Array, length?: number): Fee;
|
|
902
|
-
fromPartial(object:
|
|
794
|
+
fromPartial(object: DeepPartial<Fee>): Fee;
|
|
903
795
|
fromAmino(object: FeeAmino): Fee;
|
|
904
796
|
toAmino(message: Fee): FeeAmino;
|
|
905
797
|
fromAminoMsg(object: FeeAminoMsg): Fee;
|
|
@@ -910,9 +802,10 @@ export declare const Fee: {
|
|
|
910
802
|
};
|
|
911
803
|
export declare const Tip: {
|
|
912
804
|
typeUrl: string;
|
|
805
|
+
aminoType: string;
|
|
913
806
|
encode(message: Tip, writer?: BinaryWriter): BinaryWriter;
|
|
914
807
|
decode(input: BinaryReader | Uint8Array, length?: number): Tip;
|
|
915
|
-
fromPartial(object:
|
|
808
|
+
fromPartial(object: DeepPartial<Tip>): Tip;
|
|
916
809
|
fromAmino(object: TipAmino): Tip;
|
|
917
810
|
toAmino(message: Tip): TipAmino;
|
|
918
811
|
fromAminoMsg(object: TipAminoMsg): Tip;
|
|
@@ -923,9 +816,10 @@ export declare const Tip: {
|
|
|
923
816
|
};
|
|
924
817
|
export declare const AuxSignerData: {
|
|
925
818
|
typeUrl: string;
|
|
819
|
+
aminoType: string;
|
|
926
820
|
encode(message: AuxSignerData, writer?: BinaryWriter): BinaryWriter;
|
|
927
821
|
decode(input: BinaryReader | Uint8Array, length?: number): AuxSignerData;
|
|
928
|
-
fromPartial(object:
|
|
822
|
+
fromPartial(object: DeepPartial<AuxSignerData>): AuxSignerData;
|
|
929
823
|
fromAmino(object: AuxSignerDataAmino): AuxSignerData;
|
|
930
824
|
toAmino(message: AuxSignerData): AuxSignerDataAmino;
|
|
931
825
|
fromAminoMsg(object: AuxSignerDataAminoMsg): 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);
|