@sparkdreamnft/sparkdreamjs 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cosmos/app/runtime/v1alpha1/module.d.ts +5 -22
- package/cosmos/app/runtime/v1alpha1/module.js +2 -0
- package/cosmos/app/v1alpha1/module.d.ts +7 -21
- package/cosmos/app/v1alpha1/module.js +3 -0
- package/cosmos/auth/module/v1/module.d.ts +5 -13
- package/cosmos/auth/module/v1/module.js +2 -0
- package/cosmos/auth/v1beta1/auth.d.ts +10 -43
- package/cosmos/auth/v1beta1/auth.js +4 -2
- package/cosmos/auth/v1beta1/genesis.d.ts +5 -8
- package/cosmos/auth/v1beta1/genesis.js +1 -0
- package/cosmos/auth/v1beta1/query.d.ts +44 -159
- package/cosmos/auth/v1beta1/query.js +20 -0
- package/cosmos/auth/v1beta1/query.lcd.d.ts +11 -11
- package/cosmos/auth/v1beta1/query.lcd.js +21 -31
- package/cosmos/auth/v1beta1/query.rpc.Query.d.ts +12 -12
- package/cosmos/auth/v1beta1/query.rpc.Query.js +48 -31
- package/cosmos/auth/v1beta1/tx.d.ts +6 -20
- package/cosmos/auth/v1beta1/tx.js +2 -0
- package/cosmos/auth/v1beta1/tx.registry.d.ts +2 -24
- package/cosmos/auth/v1beta1/tx.registry.js +1 -33
- package/cosmos/auth/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/auth/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/authz/module/v1/module.d.ts +3 -4
- package/cosmos/authz/module/v1/module.js +1 -0
- package/cosmos/authz/v1beta1/authz.d.ts +13 -39
- package/cosmos/authz/v1beta1/authz.js +4 -1
- package/cosmos/authz/v1beta1/event.d.ts +5 -14
- package/cosmos/authz/v1beta1/event.js +2 -0
- package/cosmos/authz/v1beta1/genesis.d.ts +4 -6
- package/cosmos/authz/v1beta1/genesis.js +1 -0
- package/cosmos/authz/v1beta1/query.d.ts +15 -40
- package/cosmos/authz/v1beta1/query.js +6 -0
- package/cosmos/authz/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/authz/v1beta1/query.lcd.js +6 -9
- package/cosmos/authz/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/authz/v1beta1/query.rpc.Query.js +13 -9
- package/cosmos/authz/v1beta1/tx.d.ts +15 -45
- package/cosmos/authz/v1beta1/tx.js +6 -0
- package/cosmos/authz/v1beta1/tx.registry.d.ts +2 -48
- package/cosmos/authz/v1beta1/tx.registry.js +1 -69
- package/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/authz/v1beta1/tx.rpc.msg.js +20 -10
- package/cosmos/bank/module/v1/module.d.ts +3 -7
- package/cosmos/bank/module/v1/module.js +1 -0
- package/cosmos/bank/v1beta1/authz.d.ts +4 -14
- package/cosmos/bank/v1beta1/authz.js +1 -1
- package/cosmos/bank/v1beta1/bank.d.ts +16 -66
- package/cosmos/bank/v1beta1/bank.js +7 -1
- package/cosmos/bank/v1beta1/genesis.d.ts +7 -20
- package/cosmos/bank/v1beta1/genesis.js +2 -0
- package/cosmos/bank/v1beta1/query.d.ts +58 -226
- package/cosmos/bank/v1beta1/query.js +27 -0
- package/cosmos/bank/v1beta1/query.lcd.d.ts +14 -14
- package/cosmos/bank/v1beta1/query.lcd.js +28 -41
- package/cosmos/bank/v1beta1/query.rpc.Query.d.ts +15 -15
- package/cosmos/bank/v1beta1/query.rpc.Query.js +78 -41
- package/cosmos/bank/v1beta1/tx.d.ts +19 -65
- package/cosmos/bank/v1beta1/tx.js +8 -0
- package/cosmos/bank/v1beta1/tx.registry.d.ts +2 -60
- package/cosmos/bank/v1beta1/tx.registry.js +1 -87
- package/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +7 -6
- package/cosmos/bank/v1beta1/tx.rpc.msg.js +25 -13
- package/cosmos/base/abci/v1beta1/abci.d.ts +26 -112
- package/cosmos/base/abci/v1beta1/abci.js +11 -0
- package/cosmos/base/node/v1beta1/query.d.ts +9 -25
- package/cosmos/base/node/v1beta1/query.js +4 -0
- package/cosmos/base/node/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/base/node/v1beta1/query.lcd.js +4 -6
- package/cosmos/base/node/v1beta1/query.rpc.Service.d.ts +4 -4
- package/cosmos/base/node/v1beta1/query.rpc.Service.js +6 -6
- package/cosmos/base/query/v1beta1/pagination.d.ts +5 -31
- package/cosmos/base/query/v1beta1/pagination.js +2 -0
- package/cosmos/base/reflection/v2alpha1/reflection.d.ts +53 -154
- package/cosmos/base/reflection/v2alpha1/reflection.js +26 -0
- package/cosmos/base/v1beta1/coin.d.ts +9 -38
- package/cosmos/base/v1beta1/coin.js +5 -1
- package/cosmos/benchmark/module/v1/module.d.ts +5 -20
- package/cosmos/benchmark/module/v1/module.js +2 -0
- package/cosmos/benchmark/v1/benchmark.d.ts +3 -11
- package/cosmos/benchmark/v1/benchmark.js +1 -0
- package/cosmos/benchmark/v1/tx.d.ts +6 -13
- package/cosmos/benchmark/v1/tx.js +2 -0
- package/cosmos/benchmark/v1/tx.registry.d.ts +2 -24
- package/cosmos/benchmark/v1/tx.registry.js +1 -33
- package/cosmos/benchmark/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/benchmark/v1/tx.rpc.msg.js +8 -4
- package/cosmos/bundle.d.ts +1344 -1649
- package/cosmos/circuit/module/v1/module.d.ts +3 -5
- package/cosmos/circuit/module/v1/module.js +1 -0
- package/cosmos/circuit/v1/query.d.ts +15 -32
- package/cosmos/circuit/v1/query.js +6 -0
- package/cosmos/circuit/v1/query.lcd.d.ts +4 -4
- package/cosmos/circuit/v1/query.lcd.js +7 -10
- package/cosmos/circuit/v1/query.rpc.Query.d.ts +5 -5
- package/cosmos/circuit/v1/query.rpc.Query.js +10 -10
- package/cosmos/circuit/v1/tx.d.ts +14 -35
- package/cosmos/circuit/v1/tx.js +6 -0
- package/cosmos/circuit/v1/tx.registry.d.ts +2 -48
- package/cosmos/circuit/v1/tx.registry.js +1 -69
- package/cosmos/circuit/v1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/circuit/v1/tx.rpc.msg.js +16 -10
- package/cosmos/circuit/v1/types.d.ts +7 -22
- package/cosmos/circuit/v1/types.js +4 -2
- package/cosmos/consensus/module/v1/module.d.ts +3 -5
- package/cosmos/consensus/module/v1/module.js +1 -0
- package/cosmos/consensus/v1/query.d.ts +6 -10
- package/cosmos/consensus/v1/query.js +2 -0
- package/cosmos/consensus/v1/query.lcd.d.ts +2 -2
- package/cosmos/consensus/v1/query.lcd.js +2 -3
- package/cosmos/consensus/v1/query.rpc.Query.d.ts +3 -3
- package/cosmos/consensus/v1/query.rpc.Query.js +3 -3
- package/cosmos/consensus/v1/tx.d.ts +6 -17
- package/cosmos/consensus/v1/tx.js +2 -0
- package/cosmos/consensus/v1/tx.registry.d.ts +2 -24
- package/cosmos/consensus/v1/tx.registry.js +1 -33
- package/cosmos/consensus/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/consensus/v1/tx.rpc.msg.js +11 -4
- package/cosmos/counter/module/v1/module.d.ts +3 -5
- package/cosmos/counter/module/v1/module.js +1 -0
- package/cosmos/counter/v1/query.d.ts +5 -9
- package/cosmos/counter/v1/query.js +2 -0
- package/cosmos/counter/v1/query.rpc.Query.d.ts +3 -3
- package/cosmos/counter/v1/query.rpc.Query.js +3 -3
- package/cosmos/counter/v1/tx.d.ts +5 -11
- package/cosmos/counter/v1/tx.js +2 -0
- package/cosmos/counter/v1/tx.registry.d.ts +2 -24
- package/cosmos/counter/v1/tx.registry.js +1 -33
- package/cosmos/counter/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/counter/v1/tx.rpc.msg.js +8 -4
- package/cosmos/crisis/module/v1/module.d.ts +3 -6
- package/cosmos/crisis/module/v1/module.js +1 -0
- package/cosmos/crypto/ed25519/keys.d.ts +5 -19
- package/cosmos/crypto/ed25519/keys.js +2 -0
- package/cosmos/crypto/hd/v1/hd.d.ts +3 -9
- package/cosmos/crypto/hd/v1/hd.js +1 -0
- package/cosmos/crypto/keyring/v1/record.d.ts +13 -33
- package/cosmos/crypto/keyring/v1/record.js +5 -0
- package/cosmos/crypto/multisig/keys.d.ts +4 -11
- package/cosmos/crypto/multisig/keys.js +1 -0
- package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +5 -20
- package/cosmos/crypto/multisig/v1beta1/multisig.js +2 -0
- package/cosmos/crypto/secp256k1/keys.d.ts +5 -16
- package/cosmos/crypto/secp256k1/keys.js +2 -0
- package/cosmos/crypto/secp256r1/keys.d.ts +5 -10
- package/cosmos/crypto/secp256r1/keys.js +2 -0
- package/cosmos/distribution/module/v1/module.d.ts +3 -6
- package/cosmos/distribution/module/v1/module.js +1 -0
- package/cosmos/distribution/v1beta1/distribution.d.ts +26 -134
- package/cosmos/distribution/v1beta1/distribution.js +13 -3
- package/cosmos/distribution/v1beta1/genesis.d.ts +19 -72
- package/cosmos/distribution/v1beta1/genesis.js +8 -0
- package/cosmos/distribution/v1beta1/query.d.ts +44 -157
- package/cosmos/distribution/v1beta1/query.js +20 -0
- package/cosmos/distribution/v1beta1/query.lcd.d.ts +11 -11
- package/cosmos/distribution/v1beta1/query.lcd.js +20 -30
- package/cosmos/distribution/v1beta1/query.rpc.Query.d.ts +12 -12
- package/cosmos/distribution/v1beta1/query.rpc.Query.js +31 -30
- package/cosmos/distribution/v1beta1/tx.d.ts +31 -126
- package/cosmos/distribution/v1beta1/tx.js +14 -0
- package/cosmos/distribution/v1beta1/tx.registry.d.ts +2 -96
- package/cosmos/distribution/v1beta1/tx.registry.js +1 -141
- package/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +10 -9
- package/cosmos/distribution/v1beta1/tx.rpc.msg.js +41 -22
- package/cosmos/epochs/module/v1/module.d.ts +3 -4
- package/cosmos/epochs/module/v1/module.js +1 -0
- package/cosmos/epochs/v1beta1/events.d.ts +5 -11
- package/cosmos/epochs/v1beta1/events.js +2 -0
- package/cosmos/epochs/v1beta1/genesis.d.ts +6 -20
- package/cosmos/epochs/v1beta1/genesis.js +2 -0
- package/cosmos/epochs/v1beta1/query.d.ts +10 -32
- package/cosmos/epochs/v1beta1/query.js +4 -0
- package/cosmos/epochs/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/epochs/v1beta1/query.lcd.js +4 -6
- package/cosmos/epochs/v1beta1/query.rpc.Query.d.ts +4 -4
- package/cosmos/epochs/v1beta1/query.rpc.Query.js +6 -6
- package/cosmos/evidence/module/v1/module.d.ts +3 -4
- package/cosmos/evidence/module/v1/module.js +1 -0
- package/cosmos/feegrant/module/v1/module.d.ts +3 -4
- package/cosmos/feegrant/module/v1/module.js +1 -0
- package/cosmos/feegrant/v1beta1/feegrant.d.ts +12 -43
- package/cosmos/feegrant/v1beta1/feegrant.js +4 -3
- package/cosmos/feegrant/v1beta1/genesis.d.ts +4 -6
- package/cosmos/feegrant/v1beta1/genesis.js +1 -0
- package/cosmos/feegrant/v1beta1/query.d.ts +15 -45
- package/cosmos/feegrant/v1beta1/query.js +6 -0
- package/cosmos/feegrant/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/feegrant/v1beta1/query.lcd.js +6 -9
- package/cosmos/feegrant/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/feegrant/v1beta1/query.rpc.Query.js +11 -9
- package/cosmos/feegrant/v1beta1/tx.d.ts +15 -43
- package/cosmos/feegrant/v1beta1/tx.js +6 -0
- package/cosmos/feegrant/v1beta1/tx.registry.d.ts +2 -48
- package/cosmos/feegrant/v1beta1/tx.registry.js +1 -69
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.js +18 -10
- package/cosmos/genutil/module/v1/module.d.ts +3 -4
- package/cosmos/genutil/module/v1/module.js +1 -0
- package/cosmos/gov/module/v1/module.d.ts +3 -6
- package/cosmos/gov/module/v1/module.js +1 -0
- package/cosmos/gov/v1/genesis.d.ts +4 -17
- package/cosmos/gov/v1/genesis.js +1 -0
- package/cosmos/gov/v1/gov.d.ts +22 -104
- package/cosmos/gov/v1/gov.js +10 -3
- package/cosmos/gov/v1/query.d.ts +39 -110
- package/cosmos/gov/v1/query.js +18 -0
- package/cosmos/gov/v1/query.lcd.d.ts +10 -10
- package/cosmos/gov/v1/query.lcd.js +18 -27
- package/cosmos/gov/v1/query.rpc.Query.d.ts +11 -11
- package/cosmos/gov/v1/query.rpc.Query.js +27 -27
- package/cosmos/gov/v1/tx.d.ts +36 -115
- package/cosmos/gov/v1/tx.js +14 -0
- package/cosmos/gov/v1/tx.registry.d.ts +2 -96
- package/cosmos/gov/v1/tx.registry.js +1 -141
- package/cosmos/gov/v1/tx.rpc.msg.d.ts +10 -9
- package/cosmos/gov/v1/tx.rpc.msg.js +32 -22
- package/cosmos/gov/v1beta1/genesis.d.ts +4 -12
- package/cosmos/gov/v1beta1/genesis.js +1 -0
- package/cosmos/gov/v1beta1/gov.d.ts +25 -90
- package/cosmos/gov/v1beta1/gov.js +11 -5
- package/cosmos/gov/v1beta1/query.d.ts +35 -97
- package/cosmos/gov/v1beta1/query.js +16 -0
- package/cosmos/gov/v1beta1/query.lcd.d.ts +9 -9
- package/cosmos/gov/v1beta1/query.lcd.js +16 -24
- package/cosmos/gov/v1beta1/query.rpc.Query.d.ts +10 -10
- package/cosmos/gov/v1beta1/query.rpc.Query.js +24 -24
- package/cosmos/gov/v1beta1/tx.d.ts +23 -62
- package/cosmos/gov/v1beta1/tx.js +8 -0
- package/cosmos/gov/v1beta1/tx.registry.d.ts +2 -60
- package/cosmos/gov/v1beta1/tx.registry.js +1 -87
- package/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +7 -6
- package/cosmos/gov/v1beta1/tx.rpc.msg.js +19 -13
- package/cosmos/group/module/v1/module.d.ts +4 -7
- package/cosmos/group/module/v1/module.js +1 -0
- package/cosmos/group/v1/events.d.ts +24 -62
- package/cosmos/group/v1/events.js +11 -0
- package/cosmos/group/v1/genesis.d.ts +4 -13
- package/cosmos/group/v1/genesis.js +1 -0
- package/cosmos/group/v1/query.d.ts +59 -168
- package/cosmos/group/v1/query.js +28 -0
- package/cosmos/group/v1/query.lcd.d.ts +15 -15
- package/cosmos/group/v1/query.lcd.js +29 -43
- package/cosmos/group/v1/query.rpc.Query.d.ts +16 -16
- package/cosmos/group/v1/query.rpc.Query.js +49 -43
- package/cosmos/group/v1/tx.d.ts +59 -170
- package/cosmos/group/v1/tx.js +29 -2
- package/cosmos/group/v1/tx.registry.d.ts +2 -180
- package/cosmos/group/v1/tx.registry.js +1 -267
- package/cosmos/group/v1/tx.rpc.msg.d.ts +17 -16
- package/cosmos/group/v1/tx.rpc.msg.js +47 -43
- package/cosmos/group/v1/types.d.ts +25 -130
- package/cosmos/group/v1/types.js +12 -6
- package/cosmos/ics23/v1/proofs.d.ts +27 -170
- package/cosmos/ics23/v1/proofs.js +14 -3
- package/cosmos/mint/module/v1/module.d.ts +3 -6
- package/cosmos/mint/module/v1/module.js +1 -0
- package/cosmos/mint/v1beta1/genesis.d.ts +4 -7
- package/cosmos/mint/v1beta1/genesis.js +1 -0
- package/cosmos/mint/v1beta1/mint.d.ts +5 -16
- package/cosmos/mint/v1beta1/mint.js +3 -1
- package/cosmos/mint/v1beta1/query.d.ts +14 -37
- package/cosmos/mint/v1beta1/query.js +6 -0
- package/cosmos/mint/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/mint/v1beta1/query.lcd.js +6 -9
- package/cosmos/mint/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/mint/v1beta1/query.rpc.Query.js +9 -9
- package/cosmos/mint/v1beta1/tx.d.ts +6 -20
- package/cosmos/mint/v1beta1/tx.js +2 -0
- package/cosmos/mint/v1beta1/tx.registry.d.ts +2 -24
- package/cosmos/mint/v1beta1/tx.registry.js +1 -33
- package/cosmos/mint/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/mint/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/nft/module/v1/module.d.ts +3 -4
- package/cosmos/nft/module/v1/module.js +1 -0
- package/cosmos/orm/module/v1alpha1/module.d.ts +3 -8
- package/cosmos/orm/module/v1alpha1/module.js +1 -0
- package/cosmos/orm/query/v1alpha1/query.d.ts +18 -53
- package/cosmos/orm/query/v1alpha1/query.js +7 -0
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.d.ts +4 -4
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.js +6 -6
- package/cosmos/params/module/v1/module.d.ts +3 -4
- package/cosmos/params/module/v1/module.js +1 -0
- package/cosmos/params/v1beta1/params.d.ts +5 -19
- package/cosmos/params/v1beta1/params.js +2 -1
- package/cosmos/params/v1beta1/query.d.ts +12 -42
- package/cosmos/params/v1beta1/query.js +5 -0
- package/cosmos/params/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/params/v1beta1/query.lcd.js +4 -6
- package/cosmos/params/v1beta1/query.rpc.Query.d.ts +4 -4
- package/cosmos/params/v1beta1/query.rpc.Query.js +9 -6
- package/cosmos/protocolpool/module/v1/module.d.ts +3 -5
- package/cosmos/protocolpool/module/v1/module.js +1 -0
- package/cosmos/protocolpool/v1/genesis.d.ts +4 -7
- package/cosmos/protocolpool/v1/genesis.js +1 -0
- package/cosmos/protocolpool/v1/query.d.ts +19 -57
- package/cosmos/protocolpool/v1/query.js +8 -0
- package/cosmos/protocolpool/v1/query.lcd.d.ts +5 -5
- package/cosmos/protocolpool/v1/query.lcd.js +8 -12
- package/cosmos/protocolpool/v1/query.rpc.Query.d.ts +6 -6
- package/cosmos/protocolpool/v1/query.rpc.Query.js +12 -12
- package/cosmos/protocolpool/v1/tx.d.ts +23 -77
- package/cosmos/protocolpool/v1/tx.js +11 -1
- package/cosmos/protocolpool/v1/tx.registry.d.ts +2 -72
- package/cosmos/protocolpool/v1/tx.registry.js +1 -105
- package/cosmos/protocolpool/v1/tx.rpc.msg.d.ts +8 -7
- package/cosmos/protocolpool/v1/tx.rpc.msg.js +28 -16
- package/cosmos/protocolpool/v1/types.d.ts +5 -13
- package/cosmos/protocolpool/v1/types.js +3 -1
- package/cosmos/reflection/v1/reflection.d.ts +6 -10
- package/cosmos/reflection/v1/reflection.js +2 -0
- package/cosmos/slashing/module/v1/module.d.ts +3 -5
- package/cosmos/slashing/module/v1/module.js +1 -0
- package/cosmos/staking/module/v1/module.d.ts +3 -8
- package/cosmos/staking/module/v1/module.js +1 -0
- package/cosmos/staking/v1beta1/authz.d.ts +6 -21
- package/cosmos/staking/v1beta1/authz.js +3 -3
- package/cosmos/staking/v1beta1/genesis.d.ts +6 -19
- package/cosmos/staking/v1beta1/genesis.js +2 -0
- package/cosmos/staking/v1beta1/query.d.ts +59 -213
- package/cosmos/staking/v1beta1/query.js +28 -0
- package/cosmos/staking/v1beta1/query.lcd.d.ts +15 -15
- package/cosmos/staking/v1beta1/query.lcd.js +28 -42
- package/cosmos/staking/v1beta1/query.rpc.Query.d.ts +16 -16
- package/cosmos/staking/v1beta1/query.rpc.Query.js +67 -42
- package/cosmos/staking/v1beta1/staking.d.ts +48 -214
- package/cosmos/staking/v1beta1/staking.js +28 -9
- package/cosmos/staking/v1beta1/tx.d.ts +32 -116
- package/cosmos/staking/v1beta1/tx.js +20 -6
- package/cosmos/staking/v1beta1/tx.registry.d.ts +2 -96
- package/cosmos/staking/v1beta1/tx.registry.js +1 -141
- package/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +10 -9
- package/cosmos/staking/v1beta1/tx.rpc.msg.js +34 -22
- package/cosmos/store/internal/kv/v1beta1/kv.d.ts +5 -11
- package/cosmos/store/internal/kv/v1beta1/kv.js +2 -0
- package/cosmos/store/snapshots/v1/snapshot.d.ts +15 -66
- package/cosmos/store/snapshots/v1/snapshot.js +7 -0
- package/cosmos/store/streaming/abci/grpc.d.ts +11 -23
- package/cosmos/store/streaming/abci/grpc.js +4 -0
- package/cosmos/store/v1beta1/commit_info.d.ts +7 -28
- package/cosmos/store/v1beta1/commit_info.js +3 -0
- package/cosmos/store/v1beta1/listening.d.ts +6 -25
- package/cosmos/store/v1beta1/listening.js +2 -0
- package/cosmos/tx/config/v1/config.d.ts +3 -6
- package/cosmos/tx/config/v1/config.js +1 -0
- package/cosmos/tx/signing/v1beta1/signing.d.ts +13 -38
- package/cosmos/tx/signing/v1beta1/signing.js +6 -2
- package/cosmos/tx/v1beta1/service.d.ts +42 -188
- package/cosmos/tx/v1beta1/service.js +19 -3
- package/cosmos/tx/v1beta1/service.lcd.d.ts +4 -4
- package/cosmos/tx/v1beta1/service.lcd.js +6 -9
- package/cosmos/tx/v1beta1/service.rpc.Service.d.ts +11 -11
- package/cosmos/tx/v1beta1/service.rpc.Service.js +37 -27
- package/cosmos/tx/v1beta1/tx.d.ts +30 -136
- package/cosmos/tx/v1beta1/tx.js +13 -0
- package/cosmos/upgrade/module/v1/module.d.ts +3 -5
- package/cosmos/upgrade/module/v1/module.js +1 -0
- package/cosmos/upgrade/v1beta1/query.d.ts +22 -87
- package/cosmos/upgrade/v1beta1/query.js +10 -0
- package/cosmos/upgrade/v1beta1/query.lcd.d.ts +6 -6
- package/cosmos/upgrade/v1beta1/query.lcd.js +10 -15
- package/cosmos/upgrade/v1beta1/query.rpc.Query.d.ts +7 -7
- package/cosmos/upgrade/v1beta1/query.rpc.Query.js +24 -15
- package/cosmos/upgrade/v1beta1/tx.d.ts +10 -36
- package/cosmos/upgrade/v1beta1/tx.js +4 -0
- package/cosmos/upgrade/v1beta1/tx.registry.d.ts +2 -36
- package/cosmos/upgrade/v1beta1/tx.registry.js +1 -51
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +5 -4
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.js +16 -7
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +10 -51
- package/cosmos/upgrade/v1beta1/upgrade.js +4 -2
- package/cosmos/vesting/module/v1/module.d.ts +3 -4
- package/cosmos/vesting/module/v1/module.js +1 -0
- package/cosmos/vesting/v1beta1/tx.d.ts +15 -60
- package/cosmos/vesting/v1beta1/tx.js +6 -0
- package/cosmos/vesting/v1beta1/tx.registry.d.ts +2 -48
- package/cosmos/vesting/v1beta1/tx.registry.js +1 -69
- package/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/vesting/v1beta1/tx.rpc.msg.js +21 -10
- package/cosmos/vesting/v1beta1/vesting.d.ts +15 -59
- package/cosmos/vesting/v1beta1/vesting.js +6 -0
- package/cosmos_proto/bundle.d.ts +2 -3
- package/cosmos_proto/cosmos.d.ts +3 -25
- package/cosmos_proto/cosmos.js +1 -2
- package/esm/cosmos/app/runtime/v1alpha1/module.js +2 -0
- package/esm/cosmos/app/v1alpha1/module.js +3 -0
- package/esm/cosmos/auth/module/v1/module.js +2 -0
- package/esm/cosmos/auth/v1beta1/auth.js +4 -2
- package/esm/cosmos/auth/v1beta1/genesis.js +1 -0
- package/esm/cosmos/auth/v1beta1/query.js +20 -0
- package/esm/cosmos/auth/v1beta1/query.lcd.js +21 -31
- package/esm/cosmos/auth/v1beta1/query.rpc.Query.js +48 -31
- package/esm/cosmos/auth/v1beta1/tx.js +2 -0
- package/esm/cosmos/auth/v1beta1/tx.registry.js +0 -31
- package/esm/cosmos/auth/v1beta1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/authz/module/v1/module.js +1 -0
- package/esm/cosmos/authz/v1beta1/authz.js +4 -1
- package/esm/cosmos/authz/v1beta1/event.js +2 -0
- package/esm/cosmos/authz/v1beta1/genesis.js +1 -0
- package/esm/cosmos/authz/v1beta1/query.js +6 -0
- package/esm/cosmos/authz/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/authz/v1beta1/query.rpc.Query.js +13 -9
- package/esm/cosmos/authz/v1beta1/tx.js +6 -0
- package/esm/cosmos/authz/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/authz/v1beta1/tx.rpc.msg.js +18 -9
- package/esm/cosmos/bank/module/v1/module.js +1 -0
- package/esm/cosmos/bank/v1beta1/authz.js +1 -1
- package/esm/cosmos/bank/v1beta1/bank.js +7 -1
- package/esm/cosmos/bank/v1beta1/genesis.js +2 -0
- package/esm/cosmos/bank/v1beta1/query.js +27 -0
- package/esm/cosmos/bank/v1beta1/query.lcd.js +28 -41
- package/esm/cosmos/bank/v1beta1/query.rpc.Query.js +78 -41
- package/esm/cosmos/bank/v1beta1/tx.js +8 -0
- package/esm/cosmos/bank/v1beta1/tx.registry.js +0 -85
- package/esm/cosmos/bank/v1beta1/tx.rpc.msg.js +23 -12
- package/esm/cosmos/base/abci/v1beta1/abci.js +11 -0
- package/esm/cosmos/base/node/v1beta1/query.js +4 -0
- package/esm/cosmos/base/node/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/base/node/v1beta1/query.rpc.Service.js +6 -6
- package/esm/cosmos/base/query/v1beta1/pagination.js +2 -0
- package/esm/cosmos/base/reflection/v2alpha1/reflection.js +26 -0
- package/esm/cosmos/base/v1beta1/coin.js +5 -1
- package/esm/cosmos/benchmark/module/v1/module.js +2 -0
- package/esm/cosmos/benchmark/v1/benchmark.js +1 -0
- package/esm/cosmos/benchmark/v1/tx.js +2 -0
- package/esm/cosmos/benchmark/v1/tx.registry.js +0 -31
- package/esm/cosmos/benchmark/v1/tx.rpc.msg.js +6 -3
- package/esm/cosmos/circuit/module/v1/module.js +1 -0
- package/esm/cosmos/circuit/v1/query.js +6 -0
- package/esm/cosmos/circuit/v1/query.lcd.js +7 -10
- package/esm/cosmos/circuit/v1/query.rpc.Query.js +10 -10
- package/esm/cosmos/circuit/v1/tx.js +6 -0
- package/esm/cosmos/circuit/v1/tx.registry.js +0 -67
- package/esm/cosmos/circuit/v1/tx.rpc.msg.js +14 -9
- package/esm/cosmos/circuit/v1/types.js +3 -1
- package/esm/cosmos/consensus/module/v1/module.js +1 -0
- package/esm/cosmos/consensus/v1/query.js +2 -0
- package/esm/cosmos/consensus/v1/query.lcd.js +2 -3
- package/esm/cosmos/consensus/v1/query.rpc.Query.js +3 -3
- package/esm/cosmos/consensus/v1/tx.js +2 -0
- package/esm/cosmos/consensus/v1/tx.registry.js +0 -31
- package/esm/cosmos/consensus/v1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/counter/module/v1/module.js +1 -0
- package/esm/cosmos/counter/v1/query.js +2 -0
- package/esm/cosmos/counter/v1/query.rpc.Query.js +3 -3
- package/esm/cosmos/counter/v1/tx.js +2 -0
- package/esm/cosmos/counter/v1/tx.registry.js +0 -31
- package/esm/cosmos/counter/v1/tx.rpc.msg.js +6 -3
- package/esm/cosmos/crisis/module/v1/module.js +1 -0
- package/esm/cosmos/crypto/ed25519/keys.js +2 -0
- package/esm/cosmos/crypto/hd/v1/hd.js +1 -0
- package/esm/cosmos/crypto/keyring/v1/record.js +5 -0
- package/esm/cosmos/crypto/multisig/keys.js +1 -0
- package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +2 -0
- package/esm/cosmos/crypto/secp256k1/keys.js +2 -0
- package/esm/cosmos/crypto/secp256r1/keys.js +2 -0
- package/esm/cosmos/distribution/module/v1/module.js +1 -0
- package/esm/cosmos/distribution/v1beta1/distribution.js +13 -3
- package/esm/cosmos/distribution/v1beta1/genesis.js +8 -0
- package/esm/cosmos/distribution/v1beta1/query.js +20 -0
- package/esm/cosmos/distribution/v1beta1/query.lcd.js +20 -30
- package/esm/cosmos/distribution/v1beta1/query.rpc.Query.js +31 -30
- package/esm/cosmos/distribution/v1beta1/tx.js +14 -0
- package/esm/cosmos/distribution/v1beta1/tx.registry.js +0 -139
- package/esm/cosmos/distribution/v1beta1/tx.rpc.msg.js +39 -21
- package/esm/cosmos/epochs/module/v1/module.js +1 -0
- package/esm/cosmos/epochs/v1beta1/events.js +2 -0
- package/esm/cosmos/epochs/v1beta1/genesis.js +2 -0
- package/esm/cosmos/epochs/v1beta1/query.js +4 -0
- package/esm/cosmos/epochs/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/epochs/v1beta1/query.rpc.Query.js +6 -6
- package/esm/cosmos/evidence/module/v1/module.js +1 -0
- package/esm/cosmos/feegrant/module/v1/module.js +1 -0
- package/esm/cosmos/feegrant/v1beta1/feegrant.js +4 -3
- package/esm/cosmos/feegrant/v1beta1/genesis.js +1 -0
- package/esm/cosmos/feegrant/v1beta1/query.js +6 -0
- package/esm/cosmos/feegrant/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/feegrant/v1beta1/query.rpc.Query.js +11 -9
- package/esm/cosmos/feegrant/v1beta1/tx.js +6 -0
- package/esm/cosmos/feegrant/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.msg.js +16 -9
- package/esm/cosmos/genutil/module/v1/module.js +1 -0
- package/esm/cosmos/gov/module/v1/module.js +1 -0
- package/esm/cosmos/gov/v1/genesis.js +1 -0
- package/esm/cosmos/gov/v1/gov.js +9 -2
- package/esm/cosmos/gov/v1/query.js +18 -0
- package/esm/cosmos/gov/v1/query.lcd.js +18 -27
- package/esm/cosmos/gov/v1/query.rpc.Query.js +27 -27
- package/esm/cosmos/gov/v1/tx.js +14 -0
- package/esm/cosmos/gov/v1/tx.registry.js +0 -139
- package/esm/cosmos/gov/v1/tx.rpc.msg.js +30 -21
- package/esm/cosmos/gov/v1beta1/genesis.js +1 -0
- package/esm/cosmos/gov/v1beta1/gov.js +10 -4
- package/esm/cosmos/gov/v1beta1/query.js +16 -0
- package/esm/cosmos/gov/v1beta1/query.lcd.js +16 -24
- package/esm/cosmos/gov/v1beta1/query.rpc.Query.js +24 -24
- package/esm/cosmos/gov/v1beta1/tx.js +8 -0
- package/esm/cosmos/gov/v1beta1/tx.registry.js +0 -85
- package/esm/cosmos/gov/v1beta1/tx.rpc.msg.js +17 -12
- package/esm/cosmos/group/module/v1/module.js +1 -0
- package/esm/cosmos/group/v1/events.js +11 -0
- package/esm/cosmos/group/v1/genesis.js +1 -0
- package/esm/cosmos/group/v1/query.js +28 -0
- package/esm/cosmos/group/v1/query.lcd.js +29 -43
- package/esm/cosmos/group/v1/query.rpc.Query.js +49 -43
- package/esm/cosmos/group/v1/tx.js +28 -1
- package/esm/cosmos/group/v1/tx.registry.js +0 -265
- package/esm/cosmos/group/v1/tx.rpc.msg.js +45 -42
- package/esm/cosmos/group/v1/types.js +11 -5
- package/esm/cosmos/ics23/v1/proofs.js +13 -2
- package/esm/cosmos/mint/module/v1/module.js +1 -0
- package/esm/cosmos/mint/v1beta1/genesis.js +1 -0
- package/esm/cosmos/mint/v1beta1/mint.js +3 -1
- package/esm/cosmos/mint/v1beta1/query.js +6 -0
- package/esm/cosmos/mint/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/mint/v1beta1/query.rpc.Query.js +9 -9
- package/esm/cosmos/mint/v1beta1/tx.js +2 -0
- package/esm/cosmos/mint/v1beta1/tx.registry.js +0 -31
- package/esm/cosmos/mint/v1beta1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/nft/module/v1/module.js +1 -0
- package/esm/cosmos/orm/module/v1alpha1/module.js +1 -0
- package/esm/cosmos/orm/query/v1alpha1/query.js +7 -0
- package/esm/cosmos/orm/query/v1alpha1/query.rpc.Query.js +6 -6
- package/esm/cosmos/params/module/v1/module.js +1 -0
- package/esm/cosmos/params/v1beta1/params.js +2 -1
- package/esm/cosmos/params/v1beta1/query.js +5 -0
- package/esm/cosmos/params/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/params/v1beta1/query.rpc.Query.js +9 -6
- package/esm/cosmos/protocolpool/module/v1/module.js +1 -0
- package/esm/cosmos/protocolpool/v1/genesis.js +1 -0
- package/esm/cosmos/protocolpool/v1/query.js +8 -0
- package/esm/cosmos/protocolpool/v1/query.lcd.js +8 -12
- package/esm/cosmos/protocolpool/v1/query.rpc.Query.js +12 -12
- package/esm/cosmos/protocolpool/v1/tx.js +11 -1
- package/esm/cosmos/protocolpool/v1/tx.registry.js +0 -103
- package/esm/cosmos/protocolpool/v1/tx.rpc.msg.js +26 -15
- package/esm/cosmos/protocolpool/v1/types.js +3 -1
- package/esm/cosmos/reflection/v1/reflection.js +2 -0
- package/esm/cosmos/slashing/module/v1/module.js +1 -0
- package/esm/cosmos/staking/module/v1/module.js +1 -0
- package/esm/cosmos/staking/v1beta1/authz.js +2 -2
- package/esm/cosmos/staking/v1beta1/genesis.js +2 -0
- package/esm/cosmos/staking/v1beta1/query.js +28 -0
- package/esm/cosmos/staking/v1beta1/query.lcd.js +28 -42
- package/esm/cosmos/staking/v1beta1/query.rpc.Query.js +67 -42
- package/esm/cosmos/staking/v1beta1/staking.js +23 -4
- package/esm/cosmos/staking/v1beta1/tx.js +16 -2
- package/esm/cosmos/staking/v1beta1/tx.registry.js +0 -139
- package/esm/cosmos/staking/v1beta1/tx.rpc.msg.js +32 -21
- package/esm/cosmos/store/internal/kv/v1beta1/kv.js +2 -0
- package/esm/cosmos/store/snapshots/v1/snapshot.js +7 -0
- package/esm/cosmos/store/streaming/abci/grpc.js +4 -0
- package/esm/cosmos/store/v1beta1/commit_info.js +3 -0
- package/esm/cosmos/store/v1beta1/listening.js +2 -0
- package/esm/cosmos/tx/config/v1/config.js +1 -0
- package/esm/cosmos/tx/signing/v1beta1/signing.js +5 -1
- package/esm/cosmos/tx/v1beta1/service.js +18 -2
- package/esm/cosmos/tx/v1beta1/service.lcd.js +6 -9
- package/esm/cosmos/tx/v1beta1/service.rpc.Service.js +37 -27
- package/esm/cosmos/tx/v1beta1/tx.js +13 -0
- package/esm/cosmos/upgrade/module/v1/module.js +1 -0
- package/esm/cosmos/upgrade/v1beta1/query.js +10 -0
- package/esm/cosmos/upgrade/v1beta1/query.lcd.js +10 -15
- package/esm/cosmos/upgrade/v1beta1/query.rpc.Query.js +24 -15
- package/esm/cosmos/upgrade/v1beta1/tx.js +4 -0
- package/esm/cosmos/upgrade/v1beta1/tx.registry.js +0 -49
- package/esm/cosmos/upgrade/v1beta1/tx.rpc.msg.js +14 -6
- package/esm/cosmos/upgrade/v1beta1/upgrade.js +4 -2
- package/esm/cosmos/vesting/module/v1/module.js +1 -0
- package/esm/cosmos/vesting/v1beta1/tx.js +6 -0
- package/esm/cosmos/vesting/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/vesting/v1beta1/tx.rpc.msg.js +19 -9
- package/esm/cosmos/vesting/v1beta1/vesting.js +6 -0
- package/esm/cosmos_proto/cosmos.js +0 -1
- package/esm/google/protobuf/any.js +0 -1
- package/esm/google/protobuf/descriptor.js +4 -24
- package/esm/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.js +4 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +4 -6
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +6 -6
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.js +6 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +0 -67
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +12 -9
- package/esm/ibc/applications/interchain_accounts/genesis/v1/genesis.js +5 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/host.js +2 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/query.js +2 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/query.lcd.js +2 -3
- package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +3 -3
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.js +4 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.registry.js +0 -49
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +9 -6
- package/esm/ibc/applications/interchain_accounts/v1/account.js +1 -1
- package/esm/ibc/applications/interchain_accounts/v1/metadata.js +1 -0
- package/esm/ibc/applications/interchain_accounts/v1/packet.js +2 -1
- package/esm/ibc/applications/packet_forward_middleware/v1/genesis.js +2 -0
- package/esm/ibc/applications/transfer/v1/authz.js +2 -1
- package/esm/ibc/applications/transfer/v1/denomtrace.js +1 -0
- package/esm/ibc/applications/transfer/v1/genesis.js +1 -0
- package/esm/ibc/applications/transfer/v1/packet.js +1 -0
- package/esm/ibc/applications/transfer/v1/query.js +12 -0
- package/esm/ibc/applications/transfer/v1/query.lcd.js +13 -19
- package/esm/ibc/applications/transfer/v1/query.rpc.Query.js +19 -19
- package/esm/ibc/applications/transfer/v1/token.js +3 -0
- package/esm/ibc/applications/transfer/v1/transfer.js +1 -0
- package/esm/ibc/applications/transfer/v1/tx.js +4 -0
- package/esm/ibc/applications/transfer/v1/tx.registry.js +0 -49
- package/esm/ibc/applications/transfer/v1/tx.rpc.msg.js +9 -6
- package/esm/ibc/core/channel/v1/channel.js +8 -2
- package/esm/ibc/core/channel/v1/genesis.js +2 -0
- package/esm/ibc/core/channel/v1/query.js +28 -0
- package/esm/ibc/core/channel/v1/query.lcd.js +29 -43
- package/esm/ibc/core/channel/v1/query.rpc.Query.js +51 -43
- package/esm/ibc/core/channel/v1/tx.js +20 -1
- package/esm/ibc/core/channel/v1/tx.registry.js +0 -193
- package/esm/ibc/core/channel/v1/tx.rpc.msg.js +34 -30
- package/esm/ibc/core/channel/v2/genesis.js +3 -0
- package/esm/ibc/core/channel/v2/packet.js +4 -1
- package/esm/ibc/core/channel/v2/query.js +16 -0
- package/esm/ibc/core/channel/v2/query.lcd.js +16 -24
- package/esm/ibc/core/channel/v2/query.rpc.Query.js +24 -24
- package/esm/ibc/core/channel/v2/tx.js +8 -1
- package/esm/ibc/core/channel/v2/tx.registry.js +0 -85
- package/esm/ibc/core/channel/v2/tx.rpc.msg.js +15 -12
- package/esm/ibc/core/client/v1/client.js +5 -0
- package/esm/ibc/core/client/v1/genesis.js +3 -0
- package/esm/ibc/core/client/v1/query.js +22 -0
- package/esm/ibc/core/client/v1/query.lcd.js +21 -31
- package/esm/ibc/core/client/v1/query.rpc.Query.js +36 -34
- package/esm/ibc/core/client/v1/tx.js +16 -0
- package/esm/ibc/core/client/v1/tx.registry.js +0 -157
- package/esm/ibc/core/client/v1/tx.rpc.msg.js +27 -24
- package/esm/ibc/core/client/v2/config.js +1 -0
- package/esm/ibc/core/client/v2/counterparty.js +1 -0
- package/esm/ibc/core/client/v2/genesis.js +2 -0
- package/esm/ibc/core/client/v2/query.js +4 -0
- package/esm/ibc/core/client/v2/query.lcd.js +4 -6
- package/esm/ibc/core/client/v2/query.rpc.Query.js +6 -6
- package/esm/ibc/core/client/v2/tx.js +4 -0
- package/esm/ibc/core/client/v2/tx.registry.js +0 -49
- package/esm/ibc/core/client/v2/tx.rpc.msg.js +9 -6
- package/esm/ibc/core/commitment/v1/commitment.js +3 -0
- package/esm/ibc/core/commitment/v2/commitment.js +1 -0
- package/esm/ibc/core/connection/v1/connection.js +7 -1
- package/esm/ibc/core/connection/v1/genesis.js +1 -0
- package/esm/ibc/core/connection/v1/query.js +12 -0
- package/esm/ibc/core/connection/v1/query.lcd.js +13 -19
- package/esm/ibc/core/connection/v1/query.rpc.Query.js +22 -19
- package/esm/ibc/core/connection/v1/tx.js +10 -0
- package/esm/ibc/core/connection/v1/tx.registry.js +0 -103
- package/esm/ibc/core/connection/v1/tx.rpc.msg.js +20 -15
- package/esm/ibc/lightclients/solomachine/v2/solomachine.js +16 -1
- package/esm/ibc/lightclients/solomachine/v3/solomachine.js +8 -0
- package/esm/ibc/lightclients/tendermint/v1/tendermint.js +5 -0
- package/esm/ibc/lightclients/wasm/v1/genesis.js +2 -0
- package/esm/ibc/lightclients/wasm/v1/query.js +4 -0
- package/esm/ibc/lightclients/wasm/v1/query.lcd.js +5 -7
- package/esm/ibc/lightclients/wasm/v1/query.rpc.Query.js +7 -7
- package/esm/ibc/lightclients/wasm/v1/tx.js +6 -0
- package/esm/ibc/lightclients/wasm/v1/tx.registry.js +0 -67
- package/esm/ibc/lightclients/wasm/v1/tx.rpc.msg.js +12 -9
- package/esm/ibc/lightclients/wasm/v1/wasm.js +4 -0
- package/esm/index.js +1 -0
- package/esm/sparkdream/blog/params.js +1 -0
- package/esm/sparkdream/blog/query.lcd.js +7 -10
- package/esm/sparkdream/blog/query.rpc.Query.js +10 -10
- package/esm/sparkdream/blog/tx.js +1 -0
- package/esm/sparkdream/blog/tx.registry.js +0 -85
- package/esm/sparkdream/blog/tx.rpc.msg.js +16 -12
- package/esm/sparkdream/sparkdream/params.js +1 -0
- package/esm/sparkdream/sparkdream/query.lcd.js +2 -3
- package/esm/sparkdream/sparkdream/query.rpc.Query.js +3 -3
- package/esm/sparkdream/sparkdream/tx.js +1 -0
- package/esm/sparkdream/sparkdream/tx.registry.js +0 -31
- package/esm/sparkdream/sparkdream/tx.rpc.msg.js +7 -3
- package/esm/tendermint/abci/types.js +0 -6
- package/esm/tendermint/types/types.js +0 -1
- package/esm/tendermint/types/validator.js +0 -1
- package/esm/types.js +7 -0
- package/google/api/http.d.ts +4 -295
- package/google/bundle.d.ts +37 -57
- package/google/protobuf/any.d.ts +2 -94
- package/google/protobuf/any.js +0 -1
- package/google/protobuf/descriptor.d.ts +35 -370
- package/google/protobuf/descriptor.js +6 -26
- package/google/protobuf/duration.d.ts +2 -65
- package/google/protobuf/timestamp.d.ts +2 -96
- package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +3 -8
- package/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +10 -21
- package/ibc/applications/interchain_accounts/controller/v1/query.js +4 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.lcd.d.ts +3 -3
- package/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +4 -6
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.d.ts +4 -4
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +6 -6
- package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +15 -39
- package/ibc/applications/interchain_accounts/controller/v1/tx.js +6 -0
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +2 -48
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +1 -69
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.d.ts +6 -5
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +14 -10
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +11 -42
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.js +5 -0
- package/ibc/applications/interchain_accounts/host/v1/host.d.ts +5 -18
- package/ibc/applications/interchain_accounts/host/v1/host.js +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.d.ts +6 -10
- package/ibc/applications/interchain_accounts/host/v1/query.js +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.lcd.d.ts +2 -2
- package/ibc/applications/interchain_accounts/host/v1/query.lcd.js +2 -3
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.d.ts +3 -3
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +3 -3
- package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +10 -23
- package/ibc/applications/interchain_accounts/host/v1/tx.js +4 -0
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +2 -36
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.js +1 -51
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.d.ts +5 -4
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +11 -7
- package/ibc/applications/interchain_accounts/v1/account.d.ts +4 -9
- package/ibc/applications/interchain_accounts/v1/account.js +1 -1
- package/ibc/applications/interchain_accounts/v1/metadata.d.ts +3 -13
- package/ibc/applications/interchain_accounts/v1/metadata.js +1 -0
- package/ibc/applications/interchain_accounts/v1/packet.d.ts +6 -14
- package/ibc/applications/interchain_accounts/v1/packet.js +3 -2
- package/ibc/applications/packet_forward_middleware/v1/genesis.d.ts +6 -31
- package/ibc/applications/packet_forward_middleware/v1/genesis.js +2 -0
- package/ibc/applications/transfer/v1/authz.d.ts +6 -20
- package/ibc/applications/transfer/v1/authz.js +2 -1
- package/ibc/applications/transfer/v1/denomtrace.d.ts +3 -10
- package/ibc/applications/transfer/v1/denomtrace.js +1 -0
- package/ibc/applications/transfer/v1/genesis.d.ts +6 -11
- package/ibc/applications/transfer/v1/genesis.js +1 -0
- package/ibc/applications/transfer/v1/packet.d.ts +3 -13
- package/ibc/applications/transfer/v1/packet.js +1 -0
- package/ibc/applications/transfer/v1/query.d.ts +29 -83
- package/ibc/applications/transfer/v1/query.js +12 -0
- package/ibc/applications/transfer/v1/query.lcd.d.ts +7 -7
- package/ibc/applications/transfer/v1/query.lcd.js +13 -19
- package/ibc/applications/transfer/v1/query.rpc.Query.d.ts +8 -8
- package/ibc/applications/transfer/v1/query.rpc.Query.js +19 -19
- package/ibc/applications/transfer/v1/token.d.ts +7 -18
- package/ibc/applications/transfer/v1/token.js +3 -0
- package/ibc/applications/transfer/v1/transfer.d.ts +3 -11
- package/ibc/applications/transfer/v1/transfer.js +1 -0
- package/ibc/applications/transfer/v1/tx.d.ts +11 -37
- package/ibc/applications/transfer/v1/tx.js +4 -0
- package/ibc/applications/transfer/v1/tx.registry.d.ts +2 -36
- package/ibc/applications/transfer/v1/tx.registry.js +1 -51
- package/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +5 -4
- package/ibc/applications/transfer/v1/tx.rpc.msg.js +11 -7
- package/ibc/bundle.d.ts +581 -848
- package/ibc/core/channel/v1/channel.d.ts +18 -96
- package/ibc/core/channel/v1/channel.js +9 -3
- package/ibc/core/channel/v1/genesis.d.ts +6 -23
- package/ibc/core/channel/v1/genesis.js +2 -0
- package/ibc/core/channel/v1/query.d.ts +61 -273
- package/ibc/core/channel/v1/query.js +28 -0
- package/ibc/core/channel/v1/query.lcd.d.ts +15 -15
- package/ibc/core/channel/v1/query.lcd.js +29 -43
- package/ibc/core/channel/v1/query.rpc.Query.d.ts +16 -16
- package/ibc/core/channel/v1/query.rpc.Query.js +51 -43
- package/ibc/core/channel/v1/tx.d.ts +43 -167
- package/ibc/core/channel/v1/tx.js +21 -2
- package/ibc/core/channel/v1/tx.registry.d.ts +2 -132
- package/ibc/core/channel/v1/tx.registry.js +1 -195
- package/ibc/core/channel/v1/tx.rpc.msg.d.ts +13 -12
- package/ibc/core/channel/v1/tx.rpc.msg.js +36 -31
- package/ibc/core/channel/v2/genesis.d.ts +7 -27
- package/ibc/core/channel/v2/genesis.js +3 -0
- package/ibc/core/channel/v2/packet.d.ts +9 -37
- package/ibc/core/channel/v2/packet.js +5 -2
- package/ibc/core/channel/v2/query.d.ts +36 -117
- package/ibc/core/channel/v2/query.js +16 -0
- package/ibc/core/channel/v2/query.lcd.d.ts +9 -9
- package/ibc/core/channel/v2/query.lcd.js +16 -24
- package/ibc/core/channel/v2/query.rpc.Query.d.ts +10 -10
- package/ibc/core/channel/v2/query.rpc.Query.js +24 -24
- package/ibc/core/channel/v2/tx.d.ts +19 -56
- package/ibc/core/channel/v2/tx.js +9 -2
- package/ibc/core/channel/v2/tx.registry.d.ts +2 -60
- package/ibc/core/channel/v2/tx.registry.js +1 -87
- package/ibc/core/channel/v2/tx.rpc.msg.d.ts +7 -6
- package/ibc/core/channel/v2/tx.rpc.msg.js +17 -13
- package/ibc/core/client/v1/client.d.ts +12 -53
- package/ibc/core/client/v1/client.js +5 -0
- package/ibc/core/client/v1/genesis.d.ts +8 -30
- package/ibc/core/client/v1/genesis.js +3 -0
- package/ibc/core/client/v1/query.d.ts +49 -191
- package/ibc/core/client/v1/query.js +22 -0
- package/ibc/core/client/v1/query.lcd.d.ts +11 -11
- package/ibc/core/client/v1/query.lcd.js +21 -31
- package/ibc/core/client/v1/query.rpc.Query.d.ts +13 -13
- package/ibc/core/client/v1/query.rpc.Query.js +36 -34
- package/ibc/core/client/v1/tx.d.ts +36 -107
- package/ibc/core/client/v1/tx.js +16 -0
- package/ibc/core/client/v1/tx.registry.d.ts +2 -108
- package/ibc/core/client/v1/tx.registry.js +1 -159
- package/ibc/core/client/v1/tx.rpc.msg.d.ts +11 -10
- package/ibc/core/client/v1/tx.rpc.msg.js +29 -25
- package/ibc/core/client/v2/config.d.ts +3 -10
- package/ibc/core/client/v2/config.js +1 -0
- package/ibc/core/client/v2/counterparty.d.ts +3 -6
- package/ibc/core/client/v2/counterparty.js +1 -0
- package/ibc/core/client/v2/genesis.d.ts +6 -12
- package/ibc/core/client/v2/genesis.js +2 -0
- package/ibc/core/client/v2/query.d.ts +11 -28
- package/ibc/core/client/v2/query.js +4 -0
- package/ibc/core/client/v2/query.lcd.d.ts +3 -3
- package/ibc/core/client/v2/query.lcd.js +4 -6
- package/ibc/core/client/v2/query.rpc.Query.d.ts +4 -4
- package/ibc/core/client/v2/query.rpc.Query.js +6 -6
- package/ibc/core/client/v2/tx.d.ts +10 -24
- package/ibc/core/client/v2/tx.js +4 -0
- package/ibc/core/client/v2/tx.registry.d.ts +2 -36
- package/ibc/core/client/v2/tx.registry.js +1 -51
- package/ibc/core/client/v2/tx.rpc.msg.d.ts +5 -4
- package/ibc/core/client/v2/tx.rpc.msg.js +11 -7
- package/ibc/core/commitment/v1/commitment.d.ts +8 -29
- package/ibc/core/commitment/v1/commitment.js +3 -0
- package/ibc/core/commitment/v2/commitment.d.ts +3 -37
- package/ibc/core/commitment/v2/commitment.js +1 -0
- package/ibc/core/connection/v1/connection.d.ts +16 -61
- package/ibc/core/connection/v1/connection.js +8 -2
- package/ibc/core/connection/v1/genesis.d.ts +4 -9
- package/ibc/core/connection/v1/genesis.js +1 -0
- package/ibc/core/connection/v1/query.d.ts +29 -107
- package/ibc/core/connection/v1/query.js +12 -0
- package/ibc/core/connection/v1/query.lcd.d.ts +7 -7
- package/ibc/core/connection/v1/query.lcd.js +13 -19
- package/ibc/core/connection/v1/query.rpc.Query.d.ts +8 -8
- package/ibc/core/connection/v1/query.rpc.Query.js +22 -19
- package/ibc/core/connection/v1/tx.d.ts +24 -107
- package/ibc/core/connection/v1/tx.js +10 -0
- package/ibc/core/connection/v1/tx.registry.d.ts +2 -72
- package/ibc/core/connection/v1/tx.registry.js +1 -105
- package/ibc/core/connection/v1/tx.rpc.msg.d.ts +8 -7
- package/ibc/core/connection/v1/tx.rpc.msg.js +22 -16
- package/ibc/lightclients/solomachine/v2/solomachine.d.ts +36 -149
- package/ibc/lightclients/solomachine/v2/solomachine.js +17 -2
- package/ibc/lightclients/solomachine/v3/solomachine.d.ts +18 -75
- package/ibc/lightclients/solomachine/v3/solomachine.js +8 -0
- package/ibc/lightclients/tendermint/v1/tendermint.d.ts +17 -74
- package/ibc/lightclients/tendermint/v1/tendermint.js +5 -0
- package/ibc/lightclients/wasm/v1/genesis.d.ts +5 -10
- package/ibc/lightclients/wasm/v1/genesis.js +2 -0
- package/ibc/lightclients/wasm/v1/query.d.ts +10 -22
- package/ibc/lightclients/wasm/v1/query.js +4 -0
- package/ibc/lightclients/wasm/v1/query.lcd.d.ts +3 -3
- package/ibc/lightclients/wasm/v1/query.lcd.js +5 -7
- package/ibc/lightclients/wasm/v1/query.rpc.Query.d.ts +4 -4
- package/ibc/lightclients/wasm/v1/query.rpc.Query.js +7 -7
- package/ibc/lightclients/wasm/v1/tx.d.ts +13 -33
- package/ibc/lightclients/wasm/v1/tx.js +6 -0
- package/ibc/lightclients/wasm/v1/tx.registry.d.ts +2 -48
- package/ibc/lightclients/wasm/v1/tx.registry.js +1 -69
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.d.ts +6 -5
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.js +14 -10
- package/ibc/lightclients/wasm/v1/wasm.d.ts +10 -29
- package/ibc/lightclients/wasm/v1/wasm.js +4 -0
- package/index.d.ts +1 -0
- package/index.js +1 -0
- package/package.json +1 -1
- package/sparkdream/blog/genesis.d.ts +3 -6
- package/sparkdream/blog/module/module.d.ts +2 -5
- package/sparkdream/blog/params.d.ts +3 -4
- package/sparkdream/blog/params.js +1 -0
- package/sparkdream/blog/post.d.ts +2 -7
- package/sparkdream/blog/query.d.ts +10 -29
- package/sparkdream/blog/query.lcd.d.ts +4 -4
- package/sparkdream/blog/query.lcd.js +7 -10
- package/sparkdream/blog/query.rpc.Query.d.ts +5 -5
- package/sparkdream/blog/query.rpc.Query.js +10 -10
- package/sparkdream/blog/tx.d.ts +11 -42
- package/sparkdream/blog/tx.js +1 -0
- package/sparkdream/blog/tx.registry.d.ts +2 -60
- package/sparkdream/blog/tx.registry.js +1 -87
- package/sparkdream/blog/tx.rpc.msg.d.ts +7 -6
- package/sparkdream/blog/tx.rpc.msg.js +18 -13
- package/sparkdream/bundle.d.ts +31 -103
- package/sparkdream/sparkdream/genesis.d.ts +3 -6
- package/sparkdream/sparkdream/module/module.d.ts +2 -5
- package/sparkdream/sparkdream/params.d.ts +3 -4
- package/sparkdream/sparkdream/params.js +1 -0
- package/sparkdream/sparkdream/query.d.ts +4 -10
- package/sparkdream/sparkdream/query.lcd.d.ts +2 -2
- package/sparkdream/sparkdream/query.lcd.js +2 -3
- package/sparkdream/sparkdream/query.rpc.Query.d.ts +3 -3
- package/sparkdream/sparkdream/query.rpc.Query.js +3 -3
- package/sparkdream/sparkdream/tx.d.ts +5 -14
- package/sparkdream/sparkdream/tx.js +1 -0
- package/sparkdream/sparkdream/tx.registry.d.ts +2 -24
- package/sparkdream/sparkdream/tx.registry.js +1 -33
- package/sparkdream/sparkdream/tx.rpc.msg.d.ts +4 -3
- package/sparkdream/sparkdream/tx.rpc.msg.js +9 -4
- package/tendermint/abci/types.d.ts +51 -356
- package/tendermint/abci/types.js +2 -8
- package/tendermint/bundle.d.ts +89 -97
- package/tendermint/crypto/keys.d.ts +2 -6
- package/tendermint/crypto/proof.d.ts +6 -34
- package/tendermint/p2p/types.d.ts +5 -28
- package/tendermint/types/block.d.ts +4 -9
- package/tendermint/types/evidence.d.ts +7 -29
- package/tendermint/types/params.d.ts +9 -54
- package/tendermint/types/types.d.ts +19 -133
- package/tendermint/types/types.js +1 -2
- package/tendermint/types/validator.d.ts +5 -20
- package/tendermint/types/validator.js +1 -2
- package/tendermint/version/types.d.ts +3 -20
- package/types.d.ts +74 -0
- package/types.js +8 -0
package/cosmos/group/v1/tx.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { MemberRequest, MemberRequestAmino,
|
|
2
|
-
import { Any, AnyProtoMsg, AnyAmino
|
|
1
|
+
import { MemberRequest, MemberRequestAmino, VoteOption, ProposalExecutorResult, ThresholdDecisionPolicy, ThresholdDecisionPolicyProtoMsg, PercentageDecisionPolicy, PercentageDecisionPolicyProtoMsg } from "./types";
|
|
2
|
+
import { Any, AnyProtoMsg, AnyAmino } from "../../../google/protobuf/any";
|
|
3
3
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
|
+
import { DeepPartial } from "../../../helpers";
|
|
4
5
|
/** Exec defines modes of execution of a proposal on creation or on new vote. */
|
|
5
6
|
export declare enum Exec {
|
|
6
7
|
/**
|
|
@@ -17,7 +18,6 @@ export declare enum Exec {
|
|
|
17
18
|
EXEC_TRY = 1,
|
|
18
19
|
UNRECOGNIZED = -1
|
|
19
20
|
}
|
|
20
|
-
export declare const ExecSDKType: typeof Exec;
|
|
21
21
|
export declare const ExecAmino: typeof Exec;
|
|
22
22
|
export declare function execFromJSON(object: any): Exec;
|
|
23
23
|
export declare function execToJSON(object: Exec): string;
|
|
@@ -47,12 +47,6 @@ export interface MsgCreateGroupAminoMsg {
|
|
|
47
47
|
type: "cosmos-sdk/MsgCreateGroup";
|
|
48
48
|
value: MsgCreateGroupAmino;
|
|
49
49
|
}
|
|
50
|
-
/** MsgCreateGroup is the Msg/CreateGroup request type. */
|
|
51
|
-
export interface MsgCreateGroupSDKType {
|
|
52
|
-
admin: string;
|
|
53
|
-
members: MemberRequestSDKType[];
|
|
54
|
-
metadata: string;
|
|
55
|
-
}
|
|
56
50
|
/** MsgCreateGroupResponse is the Msg/CreateGroup response type. */
|
|
57
51
|
export interface MsgCreateGroupResponse {
|
|
58
52
|
/** group_id is the unique ID of the newly created group. */
|
|
@@ -71,10 +65,6 @@ export interface MsgCreateGroupResponseAminoMsg {
|
|
|
71
65
|
type: "cosmos-sdk/MsgCreateGroupResponse";
|
|
72
66
|
value: MsgCreateGroupResponseAmino;
|
|
73
67
|
}
|
|
74
|
-
/** MsgCreateGroupResponse is the Msg/CreateGroup response type. */
|
|
75
|
-
export interface MsgCreateGroupResponseSDKType {
|
|
76
|
-
group_id: bigint;
|
|
77
|
-
}
|
|
78
68
|
/** MsgUpdateGroupMembers is the Msg/UpdateGroupMembers request type. */
|
|
79
69
|
export interface MsgUpdateGroupMembers {
|
|
80
70
|
/** admin is the account address of the group admin. */
|
|
@@ -107,12 +97,6 @@ export interface MsgUpdateGroupMembersAminoMsg {
|
|
|
107
97
|
type: "cosmos-sdk/MsgUpdateGroupMembers";
|
|
108
98
|
value: MsgUpdateGroupMembersAmino;
|
|
109
99
|
}
|
|
110
|
-
/** MsgUpdateGroupMembers is the Msg/UpdateGroupMembers request type. */
|
|
111
|
-
export interface MsgUpdateGroupMembersSDKType {
|
|
112
|
-
admin: string;
|
|
113
|
-
group_id: bigint;
|
|
114
|
-
member_updates: MemberRequestSDKType[];
|
|
115
|
-
}
|
|
116
100
|
/** MsgUpdateGroupMembersResponse is the Msg/UpdateGroupMembers response type. */
|
|
117
101
|
export interface MsgUpdateGroupMembersResponse {
|
|
118
102
|
}
|
|
@@ -127,9 +111,6 @@ export interface MsgUpdateGroupMembersResponseAminoMsg {
|
|
|
127
111
|
type: "cosmos-sdk/MsgUpdateGroupMembersResponse";
|
|
128
112
|
value: MsgUpdateGroupMembersResponseAmino;
|
|
129
113
|
}
|
|
130
|
-
/** MsgUpdateGroupMembersResponse is the Msg/UpdateGroupMembers response type. */
|
|
131
|
-
export interface MsgUpdateGroupMembersResponseSDKType {
|
|
132
|
-
}
|
|
133
114
|
/** MsgUpdateGroupAdmin is the Msg/UpdateGroupAdmin request type. */
|
|
134
115
|
export interface MsgUpdateGroupAdmin {
|
|
135
116
|
/** admin is the current account address of the group admin. */
|
|
@@ -156,12 +137,6 @@ export interface MsgUpdateGroupAdminAminoMsg {
|
|
|
156
137
|
type: "cosmos-sdk/MsgUpdateGroupAdmin";
|
|
157
138
|
value: MsgUpdateGroupAdminAmino;
|
|
158
139
|
}
|
|
159
|
-
/** MsgUpdateGroupAdmin is the Msg/UpdateGroupAdmin request type. */
|
|
160
|
-
export interface MsgUpdateGroupAdminSDKType {
|
|
161
|
-
admin: string;
|
|
162
|
-
group_id: bigint;
|
|
163
|
-
new_admin: string;
|
|
164
|
-
}
|
|
165
140
|
/** MsgUpdateGroupAdminResponse is the Msg/UpdateGroupAdmin response type. */
|
|
166
141
|
export interface MsgUpdateGroupAdminResponse {
|
|
167
142
|
}
|
|
@@ -176,9 +151,6 @@ export interface MsgUpdateGroupAdminResponseAminoMsg {
|
|
|
176
151
|
type: "cosmos-sdk/MsgUpdateGroupAdminResponse";
|
|
177
152
|
value: MsgUpdateGroupAdminResponseAmino;
|
|
178
153
|
}
|
|
179
|
-
/** MsgUpdateGroupAdminResponse is the Msg/UpdateGroupAdmin response type. */
|
|
180
|
-
export interface MsgUpdateGroupAdminResponseSDKType {
|
|
181
|
-
}
|
|
182
154
|
/** MsgUpdateGroupMetadata is the Msg/UpdateGroupMetadata request type. */
|
|
183
155
|
export interface MsgUpdateGroupMetadata {
|
|
184
156
|
/** admin is the account address of the group admin. */
|
|
@@ -205,12 +177,6 @@ export interface MsgUpdateGroupMetadataAminoMsg {
|
|
|
205
177
|
type: "cosmos-sdk/MsgUpdateGroupMetadata";
|
|
206
178
|
value: MsgUpdateGroupMetadataAmino;
|
|
207
179
|
}
|
|
208
|
-
/** MsgUpdateGroupMetadata is the Msg/UpdateGroupMetadata request type. */
|
|
209
|
-
export interface MsgUpdateGroupMetadataSDKType {
|
|
210
|
-
admin: string;
|
|
211
|
-
group_id: bigint;
|
|
212
|
-
metadata: string;
|
|
213
|
-
}
|
|
214
180
|
/** MsgUpdateGroupMetadataResponse is the Msg/UpdateGroupMetadata response type. */
|
|
215
181
|
export interface MsgUpdateGroupMetadataResponse {
|
|
216
182
|
}
|
|
@@ -225,9 +191,6 @@ export interface MsgUpdateGroupMetadataResponseAminoMsg {
|
|
|
225
191
|
type: "cosmos-sdk/MsgUpdateGroupMetadataResponse";
|
|
226
192
|
value: MsgUpdateGroupMetadataResponseAmino;
|
|
227
193
|
}
|
|
228
|
-
/** MsgUpdateGroupMetadataResponse is the Msg/UpdateGroupMetadata response type. */
|
|
229
|
-
export interface MsgUpdateGroupMetadataResponseSDKType {
|
|
230
|
-
}
|
|
231
194
|
/** MsgCreateGroupPolicy is the Msg/CreateGroupPolicy request type. */
|
|
232
195
|
export interface MsgCreateGroupPolicy {
|
|
233
196
|
/** admin is the account address of the group admin. */
|
|
@@ -261,13 +224,6 @@ export interface MsgCreateGroupPolicyAminoMsg {
|
|
|
261
224
|
type: "cosmos-sdk/MsgCreateGroupPolicy";
|
|
262
225
|
value: MsgCreateGroupPolicyAmino;
|
|
263
226
|
}
|
|
264
|
-
/** MsgCreateGroupPolicy is the Msg/CreateGroupPolicy request type. */
|
|
265
|
-
export interface MsgCreateGroupPolicySDKType {
|
|
266
|
-
admin: string;
|
|
267
|
-
group_id: bigint;
|
|
268
|
-
metadata: string;
|
|
269
|
-
decision_policy?: ThresholdDecisionPolicySDKType | PercentageDecisionPolicySDKType | AnySDKType | undefined;
|
|
270
|
-
}
|
|
271
227
|
/** MsgCreateGroupPolicyResponse is the Msg/CreateGroupPolicy response type. */
|
|
272
228
|
export interface MsgCreateGroupPolicyResponse {
|
|
273
229
|
/** address is the account address of the newly created group policy. */
|
|
@@ -286,10 +242,6 @@ export interface MsgCreateGroupPolicyResponseAminoMsg {
|
|
|
286
242
|
type: "cosmos-sdk/MsgCreateGroupPolicyResponse";
|
|
287
243
|
value: MsgCreateGroupPolicyResponseAmino;
|
|
288
244
|
}
|
|
289
|
-
/** MsgCreateGroupPolicyResponse is the Msg/CreateGroupPolicy response type. */
|
|
290
|
-
export interface MsgCreateGroupPolicyResponseSDKType {
|
|
291
|
-
address: string;
|
|
292
|
-
}
|
|
293
245
|
/** MsgUpdateGroupPolicyAdmin is the Msg/UpdateGroupPolicyAdmin request type. */
|
|
294
246
|
export interface MsgUpdateGroupPolicyAdmin {
|
|
295
247
|
/** admin is the account address of the group admin. */
|
|
@@ -316,12 +268,6 @@ export interface MsgUpdateGroupPolicyAdminAminoMsg {
|
|
|
316
268
|
type: "cosmos-sdk/MsgUpdateGroupPolicyAdmin";
|
|
317
269
|
value: MsgUpdateGroupPolicyAdminAmino;
|
|
318
270
|
}
|
|
319
|
-
/** MsgUpdateGroupPolicyAdmin is the Msg/UpdateGroupPolicyAdmin request type. */
|
|
320
|
-
export interface MsgUpdateGroupPolicyAdminSDKType {
|
|
321
|
-
admin: string;
|
|
322
|
-
group_policy_address: string;
|
|
323
|
-
new_admin: string;
|
|
324
|
-
}
|
|
325
271
|
/** MsgUpdateGroupPolicyAdminResponse is the Msg/UpdateGroupPolicyAdmin response type. */
|
|
326
272
|
export interface MsgUpdateGroupPolicyAdminResponse {
|
|
327
273
|
}
|
|
@@ -336,9 +282,6 @@ export interface MsgUpdateGroupPolicyAdminResponseAminoMsg {
|
|
|
336
282
|
type: "cosmos-sdk/MsgUpdateGroupPolicyAdminResponse";
|
|
337
283
|
value: MsgUpdateGroupPolicyAdminResponseAmino;
|
|
338
284
|
}
|
|
339
|
-
/** MsgUpdateGroupPolicyAdminResponse is the Msg/UpdateGroupPolicyAdmin response type. */
|
|
340
|
-
export interface MsgUpdateGroupPolicyAdminResponseSDKType {
|
|
341
|
-
}
|
|
342
285
|
/** MsgCreateGroupWithPolicy is the Msg/CreateGroupWithPolicy request type. */
|
|
343
286
|
export interface MsgCreateGroupWithPolicy {
|
|
344
287
|
/** admin is the account address of the group and group policy admin. */
|
|
@@ -386,15 +329,6 @@ export interface MsgCreateGroupWithPolicyAminoMsg {
|
|
|
386
329
|
type: "cosmos-sdk/MsgCreateGroupWithPolicy";
|
|
387
330
|
value: MsgCreateGroupWithPolicyAmino;
|
|
388
331
|
}
|
|
389
|
-
/** MsgCreateGroupWithPolicy is the Msg/CreateGroupWithPolicy request type. */
|
|
390
|
-
export interface MsgCreateGroupWithPolicySDKType {
|
|
391
|
-
admin: string;
|
|
392
|
-
members: MemberRequestSDKType[];
|
|
393
|
-
group_metadata: string;
|
|
394
|
-
group_policy_metadata: string;
|
|
395
|
-
group_policy_as_admin: boolean;
|
|
396
|
-
decision_policy?: ThresholdDecisionPolicySDKType | PercentageDecisionPolicySDKType | AnySDKType | undefined;
|
|
397
|
-
}
|
|
398
332
|
/** MsgCreateGroupWithPolicyResponse is the Msg/CreateGroupWithPolicy response type. */
|
|
399
333
|
export interface MsgCreateGroupWithPolicyResponse {
|
|
400
334
|
/** group_id is the unique ID of the newly created group with policy. */
|
|
@@ -417,11 +351,6 @@ export interface MsgCreateGroupWithPolicyResponseAminoMsg {
|
|
|
417
351
|
type: "cosmos-sdk/MsgCreateGroupWithPolicyResponse";
|
|
418
352
|
value: MsgCreateGroupWithPolicyResponseAmino;
|
|
419
353
|
}
|
|
420
|
-
/** MsgCreateGroupWithPolicyResponse is the Msg/CreateGroupWithPolicy response type. */
|
|
421
|
-
export interface MsgCreateGroupWithPolicyResponseSDKType {
|
|
422
|
-
group_id: bigint;
|
|
423
|
-
group_policy_address: string;
|
|
424
|
-
}
|
|
425
354
|
/** MsgUpdateGroupPolicyDecisionPolicy is the Msg/UpdateGroupPolicyDecisionPolicy request type. */
|
|
426
355
|
export interface MsgUpdateGroupPolicyDecisionPolicy {
|
|
427
356
|
/** admin is the account address of the group admin. */
|
|
@@ -451,12 +380,6 @@ export interface MsgUpdateGroupPolicyDecisionPolicyAminoMsg {
|
|
|
451
380
|
type: "cosmos-sdk/MsgUpdateGroupDecisionPolicy";
|
|
452
381
|
value: MsgUpdateGroupPolicyDecisionPolicyAmino;
|
|
453
382
|
}
|
|
454
|
-
/** MsgUpdateGroupPolicyDecisionPolicy is the Msg/UpdateGroupPolicyDecisionPolicy request type. */
|
|
455
|
-
export interface MsgUpdateGroupPolicyDecisionPolicySDKType {
|
|
456
|
-
admin: string;
|
|
457
|
-
group_policy_address: string;
|
|
458
|
-
decision_policy?: ThresholdDecisionPolicySDKType | PercentageDecisionPolicySDKType | AnySDKType | undefined;
|
|
459
|
-
}
|
|
460
383
|
/** MsgUpdateGroupPolicyDecisionPolicyResponse is the Msg/UpdateGroupPolicyDecisionPolicy response type. */
|
|
461
384
|
export interface MsgUpdateGroupPolicyDecisionPolicyResponse {
|
|
462
385
|
}
|
|
@@ -471,9 +394,6 @@ export interface MsgUpdateGroupPolicyDecisionPolicyResponseAminoMsg {
|
|
|
471
394
|
type: "cosmos-sdk/MsgUpdateGroupPolicyDecisionPolicyResponse";
|
|
472
395
|
value: MsgUpdateGroupPolicyDecisionPolicyResponseAmino;
|
|
473
396
|
}
|
|
474
|
-
/** MsgUpdateGroupPolicyDecisionPolicyResponse is the Msg/UpdateGroupPolicyDecisionPolicy response type. */
|
|
475
|
-
export interface MsgUpdateGroupPolicyDecisionPolicyResponseSDKType {
|
|
476
|
-
}
|
|
477
397
|
/** MsgUpdateGroupPolicyMetadata is the Msg/UpdateGroupPolicyMetadata request type. */
|
|
478
398
|
export interface MsgUpdateGroupPolicyMetadata {
|
|
479
399
|
/** admin is the account address of the group admin. */
|
|
@@ -500,12 +420,6 @@ export interface MsgUpdateGroupPolicyMetadataAminoMsg {
|
|
|
500
420
|
type: "cosmos-sdk/MsgUpdateGroupPolicyMetadata";
|
|
501
421
|
value: MsgUpdateGroupPolicyMetadataAmino;
|
|
502
422
|
}
|
|
503
|
-
/** MsgUpdateGroupPolicyMetadata is the Msg/UpdateGroupPolicyMetadata request type. */
|
|
504
|
-
export interface MsgUpdateGroupPolicyMetadataSDKType {
|
|
505
|
-
admin: string;
|
|
506
|
-
group_policy_address: string;
|
|
507
|
-
metadata: string;
|
|
508
|
-
}
|
|
509
423
|
/** MsgUpdateGroupPolicyMetadataResponse is the Msg/UpdateGroupPolicyMetadata response type. */
|
|
510
424
|
export interface MsgUpdateGroupPolicyMetadataResponse {
|
|
511
425
|
}
|
|
@@ -520,9 +434,6 @@ export interface MsgUpdateGroupPolicyMetadataResponseAminoMsg {
|
|
|
520
434
|
type: "cosmos-sdk/MsgUpdateGroupPolicyMetadataResponse";
|
|
521
435
|
value: MsgUpdateGroupPolicyMetadataResponseAmino;
|
|
522
436
|
}
|
|
523
|
-
/** MsgUpdateGroupPolicyMetadataResponse is the Msg/UpdateGroupPolicyMetadata response type. */
|
|
524
|
-
export interface MsgUpdateGroupPolicyMetadataResponseSDKType {
|
|
525
|
-
}
|
|
526
437
|
/** MsgSubmitProposal is the Msg/SubmitProposal request type. */
|
|
527
438
|
export interface MsgSubmitProposal {
|
|
528
439
|
/** group_policy_address is the account address of group policy. */
|
|
@@ -595,16 +506,6 @@ export interface MsgSubmitProposalAminoMsg {
|
|
|
595
506
|
type: "cosmos-sdk/group/MsgSubmitProposal";
|
|
596
507
|
value: MsgSubmitProposalAmino;
|
|
597
508
|
}
|
|
598
|
-
/** MsgSubmitProposal is the Msg/SubmitProposal request type. */
|
|
599
|
-
export interface MsgSubmitProposalSDKType {
|
|
600
|
-
group_policy_address: string;
|
|
601
|
-
proposers: string[];
|
|
602
|
-
metadata: string;
|
|
603
|
-
messages: AnySDKType[];
|
|
604
|
-
exec: Exec;
|
|
605
|
-
title: string;
|
|
606
|
-
summary: string;
|
|
607
|
-
}
|
|
608
509
|
/** MsgSubmitProposalResponse is the Msg/SubmitProposal response type. */
|
|
609
510
|
export interface MsgSubmitProposalResponse {
|
|
610
511
|
/** proposal is the unique ID of the proposal. */
|
|
@@ -623,10 +524,6 @@ export interface MsgSubmitProposalResponseAminoMsg {
|
|
|
623
524
|
type: "cosmos-sdk/MsgSubmitProposalResponse";
|
|
624
525
|
value: MsgSubmitProposalResponseAmino;
|
|
625
526
|
}
|
|
626
|
-
/** MsgSubmitProposalResponse is the Msg/SubmitProposal response type. */
|
|
627
|
-
export interface MsgSubmitProposalResponseSDKType {
|
|
628
|
-
proposal_id: bigint;
|
|
629
|
-
}
|
|
630
527
|
/** MsgWithdrawProposal is the Msg/WithdrawProposal request type. */
|
|
631
528
|
export interface MsgWithdrawProposal {
|
|
632
529
|
/** proposal is the unique ID of the proposal. */
|
|
@@ -649,11 +546,6 @@ export interface MsgWithdrawProposalAminoMsg {
|
|
|
649
546
|
type: "cosmos-sdk/group/MsgWithdrawProposal";
|
|
650
547
|
value: MsgWithdrawProposalAmino;
|
|
651
548
|
}
|
|
652
|
-
/** MsgWithdrawProposal is the Msg/WithdrawProposal request type. */
|
|
653
|
-
export interface MsgWithdrawProposalSDKType {
|
|
654
|
-
proposal_id: bigint;
|
|
655
|
-
address: string;
|
|
656
|
-
}
|
|
657
549
|
/** MsgWithdrawProposalResponse is the Msg/WithdrawProposal response type. */
|
|
658
550
|
export interface MsgWithdrawProposalResponse {
|
|
659
551
|
}
|
|
@@ -668,9 +560,6 @@ export interface MsgWithdrawProposalResponseAminoMsg {
|
|
|
668
560
|
type: "cosmos-sdk/MsgWithdrawProposalResponse";
|
|
669
561
|
value: MsgWithdrawProposalResponseAmino;
|
|
670
562
|
}
|
|
671
|
-
/** MsgWithdrawProposalResponse is the Msg/WithdrawProposal response type. */
|
|
672
|
-
export interface MsgWithdrawProposalResponseSDKType {
|
|
673
|
-
}
|
|
674
563
|
/** MsgVote is the Msg/Vote request type. */
|
|
675
564
|
export interface MsgVote {
|
|
676
565
|
/** proposal is the unique ID of the proposal. */
|
|
@@ -711,14 +600,6 @@ export interface MsgVoteAminoMsg {
|
|
|
711
600
|
type: "cosmos-sdk/group/MsgVote";
|
|
712
601
|
value: MsgVoteAmino;
|
|
713
602
|
}
|
|
714
|
-
/** MsgVote is the Msg/Vote request type. */
|
|
715
|
-
export interface MsgVoteSDKType {
|
|
716
|
-
proposal_id: bigint;
|
|
717
|
-
voter: string;
|
|
718
|
-
option: VoteOption;
|
|
719
|
-
metadata: string;
|
|
720
|
-
exec: Exec;
|
|
721
|
-
}
|
|
722
603
|
/** MsgVoteResponse is the Msg/Vote response type. */
|
|
723
604
|
export interface MsgVoteResponse {
|
|
724
605
|
}
|
|
@@ -733,9 +614,6 @@ export interface MsgVoteResponseAminoMsg {
|
|
|
733
614
|
type: "cosmos-sdk/MsgVoteResponse";
|
|
734
615
|
value: MsgVoteResponseAmino;
|
|
735
616
|
}
|
|
736
|
-
/** MsgVoteResponse is the Msg/Vote response type. */
|
|
737
|
-
export interface MsgVoteResponseSDKType {
|
|
738
|
-
}
|
|
739
617
|
/** MsgExec is the Msg/Exec request type. */
|
|
740
618
|
export interface MsgExec {
|
|
741
619
|
/** proposal is the unique ID of the proposal. */
|
|
@@ -758,11 +636,6 @@ export interface MsgExecAminoMsg {
|
|
|
758
636
|
type: "cosmos-sdk/group/MsgExec";
|
|
759
637
|
value: MsgExecAmino;
|
|
760
638
|
}
|
|
761
|
-
/** MsgExec is the Msg/Exec request type. */
|
|
762
|
-
export interface MsgExecSDKType {
|
|
763
|
-
proposal_id: bigint;
|
|
764
|
-
executor: string;
|
|
765
|
-
}
|
|
766
639
|
/** MsgExecResponse is the Msg/Exec request type. */
|
|
767
640
|
export interface MsgExecResponse {
|
|
768
641
|
/** result is the final result of the proposal execution. */
|
|
@@ -781,10 +654,6 @@ export interface MsgExecResponseAminoMsg {
|
|
|
781
654
|
type: "cosmos-sdk/MsgExecResponse";
|
|
782
655
|
value: MsgExecResponseAmino;
|
|
783
656
|
}
|
|
784
|
-
/** MsgExecResponse is the Msg/Exec request type. */
|
|
785
|
-
export interface MsgExecResponseSDKType {
|
|
786
|
-
result: ProposalExecutorResult;
|
|
787
|
-
}
|
|
788
657
|
/** MsgLeaveGroup is the Msg/LeaveGroup request type. */
|
|
789
658
|
export interface MsgLeaveGroup {
|
|
790
659
|
/** address is the account address of the group member. */
|
|
@@ -807,11 +676,6 @@ export interface MsgLeaveGroupAminoMsg {
|
|
|
807
676
|
type: "cosmos-sdk/group/MsgLeaveGroup";
|
|
808
677
|
value: MsgLeaveGroupAmino;
|
|
809
678
|
}
|
|
810
|
-
/** MsgLeaveGroup is the Msg/LeaveGroup request type. */
|
|
811
|
-
export interface MsgLeaveGroupSDKType {
|
|
812
|
-
address: string;
|
|
813
|
-
group_id: bigint;
|
|
814
|
-
}
|
|
815
679
|
/** MsgLeaveGroupResponse is the Msg/LeaveGroup response type. */
|
|
816
680
|
export interface MsgLeaveGroupResponse {
|
|
817
681
|
}
|
|
@@ -826,14 +690,12 @@ export interface MsgLeaveGroupResponseAminoMsg {
|
|
|
826
690
|
type: "cosmos-sdk/MsgLeaveGroupResponse";
|
|
827
691
|
value: MsgLeaveGroupResponseAmino;
|
|
828
692
|
}
|
|
829
|
-
/** MsgLeaveGroupResponse is the Msg/LeaveGroup response type. */
|
|
830
|
-
export interface MsgLeaveGroupResponseSDKType {
|
|
831
|
-
}
|
|
832
693
|
export declare const MsgCreateGroup: {
|
|
833
694
|
typeUrl: string;
|
|
695
|
+
aminoType: string;
|
|
834
696
|
encode(message: MsgCreateGroup, writer?: BinaryWriter): BinaryWriter;
|
|
835
697
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateGroup;
|
|
836
|
-
fromPartial(object:
|
|
698
|
+
fromPartial(object: DeepPartial<MsgCreateGroup>): MsgCreateGroup;
|
|
837
699
|
fromAmino(object: MsgCreateGroupAmino): MsgCreateGroup;
|
|
838
700
|
toAmino(message: MsgCreateGroup): MsgCreateGroupAmino;
|
|
839
701
|
fromAminoMsg(object: MsgCreateGroupAminoMsg): MsgCreateGroup;
|
|
@@ -844,9 +706,10 @@ export declare const MsgCreateGroup: {
|
|
|
844
706
|
};
|
|
845
707
|
export declare const MsgCreateGroupResponse: {
|
|
846
708
|
typeUrl: string;
|
|
709
|
+
aminoType: string;
|
|
847
710
|
encode(message: MsgCreateGroupResponse, writer?: BinaryWriter): BinaryWriter;
|
|
848
711
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateGroupResponse;
|
|
849
|
-
fromPartial(object:
|
|
712
|
+
fromPartial(object: DeepPartial<MsgCreateGroupResponse>): MsgCreateGroupResponse;
|
|
850
713
|
fromAmino(object: MsgCreateGroupResponseAmino): MsgCreateGroupResponse;
|
|
851
714
|
toAmino(message: MsgCreateGroupResponse): MsgCreateGroupResponseAmino;
|
|
852
715
|
fromAminoMsg(object: MsgCreateGroupResponseAminoMsg): MsgCreateGroupResponse;
|
|
@@ -857,9 +720,10 @@ export declare const MsgCreateGroupResponse: {
|
|
|
857
720
|
};
|
|
858
721
|
export declare const MsgUpdateGroupMembers: {
|
|
859
722
|
typeUrl: string;
|
|
723
|
+
aminoType: string;
|
|
860
724
|
encode(message: MsgUpdateGroupMembers, writer?: BinaryWriter): BinaryWriter;
|
|
861
725
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGroupMembers;
|
|
862
|
-
fromPartial(object:
|
|
726
|
+
fromPartial(object: DeepPartial<MsgUpdateGroupMembers>): MsgUpdateGroupMembers;
|
|
863
727
|
fromAmino(object: MsgUpdateGroupMembersAmino): MsgUpdateGroupMembers;
|
|
864
728
|
toAmino(message: MsgUpdateGroupMembers): MsgUpdateGroupMembersAmino;
|
|
865
729
|
fromAminoMsg(object: MsgUpdateGroupMembersAminoMsg): MsgUpdateGroupMembers;
|
|
@@ -870,9 +734,10 @@ export declare const MsgUpdateGroupMembers: {
|
|
|
870
734
|
};
|
|
871
735
|
export declare const MsgUpdateGroupMembersResponse: {
|
|
872
736
|
typeUrl: string;
|
|
737
|
+
aminoType: string;
|
|
873
738
|
encode(_: MsgUpdateGroupMembersResponse, writer?: BinaryWriter): BinaryWriter;
|
|
874
739
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGroupMembersResponse;
|
|
875
|
-
fromPartial(_:
|
|
740
|
+
fromPartial(_: DeepPartial<MsgUpdateGroupMembersResponse>): MsgUpdateGroupMembersResponse;
|
|
876
741
|
fromAmino(_: MsgUpdateGroupMembersResponseAmino): MsgUpdateGroupMembersResponse;
|
|
877
742
|
toAmino(_: MsgUpdateGroupMembersResponse): MsgUpdateGroupMembersResponseAmino;
|
|
878
743
|
fromAminoMsg(object: MsgUpdateGroupMembersResponseAminoMsg): MsgUpdateGroupMembersResponse;
|
|
@@ -883,9 +748,10 @@ export declare const MsgUpdateGroupMembersResponse: {
|
|
|
883
748
|
};
|
|
884
749
|
export declare const MsgUpdateGroupAdmin: {
|
|
885
750
|
typeUrl: string;
|
|
751
|
+
aminoType: string;
|
|
886
752
|
encode(message: MsgUpdateGroupAdmin, writer?: BinaryWriter): BinaryWriter;
|
|
887
753
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGroupAdmin;
|
|
888
|
-
fromPartial(object:
|
|
754
|
+
fromPartial(object: DeepPartial<MsgUpdateGroupAdmin>): MsgUpdateGroupAdmin;
|
|
889
755
|
fromAmino(object: MsgUpdateGroupAdminAmino): MsgUpdateGroupAdmin;
|
|
890
756
|
toAmino(message: MsgUpdateGroupAdmin): MsgUpdateGroupAdminAmino;
|
|
891
757
|
fromAminoMsg(object: MsgUpdateGroupAdminAminoMsg): MsgUpdateGroupAdmin;
|
|
@@ -896,9 +762,10 @@ export declare const MsgUpdateGroupAdmin: {
|
|
|
896
762
|
};
|
|
897
763
|
export declare const MsgUpdateGroupAdminResponse: {
|
|
898
764
|
typeUrl: string;
|
|
765
|
+
aminoType: string;
|
|
899
766
|
encode(_: MsgUpdateGroupAdminResponse, writer?: BinaryWriter): BinaryWriter;
|
|
900
767
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGroupAdminResponse;
|
|
901
|
-
fromPartial(_:
|
|
768
|
+
fromPartial(_: DeepPartial<MsgUpdateGroupAdminResponse>): MsgUpdateGroupAdminResponse;
|
|
902
769
|
fromAmino(_: MsgUpdateGroupAdminResponseAmino): MsgUpdateGroupAdminResponse;
|
|
903
770
|
toAmino(_: MsgUpdateGroupAdminResponse): MsgUpdateGroupAdminResponseAmino;
|
|
904
771
|
fromAminoMsg(object: MsgUpdateGroupAdminResponseAminoMsg): MsgUpdateGroupAdminResponse;
|
|
@@ -909,9 +776,10 @@ export declare const MsgUpdateGroupAdminResponse: {
|
|
|
909
776
|
};
|
|
910
777
|
export declare const MsgUpdateGroupMetadata: {
|
|
911
778
|
typeUrl: string;
|
|
779
|
+
aminoType: string;
|
|
912
780
|
encode(message: MsgUpdateGroupMetadata, writer?: BinaryWriter): BinaryWriter;
|
|
913
781
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGroupMetadata;
|
|
914
|
-
fromPartial(object:
|
|
782
|
+
fromPartial(object: DeepPartial<MsgUpdateGroupMetadata>): MsgUpdateGroupMetadata;
|
|
915
783
|
fromAmino(object: MsgUpdateGroupMetadataAmino): MsgUpdateGroupMetadata;
|
|
916
784
|
toAmino(message: MsgUpdateGroupMetadata): MsgUpdateGroupMetadataAmino;
|
|
917
785
|
fromAminoMsg(object: MsgUpdateGroupMetadataAminoMsg): MsgUpdateGroupMetadata;
|
|
@@ -922,9 +790,10 @@ export declare const MsgUpdateGroupMetadata: {
|
|
|
922
790
|
};
|
|
923
791
|
export declare const MsgUpdateGroupMetadataResponse: {
|
|
924
792
|
typeUrl: string;
|
|
793
|
+
aminoType: string;
|
|
925
794
|
encode(_: MsgUpdateGroupMetadataResponse, writer?: BinaryWriter): BinaryWriter;
|
|
926
795
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGroupMetadataResponse;
|
|
927
|
-
fromPartial(_:
|
|
796
|
+
fromPartial(_: DeepPartial<MsgUpdateGroupMetadataResponse>): MsgUpdateGroupMetadataResponse;
|
|
928
797
|
fromAmino(_: MsgUpdateGroupMetadataResponseAmino): MsgUpdateGroupMetadataResponse;
|
|
929
798
|
toAmino(_: MsgUpdateGroupMetadataResponse): MsgUpdateGroupMetadataResponseAmino;
|
|
930
799
|
fromAminoMsg(object: MsgUpdateGroupMetadataResponseAminoMsg): MsgUpdateGroupMetadataResponse;
|
|
@@ -935,9 +804,10 @@ export declare const MsgUpdateGroupMetadataResponse: {
|
|
|
935
804
|
};
|
|
936
805
|
export declare const MsgCreateGroupPolicy: {
|
|
937
806
|
typeUrl: string;
|
|
807
|
+
aminoType: string;
|
|
938
808
|
encode(message: MsgCreateGroupPolicy, writer?: BinaryWriter): BinaryWriter;
|
|
939
809
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateGroupPolicy;
|
|
940
|
-
fromPartial(object:
|
|
810
|
+
fromPartial(object: DeepPartial<MsgCreateGroupPolicy>): MsgCreateGroupPolicy;
|
|
941
811
|
fromAmino(object: MsgCreateGroupPolicyAmino): MsgCreateGroupPolicy;
|
|
942
812
|
toAmino(message: MsgCreateGroupPolicy): MsgCreateGroupPolicyAmino;
|
|
943
813
|
fromAminoMsg(object: MsgCreateGroupPolicyAminoMsg): MsgCreateGroupPolicy;
|
|
@@ -948,9 +818,10 @@ export declare const MsgCreateGroupPolicy: {
|
|
|
948
818
|
};
|
|
949
819
|
export declare const MsgCreateGroupPolicyResponse: {
|
|
950
820
|
typeUrl: string;
|
|
821
|
+
aminoType: string;
|
|
951
822
|
encode(message: MsgCreateGroupPolicyResponse, writer?: BinaryWriter): BinaryWriter;
|
|
952
823
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateGroupPolicyResponse;
|
|
953
|
-
fromPartial(object:
|
|
824
|
+
fromPartial(object: DeepPartial<MsgCreateGroupPolicyResponse>): MsgCreateGroupPolicyResponse;
|
|
954
825
|
fromAmino(object: MsgCreateGroupPolicyResponseAmino): MsgCreateGroupPolicyResponse;
|
|
955
826
|
toAmino(message: MsgCreateGroupPolicyResponse): MsgCreateGroupPolicyResponseAmino;
|
|
956
827
|
fromAminoMsg(object: MsgCreateGroupPolicyResponseAminoMsg): MsgCreateGroupPolicyResponse;
|
|
@@ -961,9 +832,10 @@ export declare const MsgCreateGroupPolicyResponse: {
|
|
|
961
832
|
};
|
|
962
833
|
export declare const MsgUpdateGroupPolicyAdmin: {
|
|
963
834
|
typeUrl: string;
|
|
835
|
+
aminoType: string;
|
|
964
836
|
encode(message: MsgUpdateGroupPolicyAdmin, writer?: BinaryWriter): BinaryWriter;
|
|
965
837
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGroupPolicyAdmin;
|
|
966
|
-
fromPartial(object:
|
|
838
|
+
fromPartial(object: DeepPartial<MsgUpdateGroupPolicyAdmin>): MsgUpdateGroupPolicyAdmin;
|
|
967
839
|
fromAmino(object: MsgUpdateGroupPolicyAdminAmino): MsgUpdateGroupPolicyAdmin;
|
|
968
840
|
toAmino(message: MsgUpdateGroupPolicyAdmin): MsgUpdateGroupPolicyAdminAmino;
|
|
969
841
|
fromAminoMsg(object: MsgUpdateGroupPolicyAdminAminoMsg): MsgUpdateGroupPolicyAdmin;
|
|
@@ -974,9 +846,10 @@ export declare const MsgUpdateGroupPolicyAdmin: {
|
|
|
974
846
|
};
|
|
975
847
|
export declare const MsgUpdateGroupPolicyAdminResponse: {
|
|
976
848
|
typeUrl: string;
|
|
849
|
+
aminoType: string;
|
|
977
850
|
encode(_: MsgUpdateGroupPolicyAdminResponse, writer?: BinaryWriter): BinaryWriter;
|
|
978
851
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGroupPolicyAdminResponse;
|
|
979
|
-
fromPartial(_:
|
|
852
|
+
fromPartial(_: DeepPartial<MsgUpdateGroupPolicyAdminResponse>): MsgUpdateGroupPolicyAdminResponse;
|
|
980
853
|
fromAmino(_: MsgUpdateGroupPolicyAdminResponseAmino): MsgUpdateGroupPolicyAdminResponse;
|
|
981
854
|
toAmino(_: MsgUpdateGroupPolicyAdminResponse): MsgUpdateGroupPolicyAdminResponseAmino;
|
|
982
855
|
fromAminoMsg(object: MsgUpdateGroupPolicyAdminResponseAminoMsg): MsgUpdateGroupPolicyAdminResponse;
|
|
@@ -987,9 +860,10 @@ export declare const MsgUpdateGroupPolicyAdminResponse: {
|
|
|
987
860
|
};
|
|
988
861
|
export declare const MsgCreateGroupWithPolicy: {
|
|
989
862
|
typeUrl: string;
|
|
863
|
+
aminoType: string;
|
|
990
864
|
encode(message: MsgCreateGroupWithPolicy, writer?: BinaryWriter): BinaryWriter;
|
|
991
865
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateGroupWithPolicy;
|
|
992
|
-
fromPartial(object:
|
|
866
|
+
fromPartial(object: DeepPartial<MsgCreateGroupWithPolicy>): MsgCreateGroupWithPolicy;
|
|
993
867
|
fromAmino(object: MsgCreateGroupWithPolicyAmino): MsgCreateGroupWithPolicy;
|
|
994
868
|
toAmino(message: MsgCreateGroupWithPolicy): MsgCreateGroupWithPolicyAmino;
|
|
995
869
|
fromAminoMsg(object: MsgCreateGroupWithPolicyAminoMsg): MsgCreateGroupWithPolicy;
|
|
@@ -1000,9 +874,10 @@ export declare const MsgCreateGroupWithPolicy: {
|
|
|
1000
874
|
};
|
|
1001
875
|
export declare const MsgCreateGroupWithPolicyResponse: {
|
|
1002
876
|
typeUrl: string;
|
|
877
|
+
aminoType: string;
|
|
1003
878
|
encode(message: MsgCreateGroupWithPolicyResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1004
879
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateGroupWithPolicyResponse;
|
|
1005
|
-
fromPartial(object:
|
|
880
|
+
fromPartial(object: DeepPartial<MsgCreateGroupWithPolicyResponse>): MsgCreateGroupWithPolicyResponse;
|
|
1006
881
|
fromAmino(object: MsgCreateGroupWithPolicyResponseAmino): MsgCreateGroupWithPolicyResponse;
|
|
1007
882
|
toAmino(message: MsgCreateGroupWithPolicyResponse): MsgCreateGroupWithPolicyResponseAmino;
|
|
1008
883
|
fromAminoMsg(object: MsgCreateGroupWithPolicyResponseAminoMsg): MsgCreateGroupWithPolicyResponse;
|
|
@@ -1013,9 +888,10 @@ export declare const MsgCreateGroupWithPolicyResponse: {
|
|
|
1013
888
|
};
|
|
1014
889
|
export declare const MsgUpdateGroupPolicyDecisionPolicy: {
|
|
1015
890
|
typeUrl: string;
|
|
891
|
+
aminoType: string;
|
|
1016
892
|
encode(message: MsgUpdateGroupPolicyDecisionPolicy, writer?: BinaryWriter): BinaryWriter;
|
|
1017
893
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGroupPolicyDecisionPolicy;
|
|
1018
|
-
fromPartial(object:
|
|
894
|
+
fromPartial(object: DeepPartial<MsgUpdateGroupPolicyDecisionPolicy>): MsgUpdateGroupPolicyDecisionPolicy;
|
|
1019
895
|
fromAmino(object: MsgUpdateGroupPolicyDecisionPolicyAmino): MsgUpdateGroupPolicyDecisionPolicy;
|
|
1020
896
|
toAmino(message: MsgUpdateGroupPolicyDecisionPolicy): MsgUpdateGroupPolicyDecisionPolicyAmino;
|
|
1021
897
|
fromAminoMsg(object: MsgUpdateGroupPolicyDecisionPolicyAminoMsg): MsgUpdateGroupPolicyDecisionPolicy;
|
|
@@ -1026,9 +902,10 @@ export declare const MsgUpdateGroupPolicyDecisionPolicy: {
|
|
|
1026
902
|
};
|
|
1027
903
|
export declare const MsgUpdateGroupPolicyDecisionPolicyResponse: {
|
|
1028
904
|
typeUrl: string;
|
|
905
|
+
aminoType: string;
|
|
1029
906
|
encode(_: MsgUpdateGroupPolicyDecisionPolicyResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1030
907
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGroupPolicyDecisionPolicyResponse;
|
|
1031
|
-
fromPartial(_:
|
|
908
|
+
fromPartial(_: DeepPartial<MsgUpdateGroupPolicyDecisionPolicyResponse>): MsgUpdateGroupPolicyDecisionPolicyResponse;
|
|
1032
909
|
fromAmino(_: MsgUpdateGroupPolicyDecisionPolicyResponseAmino): MsgUpdateGroupPolicyDecisionPolicyResponse;
|
|
1033
910
|
toAmino(_: MsgUpdateGroupPolicyDecisionPolicyResponse): MsgUpdateGroupPolicyDecisionPolicyResponseAmino;
|
|
1034
911
|
fromAminoMsg(object: MsgUpdateGroupPolicyDecisionPolicyResponseAminoMsg): MsgUpdateGroupPolicyDecisionPolicyResponse;
|
|
@@ -1039,9 +916,10 @@ export declare const MsgUpdateGroupPolicyDecisionPolicyResponse: {
|
|
|
1039
916
|
};
|
|
1040
917
|
export declare const MsgUpdateGroupPolicyMetadata: {
|
|
1041
918
|
typeUrl: string;
|
|
919
|
+
aminoType: string;
|
|
1042
920
|
encode(message: MsgUpdateGroupPolicyMetadata, writer?: BinaryWriter): BinaryWriter;
|
|
1043
921
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGroupPolicyMetadata;
|
|
1044
|
-
fromPartial(object:
|
|
922
|
+
fromPartial(object: DeepPartial<MsgUpdateGroupPolicyMetadata>): MsgUpdateGroupPolicyMetadata;
|
|
1045
923
|
fromAmino(object: MsgUpdateGroupPolicyMetadataAmino): MsgUpdateGroupPolicyMetadata;
|
|
1046
924
|
toAmino(message: MsgUpdateGroupPolicyMetadata): MsgUpdateGroupPolicyMetadataAmino;
|
|
1047
925
|
fromAminoMsg(object: MsgUpdateGroupPolicyMetadataAminoMsg): MsgUpdateGroupPolicyMetadata;
|
|
@@ -1052,9 +930,10 @@ export declare const MsgUpdateGroupPolicyMetadata: {
|
|
|
1052
930
|
};
|
|
1053
931
|
export declare const MsgUpdateGroupPolicyMetadataResponse: {
|
|
1054
932
|
typeUrl: string;
|
|
933
|
+
aminoType: string;
|
|
1055
934
|
encode(_: MsgUpdateGroupPolicyMetadataResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1056
935
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGroupPolicyMetadataResponse;
|
|
1057
|
-
fromPartial(_:
|
|
936
|
+
fromPartial(_: DeepPartial<MsgUpdateGroupPolicyMetadataResponse>): MsgUpdateGroupPolicyMetadataResponse;
|
|
1058
937
|
fromAmino(_: MsgUpdateGroupPolicyMetadataResponseAmino): MsgUpdateGroupPolicyMetadataResponse;
|
|
1059
938
|
toAmino(_: MsgUpdateGroupPolicyMetadataResponse): MsgUpdateGroupPolicyMetadataResponseAmino;
|
|
1060
939
|
fromAminoMsg(object: MsgUpdateGroupPolicyMetadataResponseAminoMsg): MsgUpdateGroupPolicyMetadataResponse;
|
|
@@ -1065,9 +944,10 @@ export declare const MsgUpdateGroupPolicyMetadataResponse: {
|
|
|
1065
944
|
};
|
|
1066
945
|
export declare const MsgSubmitProposal: {
|
|
1067
946
|
typeUrl: string;
|
|
947
|
+
aminoType: string;
|
|
1068
948
|
encode(message: MsgSubmitProposal, writer?: BinaryWriter): BinaryWriter;
|
|
1069
949
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgSubmitProposal;
|
|
1070
|
-
fromPartial(object:
|
|
950
|
+
fromPartial(object: DeepPartial<MsgSubmitProposal>): MsgSubmitProposal;
|
|
1071
951
|
fromAmino(object: MsgSubmitProposalAmino): MsgSubmitProposal;
|
|
1072
952
|
toAmino(message: MsgSubmitProposal): MsgSubmitProposalAmino;
|
|
1073
953
|
fromAminoMsg(object: MsgSubmitProposalAminoMsg): MsgSubmitProposal;
|
|
@@ -1078,9 +958,10 @@ export declare const MsgSubmitProposal: {
|
|
|
1078
958
|
};
|
|
1079
959
|
export declare const MsgSubmitProposalResponse: {
|
|
1080
960
|
typeUrl: string;
|
|
961
|
+
aminoType: string;
|
|
1081
962
|
encode(message: MsgSubmitProposalResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1082
963
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgSubmitProposalResponse;
|
|
1083
|
-
fromPartial(object:
|
|
964
|
+
fromPartial(object: DeepPartial<MsgSubmitProposalResponse>): MsgSubmitProposalResponse;
|
|
1084
965
|
fromAmino(object: MsgSubmitProposalResponseAmino): MsgSubmitProposalResponse;
|
|
1085
966
|
toAmino(message: MsgSubmitProposalResponse): MsgSubmitProposalResponseAmino;
|
|
1086
967
|
fromAminoMsg(object: MsgSubmitProposalResponseAminoMsg): MsgSubmitProposalResponse;
|
|
@@ -1091,9 +972,10 @@ export declare const MsgSubmitProposalResponse: {
|
|
|
1091
972
|
};
|
|
1092
973
|
export declare const MsgWithdrawProposal: {
|
|
1093
974
|
typeUrl: string;
|
|
975
|
+
aminoType: string;
|
|
1094
976
|
encode(message: MsgWithdrawProposal, writer?: BinaryWriter): BinaryWriter;
|
|
1095
977
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgWithdrawProposal;
|
|
1096
|
-
fromPartial(object:
|
|
978
|
+
fromPartial(object: DeepPartial<MsgWithdrawProposal>): MsgWithdrawProposal;
|
|
1097
979
|
fromAmino(object: MsgWithdrawProposalAmino): MsgWithdrawProposal;
|
|
1098
980
|
toAmino(message: MsgWithdrawProposal): MsgWithdrawProposalAmino;
|
|
1099
981
|
fromAminoMsg(object: MsgWithdrawProposalAminoMsg): MsgWithdrawProposal;
|
|
@@ -1104,9 +986,10 @@ export declare const MsgWithdrawProposal: {
|
|
|
1104
986
|
};
|
|
1105
987
|
export declare const MsgWithdrawProposalResponse: {
|
|
1106
988
|
typeUrl: string;
|
|
989
|
+
aminoType: string;
|
|
1107
990
|
encode(_: MsgWithdrawProposalResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1108
991
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgWithdrawProposalResponse;
|
|
1109
|
-
fromPartial(_:
|
|
992
|
+
fromPartial(_: DeepPartial<MsgWithdrawProposalResponse>): MsgWithdrawProposalResponse;
|
|
1110
993
|
fromAmino(_: MsgWithdrawProposalResponseAmino): MsgWithdrawProposalResponse;
|
|
1111
994
|
toAmino(_: MsgWithdrawProposalResponse): MsgWithdrawProposalResponseAmino;
|
|
1112
995
|
fromAminoMsg(object: MsgWithdrawProposalResponseAminoMsg): MsgWithdrawProposalResponse;
|
|
@@ -1117,9 +1000,10 @@ export declare const MsgWithdrawProposalResponse: {
|
|
|
1117
1000
|
};
|
|
1118
1001
|
export declare const MsgVote: {
|
|
1119
1002
|
typeUrl: string;
|
|
1003
|
+
aminoType: string;
|
|
1120
1004
|
encode(message: MsgVote, writer?: BinaryWriter): BinaryWriter;
|
|
1121
1005
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgVote;
|
|
1122
|
-
fromPartial(object:
|
|
1006
|
+
fromPartial(object: DeepPartial<MsgVote>): MsgVote;
|
|
1123
1007
|
fromAmino(object: MsgVoteAmino): MsgVote;
|
|
1124
1008
|
toAmino(message: MsgVote): MsgVoteAmino;
|
|
1125
1009
|
fromAminoMsg(object: MsgVoteAminoMsg): MsgVote;
|
|
@@ -1130,9 +1014,10 @@ export declare const MsgVote: {
|
|
|
1130
1014
|
};
|
|
1131
1015
|
export declare const MsgVoteResponse: {
|
|
1132
1016
|
typeUrl: string;
|
|
1017
|
+
aminoType: string;
|
|
1133
1018
|
encode(_: MsgVoteResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1134
1019
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgVoteResponse;
|
|
1135
|
-
fromPartial(_:
|
|
1020
|
+
fromPartial(_: DeepPartial<MsgVoteResponse>): MsgVoteResponse;
|
|
1136
1021
|
fromAmino(_: MsgVoteResponseAmino): MsgVoteResponse;
|
|
1137
1022
|
toAmino(_: MsgVoteResponse): MsgVoteResponseAmino;
|
|
1138
1023
|
fromAminoMsg(object: MsgVoteResponseAminoMsg): MsgVoteResponse;
|
|
@@ -1143,9 +1028,10 @@ export declare const MsgVoteResponse: {
|
|
|
1143
1028
|
};
|
|
1144
1029
|
export declare const MsgExec: {
|
|
1145
1030
|
typeUrl: string;
|
|
1031
|
+
aminoType: string;
|
|
1146
1032
|
encode(message: MsgExec, writer?: BinaryWriter): BinaryWriter;
|
|
1147
1033
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgExec;
|
|
1148
|
-
fromPartial(object:
|
|
1034
|
+
fromPartial(object: DeepPartial<MsgExec>): MsgExec;
|
|
1149
1035
|
fromAmino(object: MsgExecAmino): MsgExec;
|
|
1150
1036
|
toAmino(message: MsgExec): MsgExecAmino;
|
|
1151
1037
|
fromAminoMsg(object: MsgExecAminoMsg): MsgExec;
|
|
@@ -1156,9 +1042,10 @@ export declare const MsgExec: {
|
|
|
1156
1042
|
};
|
|
1157
1043
|
export declare const MsgExecResponse: {
|
|
1158
1044
|
typeUrl: string;
|
|
1045
|
+
aminoType: string;
|
|
1159
1046
|
encode(message: MsgExecResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1160
1047
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgExecResponse;
|
|
1161
|
-
fromPartial(object:
|
|
1048
|
+
fromPartial(object: DeepPartial<MsgExecResponse>): MsgExecResponse;
|
|
1162
1049
|
fromAmino(object: MsgExecResponseAmino): MsgExecResponse;
|
|
1163
1050
|
toAmino(message: MsgExecResponse): MsgExecResponseAmino;
|
|
1164
1051
|
fromAminoMsg(object: MsgExecResponseAminoMsg): MsgExecResponse;
|
|
@@ -1169,9 +1056,10 @@ export declare const MsgExecResponse: {
|
|
|
1169
1056
|
};
|
|
1170
1057
|
export declare const MsgLeaveGroup: {
|
|
1171
1058
|
typeUrl: string;
|
|
1059
|
+
aminoType: string;
|
|
1172
1060
|
encode(message: MsgLeaveGroup, writer?: BinaryWriter): BinaryWriter;
|
|
1173
1061
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgLeaveGroup;
|
|
1174
|
-
fromPartial(object:
|
|
1062
|
+
fromPartial(object: DeepPartial<MsgLeaveGroup>): MsgLeaveGroup;
|
|
1175
1063
|
fromAmino(object: MsgLeaveGroupAmino): MsgLeaveGroup;
|
|
1176
1064
|
toAmino(message: MsgLeaveGroup): MsgLeaveGroupAmino;
|
|
1177
1065
|
fromAminoMsg(object: MsgLeaveGroupAminoMsg): MsgLeaveGroup;
|
|
@@ -1182,9 +1070,10 @@ export declare const MsgLeaveGroup: {
|
|
|
1182
1070
|
};
|
|
1183
1071
|
export declare const MsgLeaveGroupResponse: {
|
|
1184
1072
|
typeUrl: string;
|
|
1073
|
+
aminoType: string;
|
|
1185
1074
|
encode(_: MsgLeaveGroupResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1186
1075
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgLeaveGroupResponse;
|
|
1187
|
-
fromPartial(_:
|
|
1076
|
+
fromPartial(_: DeepPartial<MsgLeaveGroupResponse>): MsgLeaveGroupResponse;
|
|
1188
1077
|
fromAmino(_: MsgLeaveGroupResponseAmino): MsgLeaveGroupResponse;
|
|
1189
1078
|
toAmino(_: MsgLeaveGroupResponse): MsgLeaveGroupResponseAmino;
|
|
1190
1079
|
fromAminoMsg(object: MsgLeaveGroupResponseAminoMsg): MsgLeaveGroupResponse;
|