@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
|
@@ -8,12 +8,12 @@ import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
|
8
8
|
import { toTimestamp, fromTimestamp } from "../../../helpers";
|
|
9
9
|
function createBaseGenericAuthorization() {
|
|
10
10
|
return {
|
|
11
|
-
$typeUrl: "/cosmos.authz.v1beta1.GenericAuthorization",
|
|
12
11
|
msg: ""
|
|
13
12
|
};
|
|
14
13
|
}
|
|
15
14
|
export const GenericAuthorization = {
|
|
16
15
|
typeUrl: "/cosmos.authz.v1beta1.GenericAuthorization",
|
|
16
|
+
aminoType: "cosmos-sdk/GenericAuthorization",
|
|
17
17
|
encode(message, writer = BinaryWriter.create()) {
|
|
18
18
|
if (message.msg !== "") {
|
|
19
19
|
writer.uint32(10).string(message.msg);
|
|
@@ -84,6 +84,7 @@ function createBaseGrant() {
|
|
|
84
84
|
}
|
|
85
85
|
export const Grant = {
|
|
86
86
|
typeUrl: "/cosmos.authz.v1beta1.Grant",
|
|
87
|
+
aminoType: "cosmos-sdk/Grant",
|
|
87
88
|
encode(message, writer = BinaryWriter.create()) {
|
|
88
89
|
if (message.authorization !== undefined) {
|
|
89
90
|
Any.encode(message.authorization, writer.uint32(10).fork()).ldelim();
|
|
@@ -167,6 +168,7 @@ function createBaseGrantAuthorization() {
|
|
|
167
168
|
}
|
|
168
169
|
export const GrantAuthorization = {
|
|
169
170
|
typeUrl: "/cosmos.authz.v1beta1.GrantAuthorization",
|
|
171
|
+
aminoType: "cosmos-sdk/GrantAuthorization",
|
|
170
172
|
encode(message, writer = BinaryWriter.create()) {
|
|
171
173
|
if (message.granter !== "") {
|
|
172
174
|
writer.uint32(10).string(message.granter);
|
|
@@ -269,6 +271,7 @@ function createBaseGrantQueueItem() {
|
|
|
269
271
|
}
|
|
270
272
|
export const GrantQueueItem = {
|
|
271
273
|
typeUrl: "/cosmos.authz.v1beta1.GrantQueueItem",
|
|
274
|
+
aminoType: "cosmos-sdk/GrantQueueItem",
|
|
272
275
|
encode(message, writer = BinaryWriter.create()) {
|
|
273
276
|
for (const v of message.msgTypeUrls) {
|
|
274
277
|
writer.uint32(10).string(v);
|
|
@@ -9,6 +9,7 @@ function createBaseEventGrant() {
|
|
|
9
9
|
}
|
|
10
10
|
export const EventGrant = {
|
|
11
11
|
typeUrl: "/cosmos.authz.v1beta1.EventGrant",
|
|
12
|
+
aminoType: "cosmos-sdk/EventGrant",
|
|
12
13
|
encode(message, writer = BinaryWriter.create()) {
|
|
13
14
|
if (message.msgTypeUrl !== "") {
|
|
14
15
|
writer.uint32(18).string(message.msgTypeUrl);
|
|
@@ -102,6 +103,7 @@ function createBaseEventRevoke() {
|
|
|
102
103
|
}
|
|
103
104
|
export const EventRevoke = {
|
|
104
105
|
typeUrl: "/cosmos.authz.v1beta1.EventRevoke",
|
|
106
|
+
aminoType: "cosmos-sdk/EventRevoke",
|
|
105
107
|
encode(message, writer = BinaryWriter.create()) {
|
|
106
108
|
if (message.msgTypeUrl !== "") {
|
|
107
109
|
writer.uint32(18).string(message.msgTypeUrl);
|
|
@@ -8,6 +8,7 @@ function createBaseGenesisState() {
|
|
|
8
8
|
}
|
|
9
9
|
export const GenesisState = {
|
|
10
10
|
typeUrl: "/cosmos.authz.v1beta1.GenesisState",
|
|
11
|
+
aminoType: "cosmos-sdk/GenesisState",
|
|
11
12
|
encode(message, writer = BinaryWriter.create()) {
|
|
12
13
|
for (const v of message.authorization) {
|
|
13
14
|
GrantAuthorization.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -12,6 +12,7 @@ function createBaseQueryGrantsRequest() {
|
|
|
12
12
|
}
|
|
13
13
|
export const QueryGrantsRequest = {
|
|
14
14
|
typeUrl: "/cosmos.authz.v1beta1.QueryGrantsRequest",
|
|
15
|
+
aminoType: "cosmos-sdk/QueryGrantsRequest",
|
|
15
16
|
encode(message, writer = BinaryWriter.create()) {
|
|
16
17
|
if (message.granter !== "") {
|
|
17
18
|
writer.uint32(10).string(message.granter);
|
|
@@ -115,6 +116,7 @@ function createBaseQueryGrantsResponse() {
|
|
|
115
116
|
}
|
|
116
117
|
export const QueryGrantsResponse = {
|
|
117
118
|
typeUrl: "/cosmos.authz.v1beta1.QueryGrantsResponse",
|
|
119
|
+
aminoType: "cosmos-sdk/QueryGrantsResponse",
|
|
118
120
|
encode(message, writer = BinaryWriter.create()) {
|
|
119
121
|
for (const v of message.grants) {
|
|
120
122
|
Grant.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -199,6 +201,7 @@ function createBaseQueryGranterGrantsRequest() {
|
|
|
199
201
|
}
|
|
200
202
|
export const QueryGranterGrantsRequest = {
|
|
201
203
|
typeUrl: "/cosmos.authz.v1beta1.QueryGranterGrantsRequest",
|
|
204
|
+
aminoType: "cosmos-sdk/QueryGranterGrantsRequest",
|
|
202
205
|
encode(message, writer = BinaryWriter.create()) {
|
|
203
206
|
if (message.granter !== "") {
|
|
204
207
|
writer.uint32(10).string(message.granter);
|
|
@@ -280,6 +283,7 @@ function createBaseQueryGranterGrantsResponse() {
|
|
|
280
283
|
}
|
|
281
284
|
export const QueryGranterGrantsResponse = {
|
|
282
285
|
typeUrl: "/cosmos.authz.v1beta1.QueryGranterGrantsResponse",
|
|
286
|
+
aminoType: "cosmos-sdk/QueryGranterGrantsResponse",
|
|
283
287
|
encode(message, writer = BinaryWriter.create()) {
|
|
284
288
|
for (const v of message.grants) {
|
|
285
289
|
GrantAuthorization.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -364,6 +368,7 @@ function createBaseQueryGranteeGrantsRequest() {
|
|
|
364
368
|
}
|
|
365
369
|
export const QueryGranteeGrantsRequest = {
|
|
366
370
|
typeUrl: "/cosmos.authz.v1beta1.QueryGranteeGrantsRequest",
|
|
371
|
+
aminoType: "cosmos-sdk/QueryGranteeGrantsRequest",
|
|
367
372
|
encode(message, writer = BinaryWriter.create()) {
|
|
368
373
|
if (message.grantee !== "") {
|
|
369
374
|
writer.uint32(10).string(message.grantee);
|
|
@@ -445,6 +450,7 @@ function createBaseQueryGranteeGrantsResponse() {
|
|
|
445
450
|
}
|
|
446
451
|
export const QueryGranteeGrantsResponse = {
|
|
447
452
|
typeUrl: "/cosmos.authz.v1beta1.QueryGranteeGrantsResponse",
|
|
453
|
+
aminoType: "cosmos-sdk/QueryGranteeGrantsResponse",
|
|
448
454
|
encode(message, writer = BinaryWriter.create()) {
|
|
449
455
|
for (const v of message.grants) {
|
|
450
456
|
GrantAuthorization.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -4,12 +4,9 @@ export class LCDQueryClient {
|
|
|
4
4
|
req;
|
|
5
5
|
constructor({ requestClient }) {
|
|
6
6
|
this.req = requestClient;
|
|
7
|
-
this.grants = this.grants.bind(this);
|
|
8
|
-
this.granterGrants = this.granterGrants.bind(this);
|
|
9
|
-
this.granteeGrants = this.granteeGrants.bind(this);
|
|
10
7
|
}
|
|
11
8
|
/* Returns list of `Authorization`, granted to the grantee by the granter. */
|
|
12
|
-
async
|
|
9
|
+
grants = async (params) => {
|
|
13
10
|
const options = {
|
|
14
11
|
params: {}
|
|
15
12
|
};
|
|
@@ -27,11 +24,11 @@ export class LCDQueryClient {
|
|
|
27
24
|
}
|
|
28
25
|
const endpoint = `cosmos/authz/v1beta1/grants`;
|
|
29
26
|
return await this.req.get(endpoint, options);
|
|
30
|
-
}
|
|
27
|
+
};
|
|
31
28
|
/* GranterGrants returns list of `GrantAuthorization`, granted by granter.
|
|
32
29
|
|
|
33
30
|
Since: cosmos-sdk 0.46 */
|
|
34
|
-
async
|
|
31
|
+
granterGrants = async (params) => {
|
|
35
32
|
const options = {
|
|
36
33
|
params: {}
|
|
37
34
|
};
|
|
@@ -40,11 +37,11 @@ export class LCDQueryClient {
|
|
|
40
37
|
}
|
|
41
38
|
const endpoint = `cosmos/authz/v1beta1/grants/granter/${params.granter}`;
|
|
42
39
|
return await this.req.get(endpoint, options);
|
|
43
|
-
}
|
|
40
|
+
};
|
|
44
41
|
/* GranteeGrants returns a list of `GrantAuthorization` by grantee.
|
|
45
42
|
|
|
46
43
|
Since: cosmos-sdk 0.46 */
|
|
47
|
-
async
|
|
44
|
+
granteeGrants = async (params) => {
|
|
48
45
|
const options = {
|
|
49
46
|
params: {}
|
|
50
47
|
};
|
|
@@ -53,5 +50,5 @@ export class LCDQueryClient {
|
|
|
53
50
|
}
|
|
54
51
|
const endpoint = `cosmos/authz/v1beta1/grants/grantee/${params.grantee}`;
|
|
55
52
|
return await this.req.get(endpoint, options);
|
|
56
|
-
}
|
|
53
|
+
};
|
|
57
54
|
}
|
|
@@ -5,25 +5,29 @@ export class QueryClientImpl {
|
|
|
5
5
|
rpc;
|
|
6
6
|
constructor(rpc) {
|
|
7
7
|
this.rpc = rpc;
|
|
8
|
-
this.grants = this.grants.bind(this);
|
|
9
|
-
this.granterGrants = this.granterGrants.bind(this);
|
|
10
|
-
this.granteeGrants = this.granteeGrants.bind(this);
|
|
11
8
|
}
|
|
12
|
-
|
|
9
|
+
/* Returns list of `Authorization`, granted to the grantee by the granter. */
|
|
10
|
+
grants = async (request) => {
|
|
13
11
|
const data = QueryGrantsRequest.encode(request).finish();
|
|
14
12
|
const promise = this.rpc.request("cosmos.authz.v1beta1.Query", "Grants", data);
|
|
15
13
|
return promise.then(data => QueryGrantsResponse.decode(new BinaryReader(data)));
|
|
16
|
-
}
|
|
17
|
-
|
|
14
|
+
};
|
|
15
|
+
/* GranterGrants returns list of `GrantAuthorization`, granted by granter.
|
|
16
|
+
|
|
17
|
+
Since: cosmos-sdk 0.46 */
|
|
18
|
+
granterGrants = async (request) => {
|
|
18
19
|
const data = QueryGranterGrantsRequest.encode(request).finish();
|
|
19
20
|
const promise = this.rpc.request("cosmos.authz.v1beta1.Query", "GranterGrants", data);
|
|
20
21
|
return promise.then(data => QueryGranterGrantsResponse.decode(new BinaryReader(data)));
|
|
21
|
-
}
|
|
22
|
-
|
|
22
|
+
};
|
|
23
|
+
/* GranteeGrants returns a list of `GrantAuthorization` by grantee.
|
|
24
|
+
|
|
25
|
+
Since: cosmos-sdk 0.46 */
|
|
26
|
+
granteeGrants = async (request) => {
|
|
23
27
|
const data = QueryGranteeGrantsRequest.encode(request).finish();
|
|
24
28
|
const promise = this.rpc.request("cosmos.authz.v1beta1.Query", "GranteeGrants", data);
|
|
25
29
|
return promise.then(data => QueryGranteeGrantsResponse.decode(new BinaryReader(data)));
|
|
26
|
-
}
|
|
30
|
+
};
|
|
27
31
|
}
|
|
28
32
|
export const createRpcQueryExtension = (base) => {
|
|
29
33
|
const rpc = createProtobufRpcClient(base);
|
|
@@ -12,6 +12,7 @@ function createBaseMsgGrant() {
|
|
|
12
12
|
}
|
|
13
13
|
export const MsgGrant = {
|
|
14
14
|
typeUrl: "/cosmos.authz.v1beta1.MsgGrant",
|
|
15
|
+
aminoType: "cosmos-sdk/MsgGrant",
|
|
15
16
|
encode(message, writer = BinaryWriter.create()) {
|
|
16
17
|
if (message.granter !== "") {
|
|
17
18
|
writer.uint32(10).string(message.granter);
|
|
@@ -101,6 +102,7 @@ function createBaseMsgGrantResponse() {
|
|
|
101
102
|
}
|
|
102
103
|
export const MsgGrantResponse = {
|
|
103
104
|
typeUrl: "/cosmos.authz.v1beta1.MsgGrantResponse",
|
|
105
|
+
aminoType: "cosmos-sdk/MsgGrantResponse",
|
|
104
106
|
encode(_, writer = BinaryWriter.create()) {
|
|
105
107
|
return writer;
|
|
106
108
|
},
|
|
@@ -160,6 +162,7 @@ function createBaseMsgExec() {
|
|
|
160
162
|
}
|
|
161
163
|
export const MsgExec = {
|
|
162
164
|
typeUrl: "/cosmos.authz.v1beta1.MsgExec",
|
|
165
|
+
aminoType: "cosmos-sdk/MsgExec",
|
|
163
166
|
encode(message, writer = BinaryWriter.create()) {
|
|
164
167
|
if (message.grantee !== "") {
|
|
165
168
|
writer.uint32(10).string(message.grantee);
|
|
@@ -243,6 +246,7 @@ function createBaseMsgExecResponse() {
|
|
|
243
246
|
}
|
|
244
247
|
export const MsgExecResponse = {
|
|
245
248
|
typeUrl: "/cosmos.authz.v1beta1.MsgExecResponse",
|
|
249
|
+
aminoType: "cosmos-sdk/MsgExecResponse",
|
|
246
250
|
encode(message, writer = BinaryWriter.create()) {
|
|
247
251
|
for (const v of message.results) {
|
|
248
252
|
writer.uint32(10).bytes(v);
|
|
@@ -317,6 +321,7 @@ function createBaseMsgRevoke() {
|
|
|
317
321
|
}
|
|
318
322
|
export const MsgRevoke = {
|
|
319
323
|
typeUrl: "/cosmos.authz.v1beta1.MsgRevoke",
|
|
324
|
+
aminoType: "cosmos-sdk/MsgRevoke",
|
|
320
325
|
encode(message, writer = BinaryWriter.create()) {
|
|
321
326
|
if (message.granter !== "") {
|
|
322
327
|
writer.uint32(10).string(message.granter);
|
|
@@ -406,6 +411,7 @@ function createBaseMsgRevokeResponse() {
|
|
|
406
411
|
}
|
|
407
412
|
export const MsgRevokeResponse = {
|
|
408
413
|
typeUrl: "/cosmos.authz.v1beta1.MsgRevokeResponse",
|
|
414
|
+
aminoType: "cosmos-sdk/MsgRevokeResponse",
|
|
409
415
|
encode(_, writer = BinaryWriter.create()) {
|
|
410
416
|
return writer;
|
|
411
417
|
},
|
|
@@ -4,23 +4,32 @@ export class MsgClientImpl {
|
|
|
4
4
|
rpc;
|
|
5
5
|
constructor(rpc) {
|
|
6
6
|
this.rpc = rpc;
|
|
7
|
-
this.grant = this.grant.bind(this);
|
|
8
|
-
this.exec = this.exec.bind(this);
|
|
9
|
-
this.revoke = this.revoke.bind(this);
|
|
10
7
|
}
|
|
11
|
-
|
|
8
|
+
/* Grant grants the provided authorization to the grantee on the granter's
|
|
9
|
+
account with the provided expiration time. If there is already a grant
|
|
10
|
+
for the given (granter, grantee, Authorization) triple, then the grant
|
|
11
|
+
will be overwritten. */
|
|
12
|
+
grant = async (request) => {
|
|
12
13
|
const data = MsgGrant.encode(request).finish();
|
|
13
14
|
const promise = this.rpc.request("cosmos.authz.v1beta1.Msg", "Grant", data);
|
|
14
15
|
return promise.then(data => MsgGrantResponse.decode(new BinaryReader(data)));
|
|
15
|
-
}
|
|
16
|
-
|
|
16
|
+
};
|
|
17
|
+
/* Exec attempts to execute the provided messages using
|
|
18
|
+
authorizations granted to the grantee. Each message should have only
|
|
19
|
+
one signer corresponding to the granter of the authorization. */
|
|
20
|
+
exec = async (request) => {
|
|
17
21
|
const data = MsgExec.encode(request).finish();
|
|
18
22
|
const promise = this.rpc.request("cosmos.authz.v1beta1.Msg", "Exec", data);
|
|
19
23
|
return promise.then(data => MsgExecResponse.decode(new BinaryReader(data)));
|
|
20
|
-
}
|
|
21
|
-
|
|
24
|
+
};
|
|
25
|
+
/* Revoke revokes any authorization corresponding to the provided method name on the
|
|
26
|
+
granter's account that has been granted to the grantee. */
|
|
27
|
+
revoke = async (request) => {
|
|
22
28
|
const data = MsgRevoke.encode(request).finish();
|
|
23
29
|
const promise = this.rpc.request("cosmos.authz.v1beta1.Msg", "Revoke", data);
|
|
24
30
|
return promise.then(data => MsgRevokeResponse.decode(new BinaryReader(data)));
|
|
25
|
-
}
|
|
31
|
+
};
|
|
26
32
|
}
|
|
33
|
+
export const createClientImpl = (rpc) => {
|
|
34
|
+
return new MsgClientImpl(rpc);
|
|
35
|
+
};
|
|
@@ -9,6 +9,7 @@ function createBaseModule() {
|
|
|
9
9
|
}
|
|
10
10
|
export const Module = {
|
|
11
11
|
typeUrl: "/cosmos.bank.module.v1.Module",
|
|
12
|
+
aminoType: "cosmos-sdk/Module",
|
|
12
13
|
encode(message, writer = BinaryWriter.create()) {
|
|
13
14
|
for (const v of message.blockedModuleAccountsOverride) {
|
|
14
15
|
writer.uint32(10).string(v);
|
|
@@ -3,13 +3,13 @@ import { Coin } from "../../base/v1beta1/coin";
|
|
|
3
3
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
4
|
function createBaseSendAuthorization() {
|
|
5
5
|
return {
|
|
6
|
-
$typeUrl: "/cosmos.bank.v1beta1.SendAuthorization",
|
|
7
6
|
spendLimit: [],
|
|
8
7
|
allowList: []
|
|
9
8
|
};
|
|
10
9
|
}
|
|
11
10
|
export const SendAuthorization = {
|
|
12
11
|
typeUrl: "/cosmos.bank.v1beta1.SendAuthorization",
|
|
12
|
+
aminoType: "cosmos-sdk/SendAuthorization",
|
|
13
13
|
encode(message, writer = BinaryWriter.create()) {
|
|
14
14
|
for (const v of message.spendLimit) {
|
|
15
15
|
Coin.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -9,6 +9,7 @@ function createBaseParams() {
|
|
|
9
9
|
}
|
|
10
10
|
export const Params = {
|
|
11
11
|
typeUrl: "/cosmos.bank.v1beta1.Params",
|
|
12
|
+
aminoType: "cosmos-sdk/x/bank/Params",
|
|
12
13
|
encode(message, writer = BinaryWriter.create()) {
|
|
13
14
|
for (const v of message.sendEnabled) {
|
|
14
15
|
SendEnabled.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -93,6 +94,7 @@ function createBaseSendEnabled() {
|
|
|
93
94
|
}
|
|
94
95
|
export const SendEnabled = {
|
|
95
96
|
typeUrl: "/cosmos.bank.v1beta1.SendEnabled",
|
|
97
|
+
aminoType: "cosmos-sdk/SendEnabled",
|
|
96
98
|
encode(message, writer = BinaryWriter.create()) {
|
|
97
99
|
if (message.denom !== "") {
|
|
98
100
|
writer.uint32(10).string(message.denom);
|
|
@@ -174,6 +176,7 @@ function createBaseInput() {
|
|
|
174
176
|
}
|
|
175
177
|
export const Input = {
|
|
176
178
|
typeUrl: "/cosmos.bank.v1beta1.Input",
|
|
179
|
+
aminoType: "cosmos-sdk/Input",
|
|
177
180
|
encode(message, writer = BinaryWriter.create()) {
|
|
178
181
|
if (message.address !== "") {
|
|
179
182
|
writer.uint32(10).string(message.address);
|
|
@@ -258,6 +261,7 @@ function createBaseOutput() {
|
|
|
258
261
|
}
|
|
259
262
|
export const Output = {
|
|
260
263
|
typeUrl: "/cosmos.bank.v1beta1.Output",
|
|
264
|
+
aminoType: "cosmos-sdk/Output",
|
|
261
265
|
encode(message, writer = BinaryWriter.create()) {
|
|
262
266
|
if (message.address !== "") {
|
|
263
267
|
writer.uint32(10).string(message.address);
|
|
@@ -336,12 +340,12 @@ export const Output = {
|
|
|
336
340
|
};
|
|
337
341
|
function createBaseSupply() {
|
|
338
342
|
return {
|
|
339
|
-
$typeUrl: "/cosmos.bank.v1beta1.Supply",
|
|
340
343
|
total: []
|
|
341
344
|
};
|
|
342
345
|
}
|
|
343
346
|
export const Supply = {
|
|
344
347
|
typeUrl: "/cosmos.bank.v1beta1.Supply",
|
|
348
|
+
aminoType: "cosmos-sdk/Supply",
|
|
345
349
|
encode(message, writer = BinaryWriter.create()) {
|
|
346
350
|
for (const v of message.total) {
|
|
347
351
|
Coin.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -416,6 +420,7 @@ function createBaseDenomUnit() {
|
|
|
416
420
|
}
|
|
417
421
|
export const DenomUnit = {
|
|
418
422
|
typeUrl: "/cosmos.bank.v1beta1.DenomUnit",
|
|
423
|
+
aminoType: "cosmos-sdk/DenomUnit",
|
|
419
424
|
encode(message, writer = BinaryWriter.create()) {
|
|
420
425
|
if (message.denom !== "") {
|
|
421
426
|
writer.uint32(10).string(message.denom);
|
|
@@ -517,6 +522,7 @@ function createBaseMetadata() {
|
|
|
517
522
|
}
|
|
518
523
|
export const Metadata = {
|
|
519
524
|
typeUrl: "/cosmos.bank.v1beta1.Metadata",
|
|
525
|
+
aminoType: "cosmos-sdk/Metadata",
|
|
520
526
|
encode(message, writer = BinaryWriter.create()) {
|
|
521
527
|
if (message.description !== "") {
|
|
522
528
|
writer.uint32(10).string(message.description);
|
|
@@ -13,6 +13,7 @@ function createBaseGenesisState() {
|
|
|
13
13
|
}
|
|
14
14
|
export const GenesisState = {
|
|
15
15
|
typeUrl: "/cosmos.bank.v1beta1.GenesisState",
|
|
16
|
+
aminoType: "cosmos-sdk/GenesisState",
|
|
16
17
|
encode(message, writer = BinaryWriter.create()) {
|
|
17
18
|
if (message.params !== undefined) {
|
|
18
19
|
Params.encode(message.params, writer.uint32(10).fork()).ldelim();
|
|
@@ -139,6 +140,7 @@ function createBaseBalance() {
|
|
|
139
140
|
}
|
|
140
141
|
export const Balance = {
|
|
141
142
|
typeUrl: "/cosmos.bank.v1beta1.Balance",
|
|
143
|
+
aminoType: "cosmos-sdk/Balance",
|
|
142
144
|
encode(message, writer = BinaryWriter.create()) {
|
|
143
145
|
if (message.address !== "") {
|
|
144
146
|
writer.uint32(10).string(message.address);
|
|
@@ -11,6 +11,7 @@ function createBaseQueryBalanceRequest() {
|
|
|
11
11
|
}
|
|
12
12
|
export const QueryBalanceRequest = {
|
|
13
13
|
typeUrl: "/cosmos.bank.v1beta1.QueryBalanceRequest",
|
|
14
|
+
aminoType: "cosmos-sdk/QueryBalanceRequest",
|
|
14
15
|
encode(message, writer = BinaryWriter.create()) {
|
|
15
16
|
if (message.address !== "") {
|
|
16
17
|
writer.uint32(10).string(message.address);
|
|
@@ -91,6 +92,7 @@ function createBaseQueryBalanceResponse() {
|
|
|
91
92
|
}
|
|
92
93
|
export const QueryBalanceResponse = {
|
|
93
94
|
typeUrl: "/cosmos.bank.v1beta1.QueryBalanceResponse",
|
|
95
|
+
aminoType: "cosmos-sdk/QueryBalanceResponse",
|
|
94
96
|
encode(message, writer = BinaryWriter.create()) {
|
|
95
97
|
if (message.balance !== undefined) {
|
|
96
98
|
Coin.encode(message.balance, writer.uint32(10).fork()).ldelim();
|
|
@@ -162,6 +164,7 @@ function createBaseQueryAllBalancesRequest() {
|
|
|
162
164
|
}
|
|
163
165
|
export const QueryAllBalancesRequest = {
|
|
164
166
|
typeUrl: "/cosmos.bank.v1beta1.QueryAllBalancesRequest",
|
|
167
|
+
aminoType: "cosmos-sdk/QueryAllBalancesRequest",
|
|
165
168
|
encode(message, writer = BinaryWriter.create()) {
|
|
166
169
|
if (message.address !== "") {
|
|
167
170
|
writer.uint32(10).string(message.address);
|
|
@@ -254,6 +257,7 @@ function createBaseQueryAllBalancesResponse() {
|
|
|
254
257
|
}
|
|
255
258
|
export const QueryAllBalancesResponse = {
|
|
256
259
|
typeUrl: "/cosmos.bank.v1beta1.QueryAllBalancesResponse",
|
|
260
|
+
aminoType: "cosmos-sdk/QueryAllBalancesResponse",
|
|
257
261
|
encode(message, writer = BinaryWriter.create()) {
|
|
258
262
|
for (const v of message.balances) {
|
|
259
263
|
Coin.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -338,6 +342,7 @@ function createBaseQuerySpendableBalancesRequest() {
|
|
|
338
342
|
}
|
|
339
343
|
export const QuerySpendableBalancesRequest = {
|
|
340
344
|
typeUrl: "/cosmos.bank.v1beta1.QuerySpendableBalancesRequest",
|
|
345
|
+
aminoType: "cosmos-sdk/QuerySpendableBalancesRequest",
|
|
341
346
|
encode(message, writer = BinaryWriter.create()) {
|
|
342
347
|
if (message.address !== "") {
|
|
343
348
|
writer.uint32(10).string(message.address);
|
|
@@ -419,6 +424,7 @@ function createBaseQuerySpendableBalancesResponse() {
|
|
|
419
424
|
}
|
|
420
425
|
export const QuerySpendableBalancesResponse = {
|
|
421
426
|
typeUrl: "/cosmos.bank.v1beta1.QuerySpendableBalancesResponse",
|
|
427
|
+
aminoType: "cosmos-sdk/QuerySpendableBalancesResponse",
|
|
422
428
|
encode(message, writer = BinaryWriter.create()) {
|
|
423
429
|
for (const v of message.balances) {
|
|
424
430
|
Coin.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -503,6 +509,7 @@ function createBaseQuerySpendableBalanceByDenomRequest() {
|
|
|
503
509
|
}
|
|
504
510
|
export const QuerySpendableBalanceByDenomRequest = {
|
|
505
511
|
typeUrl: "/cosmos.bank.v1beta1.QuerySpendableBalanceByDenomRequest",
|
|
512
|
+
aminoType: "cosmos-sdk/QuerySpendableBalanceByDenomRequest",
|
|
506
513
|
encode(message, writer = BinaryWriter.create()) {
|
|
507
514
|
if (message.address !== "") {
|
|
508
515
|
writer.uint32(10).string(message.address);
|
|
@@ -583,6 +590,7 @@ function createBaseQuerySpendableBalanceByDenomResponse() {
|
|
|
583
590
|
}
|
|
584
591
|
export const QuerySpendableBalanceByDenomResponse = {
|
|
585
592
|
typeUrl: "/cosmos.bank.v1beta1.QuerySpendableBalanceByDenomResponse",
|
|
593
|
+
aminoType: "cosmos-sdk/QuerySpendableBalanceByDenomResponse",
|
|
586
594
|
encode(message, writer = BinaryWriter.create()) {
|
|
587
595
|
if (message.balance !== undefined) {
|
|
588
596
|
Coin.encode(message.balance, writer.uint32(10).fork()).ldelim();
|
|
@@ -652,6 +660,7 @@ function createBaseQueryTotalSupplyRequest() {
|
|
|
652
660
|
}
|
|
653
661
|
export const QueryTotalSupplyRequest = {
|
|
654
662
|
typeUrl: "/cosmos.bank.v1beta1.QueryTotalSupplyRequest",
|
|
663
|
+
aminoType: "cosmos-sdk/QueryTotalSupplyRequest",
|
|
655
664
|
encode(message, writer = BinaryWriter.create()) {
|
|
656
665
|
if (message.pagination !== undefined) {
|
|
657
666
|
PageRequest.encode(message.pagination, writer.uint32(10).fork()).ldelim();
|
|
@@ -722,6 +731,7 @@ function createBaseQueryTotalSupplyResponse() {
|
|
|
722
731
|
}
|
|
723
732
|
export const QueryTotalSupplyResponse = {
|
|
724
733
|
typeUrl: "/cosmos.bank.v1beta1.QueryTotalSupplyResponse",
|
|
734
|
+
aminoType: "cosmos-sdk/QueryTotalSupplyResponse",
|
|
725
735
|
encode(message, writer = BinaryWriter.create()) {
|
|
726
736
|
for (const v of message.supply) {
|
|
727
737
|
Coin.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -805,6 +815,7 @@ function createBaseQuerySupplyOfRequest() {
|
|
|
805
815
|
}
|
|
806
816
|
export const QuerySupplyOfRequest = {
|
|
807
817
|
typeUrl: "/cosmos.bank.v1beta1.QuerySupplyOfRequest",
|
|
818
|
+
aminoType: "cosmos-sdk/QuerySupplyOfRequest",
|
|
808
819
|
encode(message, writer = BinaryWriter.create()) {
|
|
809
820
|
if (message.denom !== "") {
|
|
810
821
|
writer.uint32(10).string(message.denom);
|
|
@@ -874,6 +885,7 @@ function createBaseQuerySupplyOfResponse() {
|
|
|
874
885
|
}
|
|
875
886
|
export const QuerySupplyOfResponse = {
|
|
876
887
|
typeUrl: "/cosmos.bank.v1beta1.QuerySupplyOfResponse",
|
|
888
|
+
aminoType: "cosmos-sdk/QuerySupplyOfResponse",
|
|
877
889
|
encode(message, writer = BinaryWriter.create()) {
|
|
878
890
|
if (message.amount !== undefined) {
|
|
879
891
|
Coin.encode(message.amount, writer.uint32(10).fork()).ldelim();
|
|
@@ -941,6 +953,7 @@ function createBaseQueryParamsRequest() {
|
|
|
941
953
|
}
|
|
942
954
|
export const QueryParamsRequest = {
|
|
943
955
|
typeUrl: "/cosmos.bank.v1beta1.QueryParamsRequest",
|
|
956
|
+
aminoType: "cosmos-sdk/QueryParamsRequest",
|
|
944
957
|
encode(_, writer = BinaryWriter.create()) {
|
|
945
958
|
return writer;
|
|
946
959
|
},
|
|
@@ -999,6 +1012,7 @@ function createBaseQueryParamsResponse() {
|
|
|
999
1012
|
}
|
|
1000
1013
|
export const QueryParamsResponse = {
|
|
1001
1014
|
typeUrl: "/cosmos.bank.v1beta1.QueryParamsResponse",
|
|
1015
|
+
aminoType: "cosmos-sdk/QueryParamsResponse",
|
|
1002
1016
|
encode(message, writer = BinaryWriter.create()) {
|
|
1003
1017
|
if (message.params !== undefined) {
|
|
1004
1018
|
Params.encode(message.params, writer.uint32(10).fork()).ldelim();
|
|
@@ -1068,6 +1082,7 @@ function createBaseQueryDenomsMetadataRequest() {
|
|
|
1068
1082
|
}
|
|
1069
1083
|
export const QueryDenomsMetadataRequest = {
|
|
1070
1084
|
typeUrl: "/cosmos.bank.v1beta1.QueryDenomsMetadataRequest",
|
|
1085
|
+
aminoType: "cosmos-sdk/QueryDenomsMetadataRequest",
|
|
1071
1086
|
encode(message, writer = BinaryWriter.create()) {
|
|
1072
1087
|
if (message.pagination !== undefined) {
|
|
1073
1088
|
PageRequest.encode(message.pagination, writer.uint32(10).fork()).ldelim();
|
|
@@ -1138,6 +1153,7 @@ function createBaseQueryDenomsMetadataResponse() {
|
|
|
1138
1153
|
}
|
|
1139
1154
|
export const QueryDenomsMetadataResponse = {
|
|
1140
1155
|
typeUrl: "/cosmos.bank.v1beta1.QueryDenomsMetadataResponse",
|
|
1156
|
+
aminoType: "cosmos-sdk/QueryDenomsMetadataResponse",
|
|
1141
1157
|
encode(message, writer = BinaryWriter.create()) {
|
|
1142
1158
|
for (const v of message.metadatas) {
|
|
1143
1159
|
Metadata.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -1221,6 +1237,7 @@ function createBaseQueryDenomMetadataRequest() {
|
|
|
1221
1237
|
}
|
|
1222
1238
|
export const QueryDenomMetadataRequest = {
|
|
1223
1239
|
typeUrl: "/cosmos.bank.v1beta1.QueryDenomMetadataRequest",
|
|
1240
|
+
aminoType: "cosmos-sdk/QueryDenomMetadataRequest",
|
|
1224
1241
|
encode(message, writer = BinaryWriter.create()) {
|
|
1225
1242
|
if (message.denom !== "") {
|
|
1226
1243
|
writer.uint32(10).string(message.denom);
|
|
@@ -1290,6 +1307,7 @@ function createBaseQueryDenomMetadataResponse() {
|
|
|
1290
1307
|
}
|
|
1291
1308
|
export const QueryDenomMetadataResponse = {
|
|
1292
1309
|
typeUrl: "/cosmos.bank.v1beta1.QueryDenomMetadataResponse",
|
|
1310
|
+
aminoType: "cosmos-sdk/QueryDenomMetadataResponse",
|
|
1293
1311
|
encode(message, writer = BinaryWriter.create()) {
|
|
1294
1312
|
if (message.metadata !== undefined) {
|
|
1295
1313
|
Metadata.encode(message.metadata, writer.uint32(10).fork()).ldelim();
|
|
@@ -1359,6 +1377,7 @@ function createBaseQueryDenomMetadataByQueryStringRequest() {
|
|
|
1359
1377
|
}
|
|
1360
1378
|
export const QueryDenomMetadataByQueryStringRequest = {
|
|
1361
1379
|
typeUrl: "/cosmos.bank.v1beta1.QueryDenomMetadataByQueryStringRequest",
|
|
1380
|
+
aminoType: "cosmos-sdk/QueryDenomMetadataByQueryStringRequest",
|
|
1362
1381
|
encode(message, writer = BinaryWriter.create()) {
|
|
1363
1382
|
if (message.denom !== "") {
|
|
1364
1383
|
writer.uint32(10).string(message.denom);
|
|
@@ -1428,6 +1447,7 @@ function createBaseQueryDenomMetadataByQueryStringResponse() {
|
|
|
1428
1447
|
}
|
|
1429
1448
|
export const QueryDenomMetadataByQueryStringResponse = {
|
|
1430
1449
|
typeUrl: "/cosmos.bank.v1beta1.QueryDenomMetadataByQueryStringResponse",
|
|
1450
|
+
aminoType: "cosmos-sdk/QueryDenomMetadataByQueryStringResponse",
|
|
1431
1451
|
encode(message, writer = BinaryWriter.create()) {
|
|
1432
1452
|
if (message.metadata !== undefined) {
|
|
1433
1453
|
Metadata.encode(message.metadata, writer.uint32(10).fork()).ldelim();
|
|
@@ -1498,6 +1518,7 @@ function createBaseQueryDenomOwnersRequest() {
|
|
|
1498
1518
|
}
|
|
1499
1519
|
export const QueryDenomOwnersRequest = {
|
|
1500
1520
|
typeUrl: "/cosmos.bank.v1beta1.QueryDenomOwnersRequest",
|
|
1521
|
+
aminoType: "cosmos-sdk/QueryDenomOwnersRequest",
|
|
1501
1522
|
encode(message, writer = BinaryWriter.create()) {
|
|
1502
1523
|
if (message.denom !== "") {
|
|
1503
1524
|
writer.uint32(10).string(message.denom);
|
|
@@ -1579,6 +1600,7 @@ function createBaseDenomOwner() {
|
|
|
1579
1600
|
}
|
|
1580
1601
|
export const DenomOwner = {
|
|
1581
1602
|
typeUrl: "/cosmos.bank.v1beta1.DenomOwner",
|
|
1603
|
+
aminoType: "cosmos-sdk/DenomOwner",
|
|
1582
1604
|
encode(message, writer = BinaryWriter.create()) {
|
|
1583
1605
|
if (message.address !== "") {
|
|
1584
1606
|
writer.uint32(10).string(message.address);
|
|
@@ -1660,6 +1682,7 @@ function createBaseQueryDenomOwnersResponse() {
|
|
|
1660
1682
|
}
|
|
1661
1683
|
export const QueryDenomOwnersResponse = {
|
|
1662
1684
|
typeUrl: "/cosmos.bank.v1beta1.QueryDenomOwnersResponse",
|
|
1685
|
+
aminoType: "cosmos-sdk/QueryDenomOwnersResponse",
|
|
1663
1686
|
encode(message, writer = BinaryWriter.create()) {
|
|
1664
1687
|
for (const v of message.denomOwners) {
|
|
1665
1688
|
DenomOwner.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -1744,6 +1767,7 @@ function createBaseQueryDenomOwnersByQueryRequest() {
|
|
|
1744
1767
|
}
|
|
1745
1768
|
export const QueryDenomOwnersByQueryRequest = {
|
|
1746
1769
|
typeUrl: "/cosmos.bank.v1beta1.QueryDenomOwnersByQueryRequest",
|
|
1770
|
+
aminoType: "cosmos-sdk/QueryDenomOwnersByQueryRequest",
|
|
1747
1771
|
encode(message, writer = BinaryWriter.create()) {
|
|
1748
1772
|
if (message.denom !== "") {
|
|
1749
1773
|
writer.uint32(10).string(message.denom);
|
|
@@ -1825,6 +1849,7 @@ function createBaseQueryDenomOwnersByQueryResponse() {
|
|
|
1825
1849
|
}
|
|
1826
1850
|
export const QueryDenomOwnersByQueryResponse = {
|
|
1827
1851
|
typeUrl: "/cosmos.bank.v1beta1.QueryDenomOwnersByQueryResponse",
|
|
1852
|
+
aminoType: "cosmos-sdk/QueryDenomOwnersByQueryResponse",
|
|
1828
1853
|
encode(message, writer = BinaryWriter.create()) {
|
|
1829
1854
|
for (const v of message.denomOwners) {
|
|
1830
1855
|
DenomOwner.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -1909,6 +1934,7 @@ function createBaseQuerySendEnabledRequest() {
|
|
|
1909
1934
|
}
|
|
1910
1935
|
export const QuerySendEnabledRequest = {
|
|
1911
1936
|
typeUrl: "/cosmos.bank.v1beta1.QuerySendEnabledRequest",
|
|
1937
|
+
aminoType: "cosmos-sdk/QuerySendEnabledRequest",
|
|
1912
1938
|
encode(message, writer = BinaryWriter.create()) {
|
|
1913
1939
|
for (const v of message.denoms) {
|
|
1914
1940
|
writer.uint32(10).string(v);
|
|
@@ -1993,6 +2019,7 @@ function createBaseQuerySendEnabledResponse() {
|
|
|
1993
2019
|
}
|
|
1994
2020
|
export const QuerySendEnabledResponse = {
|
|
1995
2021
|
typeUrl: "/cosmos.bank.v1beta1.QuerySendEnabledResponse",
|
|
2022
|
+
aminoType: "cosmos-sdk/QuerySendEnabledResponse",
|
|
1996
2023
|
encode(message, writer = BinaryWriter.create()) {
|
|
1997
2024
|
for (const v of message.sendEnabled) {
|
|
1998
2025
|
SendEnabled.encode(v, writer.uint32(10).fork()).ldelim();
|