@sparkdreamnft/sparkdreamjs 0.0.3 → 0.0.5
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.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.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.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.rpc.msg.d.ts +2 -1
- package/cosmos/benchmark/v1/tx.rpc.msg.js +8 -4
- package/cosmos/bundle.d.ts +669 -17
- 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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.rpc.msg.d.ts +3 -2
- package/ibc/applications/transfer/v1/tx.rpc.msg.js +11 -7
- package/ibc/bundle.d.ts +290 -8
- 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.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.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.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.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.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.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.rpc.msg.d.ts +5 -4
- package/sparkdream/blog/tx.rpc.msg.js +18 -13
- package/sparkdream/bundle.d.ts +6 -0
- 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.rpc.msg.d.ts +2 -1
- package/sparkdream/sparkdream/tx.rpc.msg.js +9 -4
- package/tendermint/abci/types.d.ts +3 -309
- package/tendermint/abci/types.js +2 -8
- package/tendermint/bundle.d.ts +0 -8
- package/tendermint/crypto/keys.d.ts +0 -5
- package/tendermint/crypto/proof.d.ts +0 -29
- package/tendermint/p2p/types.d.ts +0 -24
- package/tendermint/types/block.d.ts +2 -8
- package/tendermint/types/evidence.d.ts +2 -25
- package/tendermint/types/params.d.ts +1 -47
- package/tendermint/types/types.d.ts +3 -118
- package/tendermint/types/types.js +1 -2
- package/tendermint/types/validator.d.ts +1 -17
- package/tendermint/types/validator.js +1 -2
- package/tendermint/version/types.d.ts +0 -18
- package/types.d.ts +2 -55
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Coin, CoinAmino
|
|
2
|
-
import { Input, InputAmino,
|
|
1
|
+
import { Coin, CoinAmino } from "../../base/v1beta1/coin";
|
|
2
|
+
import { Input, InputAmino, Output, OutputAmino, Params, ParamsAmino, SendEnabled, SendEnabledAmino } from "./bank";
|
|
3
3
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
4
|
import { DeepPartial } from "../../../helpers";
|
|
5
5
|
/** MsgSend represents a message to send coins from one account to another. */
|
|
@@ -22,12 +22,6 @@ export interface MsgSendAminoMsg {
|
|
|
22
22
|
type: "cosmos-sdk/MsgSend";
|
|
23
23
|
value: MsgSendAmino;
|
|
24
24
|
}
|
|
25
|
-
/** MsgSend represents a message to send coins from one account to another. */
|
|
26
|
-
export interface MsgSendSDKType {
|
|
27
|
-
from_address: string;
|
|
28
|
-
to_address: string;
|
|
29
|
-
amount: CoinSDKType[];
|
|
30
|
-
}
|
|
31
25
|
/** MsgSendResponse defines the Msg/Send response type. */
|
|
32
26
|
export interface MsgSendResponse {
|
|
33
27
|
}
|
|
@@ -42,9 +36,6 @@ export interface MsgSendResponseAminoMsg {
|
|
|
42
36
|
type: "cosmos-sdk/MsgSendResponse";
|
|
43
37
|
value: MsgSendResponseAmino;
|
|
44
38
|
}
|
|
45
|
-
/** MsgSendResponse defines the Msg/Send response type. */
|
|
46
|
-
export interface MsgSendResponseSDKType {
|
|
47
|
-
}
|
|
48
39
|
/** MsgMultiSend represents an arbitrary multi-in, multi-out send message. */
|
|
49
40
|
export interface MsgMultiSend {
|
|
50
41
|
/**
|
|
@@ -71,11 +62,6 @@ export interface MsgMultiSendAminoMsg {
|
|
|
71
62
|
type: "cosmos-sdk/MsgMultiSend";
|
|
72
63
|
value: MsgMultiSendAmino;
|
|
73
64
|
}
|
|
74
|
-
/** MsgMultiSend represents an arbitrary multi-in, multi-out send message. */
|
|
75
|
-
export interface MsgMultiSendSDKType {
|
|
76
|
-
inputs: InputSDKType[];
|
|
77
|
-
outputs: OutputSDKType[];
|
|
78
|
-
}
|
|
79
65
|
/** MsgMultiSendResponse defines the Msg/MultiSend response type. */
|
|
80
66
|
export interface MsgMultiSendResponse {
|
|
81
67
|
}
|
|
@@ -90,9 +76,6 @@ export interface MsgMultiSendResponseAminoMsg {
|
|
|
90
76
|
type: "cosmos-sdk/MsgMultiSendResponse";
|
|
91
77
|
value: MsgMultiSendResponseAmino;
|
|
92
78
|
}
|
|
93
|
-
/** MsgMultiSendResponse defines the Msg/MultiSend response type. */
|
|
94
|
-
export interface MsgMultiSendResponseSDKType {
|
|
95
|
-
}
|
|
96
79
|
/**
|
|
97
80
|
* MsgUpdateParams is the Msg/UpdateParams request type.
|
|
98
81
|
*
|
|
@@ -131,15 +114,6 @@ export interface MsgUpdateParamsAminoMsg {
|
|
|
131
114
|
type: "cosmos-sdk/x/bank/MsgUpdateParams";
|
|
132
115
|
value: MsgUpdateParamsAmino;
|
|
133
116
|
}
|
|
134
|
-
/**
|
|
135
|
-
* MsgUpdateParams is the Msg/UpdateParams request type.
|
|
136
|
-
*
|
|
137
|
-
* Since: cosmos-sdk 0.47
|
|
138
|
-
*/
|
|
139
|
-
export interface MsgUpdateParamsSDKType {
|
|
140
|
-
authority: string;
|
|
141
|
-
params: ParamsSDKType;
|
|
142
|
-
}
|
|
143
117
|
/**
|
|
144
118
|
* MsgUpdateParamsResponse defines the response structure for executing a
|
|
145
119
|
* MsgUpdateParams message.
|
|
@@ -164,14 +138,6 @@ export interface MsgUpdateParamsResponseAminoMsg {
|
|
|
164
138
|
type: "cosmos-sdk/MsgUpdateParamsResponse";
|
|
165
139
|
value: MsgUpdateParamsResponseAmino;
|
|
166
140
|
}
|
|
167
|
-
/**
|
|
168
|
-
* MsgUpdateParamsResponse defines the response structure for executing a
|
|
169
|
-
* MsgUpdateParams message.
|
|
170
|
-
*
|
|
171
|
-
* Since: cosmos-sdk 0.47
|
|
172
|
-
*/
|
|
173
|
-
export interface MsgUpdateParamsResponseSDKType {
|
|
174
|
-
}
|
|
175
141
|
/**
|
|
176
142
|
* MsgSetSendEnabled is the Msg/SetSendEnabled request type.
|
|
177
143
|
*
|
|
@@ -224,20 +190,6 @@ export interface MsgSetSendEnabledAminoMsg {
|
|
|
224
190
|
type: "cosmos-sdk/MsgSetSendEnabled";
|
|
225
191
|
value: MsgSetSendEnabledAmino;
|
|
226
192
|
}
|
|
227
|
-
/**
|
|
228
|
-
* MsgSetSendEnabled is the Msg/SetSendEnabled request type.
|
|
229
|
-
*
|
|
230
|
-
* Only entries to add/update/delete need to be included.
|
|
231
|
-
* Existing SendEnabled entries that are not included in this
|
|
232
|
-
* message are left unchanged.
|
|
233
|
-
*
|
|
234
|
-
* Since: cosmos-sdk 0.47
|
|
235
|
-
*/
|
|
236
|
-
export interface MsgSetSendEnabledSDKType {
|
|
237
|
-
authority: string;
|
|
238
|
-
send_enabled: SendEnabledSDKType[];
|
|
239
|
-
use_default_for: string[];
|
|
240
|
-
}
|
|
241
193
|
/**
|
|
242
194
|
* MsgSetSendEnabledResponse defines the Msg/SetSendEnabled response type.
|
|
243
195
|
*
|
|
@@ -260,15 +212,9 @@ export interface MsgSetSendEnabledResponseAminoMsg {
|
|
|
260
212
|
type: "cosmos-sdk/MsgSetSendEnabledResponse";
|
|
261
213
|
value: MsgSetSendEnabledResponseAmino;
|
|
262
214
|
}
|
|
263
|
-
/**
|
|
264
|
-
* MsgSetSendEnabledResponse defines the Msg/SetSendEnabled response type.
|
|
265
|
-
*
|
|
266
|
-
* Since: cosmos-sdk 0.47
|
|
267
|
-
*/
|
|
268
|
-
export interface MsgSetSendEnabledResponseSDKType {
|
|
269
|
-
}
|
|
270
215
|
export declare const MsgSend: {
|
|
271
216
|
typeUrl: string;
|
|
217
|
+
aminoType: string;
|
|
272
218
|
encode(message: MsgSend, writer?: BinaryWriter): BinaryWriter;
|
|
273
219
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgSend;
|
|
274
220
|
fromPartial(object: DeepPartial<MsgSend>): MsgSend;
|
|
@@ -282,6 +228,7 @@ export declare const MsgSend: {
|
|
|
282
228
|
};
|
|
283
229
|
export declare const MsgSendResponse: {
|
|
284
230
|
typeUrl: string;
|
|
231
|
+
aminoType: string;
|
|
285
232
|
encode(_: MsgSendResponse, writer?: BinaryWriter): BinaryWriter;
|
|
286
233
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgSendResponse;
|
|
287
234
|
fromPartial(_: DeepPartial<MsgSendResponse>): MsgSendResponse;
|
|
@@ -295,6 +242,7 @@ export declare const MsgSendResponse: {
|
|
|
295
242
|
};
|
|
296
243
|
export declare const MsgMultiSend: {
|
|
297
244
|
typeUrl: string;
|
|
245
|
+
aminoType: string;
|
|
298
246
|
encode(message: MsgMultiSend, writer?: BinaryWriter): BinaryWriter;
|
|
299
247
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgMultiSend;
|
|
300
248
|
fromPartial(object: DeepPartial<MsgMultiSend>): MsgMultiSend;
|
|
@@ -308,6 +256,7 @@ export declare const MsgMultiSend: {
|
|
|
308
256
|
};
|
|
309
257
|
export declare const MsgMultiSendResponse: {
|
|
310
258
|
typeUrl: string;
|
|
259
|
+
aminoType: string;
|
|
311
260
|
encode(_: MsgMultiSendResponse, writer?: BinaryWriter): BinaryWriter;
|
|
312
261
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgMultiSendResponse;
|
|
313
262
|
fromPartial(_: DeepPartial<MsgMultiSendResponse>): MsgMultiSendResponse;
|
|
@@ -321,6 +270,7 @@ export declare const MsgMultiSendResponse: {
|
|
|
321
270
|
};
|
|
322
271
|
export declare const MsgUpdateParams: {
|
|
323
272
|
typeUrl: string;
|
|
273
|
+
aminoType: string;
|
|
324
274
|
encode(message: MsgUpdateParams, writer?: BinaryWriter): BinaryWriter;
|
|
325
275
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParams;
|
|
326
276
|
fromPartial(object: DeepPartial<MsgUpdateParams>): MsgUpdateParams;
|
|
@@ -334,6 +284,7 @@ export declare const MsgUpdateParams: {
|
|
|
334
284
|
};
|
|
335
285
|
export declare const MsgUpdateParamsResponse: {
|
|
336
286
|
typeUrl: string;
|
|
287
|
+
aminoType: string;
|
|
337
288
|
encode(_: MsgUpdateParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
338
289
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParamsResponse;
|
|
339
290
|
fromPartial(_: DeepPartial<MsgUpdateParamsResponse>): MsgUpdateParamsResponse;
|
|
@@ -347,6 +298,7 @@ export declare const MsgUpdateParamsResponse: {
|
|
|
347
298
|
};
|
|
348
299
|
export declare const MsgSetSendEnabled: {
|
|
349
300
|
typeUrl: string;
|
|
301
|
+
aminoType: string;
|
|
350
302
|
encode(message: MsgSetSendEnabled, writer?: BinaryWriter): BinaryWriter;
|
|
351
303
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgSetSendEnabled;
|
|
352
304
|
fromPartial(object: DeepPartial<MsgSetSendEnabled>): MsgSetSendEnabled;
|
|
@@ -360,6 +312,7 @@ export declare const MsgSetSendEnabled: {
|
|
|
360
312
|
};
|
|
361
313
|
export declare const MsgSetSendEnabledResponse: {
|
|
362
314
|
typeUrl: string;
|
|
315
|
+
aminoType: string;
|
|
363
316
|
encode(_: MsgSetSendEnabledResponse, writer?: BinaryWriter): BinaryWriter;
|
|
364
317
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgSetSendEnabledResponse;
|
|
365
318
|
fromPartial(_: DeepPartial<MsgSetSendEnabledResponse>): MsgSetSendEnabledResponse;
|
|
@@ -14,6 +14,7 @@ function createBaseMsgSend() {
|
|
|
14
14
|
}
|
|
15
15
|
exports.MsgSend = {
|
|
16
16
|
typeUrl: "/cosmos.bank.v1beta1.MsgSend",
|
|
17
|
+
aminoType: "cosmos-sdk/MsgSend",
|
|
17
18
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
18
19
|
if (message.fromAddress !== "") {
|
|
19
20
|
writer.uint32(10).string(message.fromAddress);
|
|
@@ -106,6 +107,7 @@ function createBaseMsgSendResponse() {
|
|
|
106
107
|
}
|
|
107
108
|
exports.MsgSendResponse = {
|
|
108
109
|
typeUrl: "/cosmos.bank.v1beta1.MsgSendResponse",
|
|
110
|
+
aminoType: "cosmos-sdk/MsgSendResponse",
|
|
109
111
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
110
112
|
return writer;
|
|
111
113
|
},
|
|
@@ -165,6 +167,7 @@ function createBaseMsgMultiSend() {
|
|
|
165
167
|
}
|
|
166
168
|
exports.MsgMultiSend = {
|
|
167
169
|
typeUrl: "/cosmos.bank.v1beta1.MsgMultiSend",
|
|
170
|
+
aminoType: "cosmos-sdk/MsgMultiSend",
|
|
168
171
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
169
172
|
for (const v of message.inputs) {
|
|
170
173
|
bank_1.Input.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -249,6 +252,7 @@ function createBaseMsgMultiSendResponse() {
|
|
|
249
252
|
}
|
|
250
253
|
exports.MsgMultiSendResponse = {
|
|
251
254
|
typeUrl: "/cosmos.bank.v1beta1.MsgMultiSendResponse",
|
|
255
|
+
aminoType: "cosmos-sdk/MsgMultiSendResponse",
|
|
252
256
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
253
257
|
return writer;
|
|
254
258
|
},
|
|
@@ -308,6 +312,7 @@ function createBaseMsgUpdateParams() {
|
|
|
308
312
|
}
|
|
309
313
|
exports.MsgUpdateParams = {
|
|
310
314
|
typeUrl: "/cosmos.bank.v1beta1.MsgUpdateParams",
|
|
315
|
+
aminoType: "cosmos-sdk/x/bank/MsgUpdateParams",
|
|
311
316
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
312
317
|
if (message.authority !== "") {
|
|
313
318
|
writer.uint32(10).string(message.authority);
|
|
@@ -386,6 +391,7 @@ function createBaseMsgUpdateParamsResponse() {
|
|
|
386
391
|
}
|
|
387
392
|
exports.MsgUpdateParamsResponse = {
|
|
388
393
|
typeUrl: "/cosmos.bank.v1beta1.MsgUpdateParamsResponse",
|
|
394
|
+
aminoType: "cosmos-sdk/MsgUpdateParamsResponse",
|
|
389
395
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
390
396
|
return writer;
|
|
391
397
|
},
|
|
@@ -446,6 +452,7 @@ function createBaseMsgSetSendEnabled() {
|
|
|
446
452
|
}
|
|
447
453
|
exports.MsgSetSendEnabled = {
|
|
448
454
|
typeUrl: "/cosmos.bank.v1beta1.MsgSetSendEnabled",
|
|
455
|
+
aminoType: "cosmos-sdk/MsgSetSendEnabled",
|
|
449
456
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
450
457
|
if (message.authority !== "") {
|
|
451
458
|
writer.uint32(10).string(message.authority);
|
|
@@ -541,6 +548,7 @@ function createBaseMsgSetSendEnabledResponse() {
|
|
|
541
548
|
}
|
|
542
549
|
exports.MsgSetSendEnabledResponse = {
|
|
543
550
|
typeUrl: "/cosmos.bank.v1beta1.MsgSetSendEnabledResponse",
|
|
551
|
+
aminoType: "cosmos-sdk/MsgSetSendEnabledResponse",
|
|
544
552
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
545
553
|
return writer;
|
|
546
554
|
},
|
|
@@ -26,8 +26,9 @@ export interface Msg {
|
|
|
26
26
|
export declare class MsgClientImpl implements Msg {
|
|
27
27
|
private readonly rpc;
|
|
28
28
|
constructor(rpc: TxRpc);
|
|
29
|
-
send(request: MsgSend)
|
|
30
|
-
multiSend(request: MsgMultiSend)
|
|
31
|
-
updateParams(request: MsgUpdateParams)
|
|
32
|
-
setSendEnabled(request: MsgSetSendEnabled)
|
|
29
|
+
send: (request: MsgSend) => Promise<MsgSendResponse>;
|
|
30
|
+
multiSend: (request: MsgMultiSend) => Promise<MsgMultiSendResponse>;
|
|
31
|
+
updateParams: (request: MsgUpdateParams) => Promise<MsgUpdateParamsResponse>;
|
|
32
|
+
setSendEnabled: (request: MsgSetSendEnabled) => Promise<MsgSetSendEnabledResponse>;
|
|
33
33
|
}
|
|
34
|
+
export declare const createClientImpl: (rpc: TxRpc) => MsgClientImpl;
|
|
@@ -1,36 +1,48 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MsgClientImpl = void 0;
|
|
3
|
+
exports.createClientImpl = exports.MsgClientImpl = void 0;
|
|
4
4
|
const binary_1 = require("../../../binary");
|
|
5
5
|
const tx_1 = require("./tx");
|
|
6
6
|
class MsgClientImpl {
|
|
7
7
|
rpc;
|
|
8
8
|
constructor(rpc) {
|
|
9
9
|
this.rpc = rpc;
|
|
10
|
-
this.send = this.send.bind(this);
|
|
11
|
-
this.multiSend = this.multiSend.bind(this);
|
|
12
|
-
this.updateParams = this.updateParams.bind(this);
|
|
13
|
-
this.setSendEnabled = this.setSendEnabled.bind(this);
|
|
14
10
|
}
|
|
15
|
-
|
|
11
|
+
/* Send defines a method for sending coins from one account to another account. */
|
|
12
|
+
send = async (request) => {
|
|
16
13
|
const data = tx_1.MsgSend.encode(request).finish();
|
|
17
14
|
const promise = this.rpc.request("cosmos.bank.v1beta1.Msg", "Send", data);
|
|
18
15
|
return promise.then(data => tx_1.MsgSendResponse.decode(new binary_1.BinaryReader(data)));
|
|
19
|
-
}
|
|
20
|
-
|
|
16
|
+
};
|
|
17
|
+
/* MultiSend defines a method for sending coins from some accounts to other accounts. */
|
|
18
|
+
multiSend = async (request) => {
|
|
21
19
|
const data = tx_1.MsgMultiSend.encode(request).finish();
|
|
22
20
|
const promise = this.rpc.request("cosmos.bank.v1beta1.Msg", "MultiSend", data);
|
|
23
21
|
return promise.then(data => tx_1.MsgMultiSendResponse.decode(new binary_1.BinaryReader(data)));
|
|
24
|
-
}
|
|
25
|
-
|
|
22
|
+
};
|
|
23
|
+
/* UpdateParams defines a governance operation for updating the x/bank module parameters.
|
|
24
|
+
The authority is defined in the keeper.
|
|
25
|
+
|
|
26
|
+
Since: cosmos-sdk 0.47 */
|
|
27
|
+
updateParams = async (request) => {
|
|
26
28
|
const data = tx_1.MsgUpdateParams.encode(request).finish();
|
|
27
29
|
const promise = this.rpc.request("cosmos.bank.v1beta1.Msg", "UpdateParams", data);
|
|
28
30
|
return promise.then(data => tx_1.MsgUpdateParamsResponse.decode(new binary_1.BinaryReader(data)));
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
+
};
|
|
32
|
+
/* SetSendEnabled is a governance operation for setting the SendEnabled flag
|
|
33
|
+
on any number of Denoms. Only the entries to add or update should be
|
|
34
|
+
included. Entries that already exist in the store, but that aren't
|
|
35
|
+
included in this message, will be left unchanged.
|
|
36
|
+
|
|
37
|
+
Since: cosmos-sdk 0.47 */
|
|
38
|
+
setSendEnabled = async (request) => {
|
|
31
39
|
const data = tx_1.MsgSetSendEnabled.encode(request).finish();
|
|
32
40
|
const promise = this.rpc.request("cosmos.bank.v1beta1.Msg", "SetSendEnabled", data);
|
|
33
41
|
return promise.then(data => tx_1.MsgSetSendEnabledResponse.decode(new binary_1.BinaryReader(data)));
|
|
34
|
-
}
|
|
42
|
+
};
|
|
35
43
|
}
|
|
36
44
|
exports.MsgClientImpl = MsgClientImpl;
|
|
45
|
+
const createClientImpl = (rpc) => {
|
|
46
|
+
return new MsgClientImpl(rpc);
|
|
47
|
+
};
|
|
48
|
+
exports.createClientImpl = createClientImpl;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Any, AnyAmino
|
|
2
|
-
import { Event, EventAmino
|
|
3
|
-
import { Block, BlockAmino
|
|
1
|
+
import { Any, AnyAmino } from "../../../../google/protobuf/any";
|
|
2
|
+
import { Event, EventAmino } from "../../../../tendermint/abci/types";
|
|
3
|
+
import { Block, BlockAmino } from "../../../../tendermint/types/block";
|
|
4
4
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
5
5
|
import { DeepPartial } from "../../../../helpers";
|
|
6
6
|
/**
|
|
@@ -103,25 +103,6 @@ export interface TxResponseAminoMsg {
|
|
|
103
103
|
type: "cosmos-sdk/TxResponse";
|
|
104
104
|
value: TxResponseAmino;
|
|
105
105
|
}
|
|
106
|
-
/**
|
|
107
|
-
* TxResponse defines a structure containing relevant tx data and metadata. The
|
|
108
|
-
* tags are stringified and the log is JSON decoded.
|
|
109
|
-
*/
|
|
110
|
-
export interface TxResponseSDKType {
|
|
111
|
-
height: bigint;
|
|
112
|
-
txhash: string;
|
|
113
|
-
codespace: string;
|
|
114
|
-
code: number;
|
|
115
|
-
data: string;
|
|
116
|
-
raw_log: string;
|
|
117
|
-
logs: ABCIMessageLogSDKType[];
|
|
118
|
-
info: string;
|
|
119
|
-
gas_wanted: bigint;
|
|
120
|
-
gas_used: bigint;
|
|
121
|
-
tx?: AnySDKType;
|
|
122
|
-
timestamp: string;
|
|
123
|
-
events: EventSDKType[];
|
|
124
|
-
}
|
|
125
106
|
/** ABCIMessageLog defines a structure containing an indexed tx ABCI message log. */
|
|
126
107
|
export interface ABCIMessageLog {
|
|
127
108
|
msgIndex: number;
|
|
@@ -150,12 +131,6 @@ export interface ABCIMessageLogAminoMsg {
|
|
|
150
131
|
type: "cosmos-sdk/ABCIMessageLog";
|
|
151
132
|
value: ABCIMessageLogAmino;
|
|
152
133
|
}
|
|
153
|
-
/** ABCIMessageLog defines a structure containing an indexed tx ABCI message log. */
|
|
154
|
-
export interface ABCIMessageLogSDKType {
|
|
155
|
-
msg_index: number;
|
|
156
|
-
log: string;
|
|
157
|
-
events: StringEventSDKType[];
|
|
158
|
-
}
|
|
159
134
|
/**
|
|
160
135
|
* StringEvent defines en Event object wrapper where all the attributes
|
|
161
136
|
* contain key/value pairs that are strings instead of raw bytes.
|
|
@@ -180,14 +155,6 @@ export interface StringEventAminoMsg {
|
|
|
180
155
|
type: "cosmos-sdk/StringEvent";
|
|
181
156
|
value: StringEventAmino;
|
|
182
157
|
}
|
|
183
|
-
/**
|
|
184
|
-
* StringEvent defines en Event object wrapper where all the attributes
|
|
185
|
-
* contain key/value pairs that are strings instead of raw bytes.
|
|
186
|
-
*/
|
|
187
|
-
export interface StringEventSDKType {
|
|
188
|
-
type: string;
|
|
189
|
-
attributes: AttributeSDKType[];
|
|
190
|
-
}
|
|
191
158
|
/**
|
|
192
159
|
* Attribute defines an attribute wrapper where the key and value are
|
|
193
160
|
* strings instead of raw bytes.
|
|
@@ -212,14 +179,6 @@ export interface AttributeAminoMsg {
|
|
|
212
179
|
type: "cosmos-sdk/Attribute";
|
|
213
180
|
value: AttributeAmino;
|
|
214
181
|
}
|
|
215
|
-
/**
|
|
216
|
-
* Attribute defines an attribute wrapper where the key and value are
|
|
217
|
-
* strings instead of raw bytes.
|
|
218
|
-
*/
|
|
219
|
-
export interface AttributeSDKType {
|
|
220
|
-
key: string;
|
|
221
|
-
value: string;
|
|
222
|
-
}
|
|
223
182
|
/** GasInfo defines tx execution gas context. */
|
|
224
183
|
export interface GasInfo {
|
|
225
184
|
/** GasWanted is the maximum units of work we allow this tx to perform. */
|
|
@@ -242,11 +201,6 @@ export interface GasInfoAminoMsg {
|
|
|
242
201
|
type: "cosmos-sdk/GasInfo";
|
|
243
202
|
value: GasInfoAmino;
|
|
244
203
|
}
|
|
245
|
-
/** GasInfo defines tx execution gas context. */
|
|
246
|
-
export interface GasInfoSDKType {
|
|
247
|
-
gas_wanted: bigint;
|
|
248
|
-
gas_used: bigint;
|
|
249
|
-
}
|
|
250
204
|
/** Result is the union of ResponseFormat and ResponseCheckTx. */
|
|
251
205
|
export interface Result {
|
|
252
206
|
/**
|
|
@@ -303,14 +257,6 @@ export interface ResultAminoMsg {
|
|
|
303
257
|
type: "cosmos-sdk/Result";
|
|
304
258
|
value: ResultAmino;
|
|
305
259
|
}
|
|
306
|
-
/** Result is the union of ResponseFormat and ResponseCheckTx. */
|
|
307
|
-
export interface ResultSDKType {
|
|
308
|
-
/** @deprecated */
|
|
309
|
-
data: Uint8Array;
|
|
310
|
-
log: string;
|
|
311
|
-
events: EventSDKType[];
|
|
312
|
-
msg_responses: AnySDKType[];
|
|
313
|
-
}
|
|
314
260
|
/**
|
|
315
261
|
* SimulationResponse defines the response generated when a transaction is
|
|
316
262
|
* successfully simulated.
|
|
@@ -335,14 +281,6 @@ export interface SimulationResponseAminoMsg {
|
|
|
335
281
|
type: "cosmos-sdk/SimulationResponse";
|
|
336
282
|
value: SimulationResponseAmino;
|
|
337
283
|
}
|
|
338
|
-
/**
|
|
339
|
-
* SimulationResponse defines the response generated when a transaction is
|
|
340
|
-
* successfully simulated.
|
|
341
|
-
*/
|
|
342
|
-
export interface SimulationResponseSDKType {
|
|
343
|
-
gas_info: GasInfoSDKType;
|
|
344
|
-
result?: ResultSDKType;
|
|
345
|
-
}
|
|
346
284
|
/**
|
|
347
285
|
* MsgData defines the data returned in a Result object during message
|
|
348
286
|
* execution.
|
|
@@ -369,15 +307,6 @@ export interface MsgDataAminoMsg {
|
|
|
369
307
|
type: "cosmos-sdk/MsgData";
|
|
370
308
|
value: MsgDataAmino;
|
|
371
309
|
}
|
|
372
|
-
/**
|
|
373
|
-
* MsgData defines the data returned in a Result object during message
|
|
374
|
-
* execution.
|
|
375
|
-
*/
|
|
376
|
-
/** @deprecated */
|
|
377
|
-
export interface MsgDataSDKType {
|
|
378
|
-
msg_type: string;
|
|
379
|
-
data: Uint8Array;
|
|
380
|
-
}
|
|
381
310
|
/**
|
|
382
311
|
* TxMsgData defines a list of MsgData. A transaction will have a MsgData object
|
|
383
312
|
* for each message.
|
|
@@ -416,15 +345,6 @@ export interface TxMsgDataAminoMsg {
|
|
|
416
345
|
type: "cosmos-sdk/TxMsgData";
|
|
417
346
|
value: TxMsgDataAmino;
|
|
418
347
|
}
|
|
419
|
-
/**
|
|
420
|
-
* TxMsgData defines a list of MsgData. A transaction will have a MsgData object
|
|
421
|
-
* for each message.
|
|
422
|
-
*/
|
|
423
|
-
export interface TxMsgDataSDKType {
|
|
424
|
-
/** @deprecated */
|
|
425
|
-
data: MsgDataSDKType[];
|
|
426
|
-
msg_responses: AnySDKType[];
|
|
427
|
-
}
|
|
428
348
|
/** SearchTxsResult defines a structure for querying txs pageable */
|
|
429
349
|
export interface SearchTxsResult {
|
|
430
350
|
/** Count of all txs */
|
|
@@ -463,15 +383,6 @@ export interface SearchTxsResultAminoMsg {
|
|
|
463
383
|
type: "cosmos-sdk/SearchTxsResult";
|
|
464
384
|
value: SearchTxsResultAmino;
|
|
465
385
|
}
|
|
466
|
-
/** SearchTxsResult defines a structure for querying txs pageable */
|
|
467
|
-
export interface SearchTxsResultSDKType {
|
|
468
|
-
total_count: bigint;
|
|
469
|
-
count: bigint;
|
|
470
|
-
page_number: bigint;
|
|
471
|
-
page_total: bigint;
|
|
472
|
-
limit: bigint;
|
|
473
|
-
txs: TxResponseSDKType[];
|
|
474
|
-
}
|
|
475
386
|
/** SearchBlocksResult defines a structure for querying blocks pageable */
|
|
476
387
|
export interface SearchBlocksResult {
|
|
477
388
|
/** Count of all blocks */
|
|
@@ -510,17 +421,9 @@ export interface SearchBlocksResultAminoMsg {
|
|
|
510
421
|
type: "cosmos-sdk/SearchBlocksResult";
|
|
511
422
|
value: SearchBlocksResultAmino;
|
|
512
423
|
}
|
|
513
|
-
/** SearchBlocksResult defines a structure for querying blocks pageable */
|
|
514
|
-
export interface SearchBlocksResultSDKType {
|
|
515
|
-
total_count: bigint;
|
|
516
|
-
count: bigint;
|
|
517
|
-
page_number: bigint;
|
|
518
|
-
page_total: bigint;
|
|
519
|
-
limit: bigint;
|
|
520
|
-
blocks: BlockSDKType[];
|
|
521
|
-
}
|
|
522
424
|
export declare const TxResponse: {
|
|
523
425
|
typeUrl: string;
|
|
426
|
+
aminoType: string;
|
|
524
427
|
encode(message: TxResponse, writer?: BinaryWriter): BinaryWriter;
|
|
525
428
|
decode(input: BinaryReader | Uint8Array, length?: number): TxResponse;
|
|
526
429
|
fromPartial(object: DeepPartial<TxResponse>): TxResponse;
|
|
@@ -534,6 +437,7 @@ export declare const TxResponse: {
|
|
|
534
437
|
};
|
|
535
438
|
export declare const ABCIMessageLog: {
|
|
536
439
|
typeUrl: string;
|
|
440
|
+
aminoType: string;
|
|
537
441
|
encode(message: ABCIMessageLog, writer?: BinaryWriter): BinaryWriter;
|
|
538
442
|
decode(input: BinaryReader | Uint8Array, length?: number): ABCIMessageLog;
|
|
539
443
|
fromPartial(object: DeepPartial<ABCIMessageLog>): ABCIMessageLog;
|
|
@@ -547,6 +451,7 @@ export declare const ABCIMessageLog: {
|
|
|
547
451
|
};
|
|
548
452
|
export declare const StringEvent: {
|
|
549
453
|
typeUrl: string;
|
|
454
|
+
aminoType: string;
|
|
550
455
|
encode(message: StringEvent, writer?: BinaryWriter): BinaryWriter;
|
|
551
456
|
decode(input: BinaryReader | Uint8Array, length?: number): StringEvent;
|
|
552
457
|
fromPartial(object: DeepPartial<StringEvent>): StringEvent;
|
|
@@ -560,6 +465,7 @@ export declare const StringEvent: {
|
|
|
560
465
|
};
|
|
561
466
|
export declare const Attribute: {
|
|
562
467
|
typeUrl: string;
|
|
468
|
+
aminoType: string;
|
|
563
469
|
encode(message: Attribute, writer?: BinaryWriter): BinaryWriter;
|
|
564
470
|
decode(input: BinaryReader | Uint8Array, length?: number): Attribute;
|
|
565
471
|
fromPartial(object: DeepPartial<Attribute>): Attribute;
|
|
@@ -573,6 +479,7 @@ export declare const Attribute: {
|
|
|
573
479
|
};
|
|
574
480
|
export declare const GasInfo: {
|
|
575
481
|
typeUrl: string;
|
|
482
|
+
aminoType: string;
|
|
576
483
|
encode(message: GasInfo, writer?: BinaryWriter): BinaryWriter;
|
|
577
484
|
decode(input: BinaryReader | Uint8Array, length?: number): GasInfo;
|
|
578
485
|
fromPartial(object: DeepPartial<GasInfo>): GasInfo;
|
|
@@ -586,6 +493,7 @@ export declare const GasInfo: {
|
|
|
586
493
|
};
|
|
587
494
|
export declare const Result: {
|
|
588
495
|
typeUrl: string;
|
|
496
|
+
aminoType: string;
|
|
589
497
|
encode(message: Result, writer?: BinaryWriter): BinaryWriter;
|
|
590
498
|
decode(input: BinaryReader | Uint8Array, length?: number): Result;
|
|
591
499
|
fromPartial(object: DeepPartial<Result>): Result;
|
|
@@ -599,6 +507,7 @@ export declare const Result: {
|
|
|
599
507
|
};
|
|
600
508
|
export declare const SimulationResponse: {
|
|
601
509
|
typeUrl: string;
|
|
510
|
+
aminoType: string;
|
|
602
511
|
encode(message: SimulationResponse, writer?: BinaryWriter): BinaryWriter;
|
|
603
512
|
decode(input: BinaryReader | Uint8Array, length?: number): SimulationResponse;
|
|
604
513
|
fromPartial(object: DeepPartial<SimulationResponse>): SimulationResponse;
|
|
@@ -612,6 +521,7 @@ export declare const SimulationResponse: {
|
|
|
612
521
|
};
|
|
613
522
|
export declare const MsgData: {
|
|
614
523
|
typeUrl: string;
|
|
524
|
+
aminoType: string;
|
|
615
525
|
encode(message: MsgData, writer?: BinaryWriter): BinaryWriter;
|
|
616
526
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgData;
|
|
617
527
|
fromPartial(object: DeepPartial<MsgData>): MsgData;
|
|
@@ -625,6 +535,7 @@ export declare const MsgData: {
|
|
|
625
535
|
};
|
|
626
536
|
export declare const TxMsgData: {
|
|
627
537
|
typeUrl: string;
|
|
538
|
+
aminoType: string;
|
|
628
539
|
encode(message: TxMsgData, writer?: BinaryWriter): BinaryWriter;
|
|
629
540
|
decode(input: BinaryReader | Uint8Array, length?: number): TxMsgData;
|
|
630
541
|
fromPartial(object: DeepPartial<TxMsgData>): TxMsgData;
|
|
@@ -638,6 +549,7 @@ export declare const TxMsgData: {
|
|
|
638
549
|
};
|
|
639
550
|
export declare const SearchTxsResult: {
|
|
640
551
|
typeUrl: string;
|
|
552
|
+
aminoType: string;
|
|
641
553
|
encode(message: SearchTxsResult, writer?: BinaryWriter): BinaryWriter;
|
|
642
554
|
decode(input: BinaryReader | Uint8Array, length?: number): SearchTxsResult;
|
|
643
555
|
fromPartial(object: DeepPartial<SearchTxsResult>): SearchTxsResult;
|
|
@@ -651,6 +563,7 @@ export declare const SearchTxsResult: {
|
|
|
651
563
|
};
|
|
652
564
|
export declare const SearchBlocksResult: {
|
|
653
565
|
typeUrl: string;
|
|
566
|
+
aminoType: string;
|
|
654
567
|
encode(message: SearchBlocksResult, writer?: BinaryWriter): BinaryWriter;
|
|
655
568
|
decode(input: BinaryReader | Uint8Array, length?: number): SearchBlocksResult;
|
|
656
569
|
fromPartial(object: DeepPartial<SearchBlocksResult>): SearchBlocksResult;
|
|
@@ -26,6 +26,7 @@ function createBaseTxResponse() {
|
|
|
26
26
|
}
|
|
27
27
|
exports.TxResponse = {
|
|
28
28
|
typeUrl: "/cosmos.base.abci.v1beta1.TxResponse",
|
|
29
|
+
aminoType: "cosmos-sdk/TxResponse",
|
|
29
30
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
30
31
|
if (message.height !== BigInt(0)) {
|
|
31
32
|
writer.uint32(8).int64(message.height);
|
|
@@ -235,6 +236,7 @@ function createBaseABCIMessageLog() {
|
|
|
235
236
|
}
|
|
236
237
|
exports.ABCIMessageLog = {
|
|
237
238
|
typeUrl: "/cosmos.base.abci.v1beta1.ABCIMessageLog",
|
|
239
|
+
aminoType: "cosmos-sdk/ABCIMessageLog",
|
|
238
240
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
239
241
|
if (message.msgIndex !== 0) {
|
|
240
242
|
writer.uint32(8).uint32(message.msgIndex);
|
|
@@ -330,6 +332,7 @@ function createBaseStringEvent() {
|
|
|
330
332
|
}
|
|
331
333
|
exports.StringEvent = {
|
|
332
334
|
typeUrl: "/cosmos.base.abci.v1beta1.StringEvent",
|
|
335
|
+
aminoType: "cosmos-sdk/StringEvent",
|
|
333
336
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
334
337
|
if (message.type !== "") {
|
|
335
338
|
writer.uint32(10).string(message.type);
|
|
@@ -414,6 +417,7 @@ function createBaseAttribute() {
|
|
|
414
417
|
}
|
|
415
418
|
exports.Attribute = {
|
|
416
419
|
typeUrl: "/cosmos.base.abci.v1beta1.Attribute",
|
|
420
|
+
aminoType: "cosmos-sdk/Attribute",
|
|
417
421
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
418
422
|
if (message.key !== "") {
|
|
419
423
|
writer.uint32(10).string(message.key);
|
|
@@ -495,6 +499,7 @@ function createBaseGasInfo() {
|
|
|
495
499
|
}
|
|
496
500
|
exports.GasInfo = {
|
|
497
501
|
typeUrl: "/cosmos.base.abci.v1beta1.GasInfo",
|
|
502
|
+
aminoType: "cosmos-sdk/GasInfo",
|
|
498
503
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
499
504
|
if (message.gasWanted !== BigInt(0)) {
|
|
500
505
|
writer.uint32(8).uint64(message.gasWanted);
|
|
@@ -578,6 +583,7 @@ function createBaseResult() {
|
|
|
578
583
|
}
|
|
579
584
|
exports.Result = {
|
|
580
585
|
typeUrl: "/cosmos.base.abci.v1beta1.Result",
|
|
586
|
+
aminoType: "cosmos-sdk/Result",
|
|
581
587
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
582
588
|
if (message.data.length !== 0) {
|
|
583
589
|
writer.uint32(10).bytes(message.data);
|
|
@@ -687,6 +693,7 @@ function createBaseSimulationResponse() {
|
|
|
687
693
|
}
|
|
688
694
|
exports.SimulationResponse = {
|
|
689
695
|
typeUrl: "/cosmos.base.abci.v1beta1.SimulationResponse",
|
|
696
|
+
aminoType: "cosmos-sdk/SimulationResponse",
|
|
690
697
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
691
698
|
if (message.gasInfo !== undefined) {
|
|
692
699
|
exports.GasInfo.encode(message.gasInfo, writer.uint32(10).fork()).ldelim();
|
|
@@ -768,6 +775,7 @@ function createBaseMsgData() {
|
|
|
768
775
|
}
|
|
769
776
|
exports.MsgData = {
|
|
770
777
|
typeUrl: "/cosmos.base.abci.v1beta1.MsgData",
|
|
778
|
+
aminoType: "cosmos-sdk/MsgData",
|
|
771
779
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
772
780
|
if (message.msgType !== "") {
|
|
773
781
|
writer.uint32(10).string(message.msgType);
|
|
@@ -849,6 +857,7 @@ function createBaseTxMsgData() {
|
|
|
849
857
|
}
|
|
850
858
|
exports.TxMsgData = {
|
|
851
859
|
typeUrl: "/cosmos.base.abci.v1beta1.TxMsgData",
|
|
860
|
+
aminoType: "cosmos-sdk/TxMsgData",
|
|
852
861
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
853
862
|
for (const v of message.data) {
|
|
854
863
|
exports.MsgData.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -940,6 +949,7 @@ function createBaseSearchTxsResult() {
|
|
|
940
949
|
}
|
|
941
950
|
exports.SearchTxsResult = {
|
|
942
951
|
typeUrl: "/cosmos.base.abci.v1beta1.SearchTxsResult",
|
|
952
|
+
aminoType: "cosmos-sdk/SearchTxsResult",
|
|
943
953
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
944
954
|
if (message.totalCount !== BigInt(0)) {
|
|
945
955
|
writer.uint32(8).uint64(message.totalCount);
|
|
@@ -1072,6 +1082,7 @@ function createBaseSearchBlocksResult() {
|
|
|
1072
1082
|
}
|
|
1073
1083
|
exports.SearchBlocksResult = {
|
|
1074
1084
|
typeUrl: "/cosmos.base.abci.v1beta1.SearchBlocksResult",
|
|
1085
|
+
aminoType: "cosmos-sdk/SearchBlocksResult",
|
|
1075
1086
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
1076
1087
|
if (message.totalCount !== BigInt(0)) {
|
|
1077
1088
|
writer.uint32(8).int64(message.totalCount);
|