@sparkdreamnft/sparkdreamjs 0.0.2 → 0.0.3
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 +3 -2
- package/cosmos/app/v1alpha1/module.d.ts +4 -3
- package/cosmos/auth/module/v1/module.d.ts +3 -2
- package/cosmos/auth/v1beta1/auth.d.ts +5 -4
- package/cosmos/auth/v1beta1/genesis.d.ts +2 -1
- package/cosmos/auth/v1beta1/query.d.ts +21 -20
- package/cosmos/auth/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/auth/v1beta1/tx.d.ts +3 -2
- package/cosmos/auth/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/auth/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/authz/module/v1/module.d.ts +2 -1
- package/cosmos/authz/v1beta1/authz.d.ts +5 -4
- package/cosmos/authz/v1beta1/event.d.ts +3 -2
- package/cosmos/authz/v1beta1/genesis.d.ts +2 -1
- package/cosmos/authz/v1beta1/query.d.ts +7 -6
- package/cosmos/authz/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/authz/v1beta1/tx.d.ts +7 -6
- package/cosmos/authz/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/bank/module/v1/module.d.ts +2 -1
- package/cosmos/bank/v1beta1/authz.d.ts +2 -1
- package/cosmos/bank/v1beta1/bank.d.ts +8 -7
- package/cosmos/bank/v1beta1/genesis.d.ts +3 -2
- package/cosmos/bank/v1beta1/query.d.ts +28 -27
- package/cosmos/bank/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/bank/v1beta1/tx.d.ts +9 -8
- package/cosmos/bank/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/base/abci/v1beta1/abci.d.ts +12 -11
- package/cosmos/base/node/v1beta1/query.d.ts +5 -4
- package/cosmos/base/node/v1beta1/query.rpc.Service.d.ts +2 -2
- package/cosmos/base/query/v1beta1/pagination.d.ts +3 -2
- package/cosmos/base/reflection/v2alpha1/reflection.d.ts +27 -26
- package/cosmos/base/v1beta1/coin.d.ts +5 -4
- package/cosmos/benchmark/module/v1/module.d.ts +3 -2
- package/cosmos/benchmark/v1/benchmark.d.ts +2 -1
- package/cosmos/benchmark/v1/tx.d.ts +3 -2
- package/cosmos/benchmark/v1/tx.registry.d.ts +3 -2
- package/cosmos/benchmark/v1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/bundle.d.ts +669 -669
- package/cosmos/circuit/module/v1/module.d.ts +2 -1
- package/cosmos/circuit/v1/query.d.ts +7 -6
- package/cosmos/circuit/v1/query.rpc.Query.d.ts +2 -2
- package/cosmos/circuit/v1/tx.d.ts +7 -6
- package/cosmos/circuit/v1/tx.registry.d.ts +3 -2
- package/cosmos/circuit/v1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/circuit/v1/types.d.ts +4 -3
- package/cosmos/consensus/module/v1/module.d.ts +2 -1
- package/cosmos/consensus/v1/query.d.ts +3 -2
- package/cosmos/consensus/v1/query.rpc.Query.d.ts +2 -2
- package/cosmos/consensus/v1/tx.d.ts +3 -2
- package/cosmos/consensus/v1/tx.registry.d.ts +3 -2
- package/cosmos/consensus/v1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/counter/module/v1/module.d.ts +2 -1
- package/cosmos/counter/v1/query.d.ts +3 -2
- package/cosmos/counter/v1/query.rpc.Query.d.ts +2 -2
- package/cosmos/counter/v1/tx.d.ts +3 -2
- package/cosmos/counter/v1/tx.registry.d.ts +3 -2
- package/cosmos/counter/v1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/crisis/module/v1/module.d.ts +2 -1
- package/cosmos/crypto/ed25519/keys.d.ts +3 -2
- package/cosmos/crypto/hd/v1/hd.d.ts +2 -1
- package/cosmos/crypto/keyring/v1/record.d.ts +6 -5
- package/cosmos/crypto/multisig/keys.d.ts +2 -1
- package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +3 -2
- package/cosmos/crypto/secp256k1/keys.d.ts +3 -2
- package/cosmos/crypto/secp256r1/keys.d.ts +3 -2
- package/cosmos/distribution/module/v1/module.d.ts +2 -1
- package/cosmos/distribution/v1beta1/distribution.d.ts +13 -12
- package/cosmos/distribution/v1beta1/genesis.d.ts +9 -8
- package/cosmos/distribution/v1beta1/query.d.ts +21 -20
- package/cosmos/distribution/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/distribution/v1beta1/tx.d.ts +15 -14
- package/cosmos/distribution/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/epochs/module/v1/module.d.ts +2 -1
- package/cosmos/epochs/v1beta1/events.d.ts +3 -2
- package/cosmos/epochs/v1beta1/genesis.d.ts +3 -2
- package/cosmos/epochs/v1beta1/query.d.ts +5 -4
- package/cosmos/epochs/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/evidence/module/v1/module.d.ts +2 -1
- package/cosmos/feegrant/module/v1/module.d.ts +2 -1
- package/cosmos/feegrant/v1beta1/feegrant.d.ts +5 -4
- package/cosmos/feegrant/v1beta1/genesis.d.ts +2 -1
- package/cosmos/feegrant/v1beta1/query.d.ts +7 -6
- package/cosmos/feegrant/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/feegrant/v1beta1/tx.d.ts +7 -6
- package/cosmos/feegrant/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/genutil/module/v1/module.d.ts +2 -1
- package/cosmos/gov/module/v1/module.d.ts +2 -1
- package/cosmos/gov/v1/genesis.d.ts +2 -1
- package/cosmos/gov/v1/gov.d.ts +10 -9
- package/cosmos/gov/v1/query.d.ts +19 -18
- package/cosmos/gov/v1/query.rpc.Query.d.ts +2 -2
- package/cosmos/gov/v1/tx.d.ts +15 -14
- package/cosmos/gov/v1/tx.registry.d.ts +3 -2
- package/cosmos/gov/v1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/gov/v1beta1/genesis.d.ts +2 -1
- package/cosmos/gov/v1beta1/gov.d.ts +10 -9
- package/cosmos/gov/v1beta1/query.d.ts +17 -16
- package/cosmos/gov/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/gov/v1beta1/tx.d.ts +9 -8
- package/cosmos/gov/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/group/module/v1/module.d.ts +2 -1
- package/cosmos/group/v1/events.d.ts +12 -11
- package/cosmos/group/v1/genesis.d.ts +2 -1
- package/cosmos/group/v1/query.d.ts +29 -28
- package/cosmos/group/v1/query.rpc.Query.d.ts +2 -2
- package/cosmos/group/v1/tx.d.ts +29 -28
- package/cosmos/group/v1/tx.registry.d.ts +3 -2
- package/cosmos/group/v1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/group/v1/types.d.ts +12 -11
- package/cosmos/ics23/v1/proofs.d.ts +14 -13
- package/cosmos/mint/module/v1/module.d.ts +2 -1
- package/cosmos/mint/v1beta1/genesis.d.ts +2 -1
- package/cosmos/mint/v1beta1/mint.d.ts +3 -2
- package/cosmos/mint/v1beta1/query.d.ts +7 -6
- package/cosmos/mint/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/mint/v1beta1/tx.d.ts +3 -2
- package/cosmos/mint/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/mint/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/nft/module/v1/module.d.ts +2 -1
- package/cosmos/orm/module/v1alpha1/module.d.ts +2 -1
- package/cosmos/orm/query/v1alpha1/query.d.ts +8 -7
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.d.ts +2 -2
- package/cosmos/params/module/v1/module.d.ts +2 -1
- package/cosmos/params/v1beta1/params.d.ts +3 -2
- package/cosmos/params/v1beta1/query.d.ts +6 -5
- package/cosmos/params/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/protocolpool/module/v1/module.d.ts +2 -1
- package/cosmos/protocolpool/v1/genesis.d.ts +2 -1
- package/cosmos/protocolpool/v1/query.d.ts +9 -8
- package/cosmos/protocolpool/v1/query.rpc.Query.d.ts +2 -2
- package/cosmos/protocolpool/v1/tx.d.ts +11 -10
- package/cosmos/protocolpool/v1/tx.js +1 -1
- package/cosmos/protocolpool/v1/tx.registry.d.ts +3 -2
- package/cosmos/protocolpool/v1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/protocolpool/v1/types.d.ts +3 -2
- package/cosmos/reflection/v1/reflection.d.ts +3 -2
- package/cosmos/slashing/module/v1/module.d.ts +2 -1
- package/cosmos/staking/module/v1/module.d.ts +2 -1
- package/cosmos/staking/v1beta1/authz.d.ts +3 -2
- package/cosmos/staking/v1beta1/genesis.d.ts +3 -2
- package/cosmos/staking/v1beta1/query.d.ts +29 -28
- package/cosmos/staking/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/staking/v1beta1/staking.d.ts +22 -21
- package/cosmos/staking/v1beta1/staking.js +1 -1
- package/cosmos/staking/v1beta1/tx.d.ts +15 -14
- package/cosmos/staking/v1beta1/tx.js +1 -1
- package/cosmos/staking/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/store/internal/kv/v1beta1/kv.d.ts +3 -2
- package/cosmos/store/snapshots/v1/snapshot.d.ts +8 -7
- package/cosmos/store/streaming/abci/grpc.d.ts +5 -4
- package/cosmos/store/v1beta1/commit_info.d.ts +4 -3
- package/cosmos/store/v1beta1/listening.d.ts +3 -2
- package/cosmos/tx/config/v1/config.d.ts +2 -1
- package/cosmos/tx/signing/v1beta1/signing.d.ts +6 -5
- package/cosmos/tx/v1beta1/service.d.ts +19 -18
- package/cosmos/tx/v1beta1/service.rpc.Service.d.ts +2 -2
- package/cosmos/tx/v1beta1/tx.d.ts +14 -13
- package/cosmos/upgrade/module/v1/module.d.ts +2 -1
- package/cosmos/upgrade/v1beta1/query.d.ts +11 -10
- package/cosmos/upgrade/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/upgrade/v1beta1/tx.d.ts +5 -4
- package/cosmos/upgrade/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +5 -4
- package/cosmos/vesting/module/v1/module.d.ts +2 -1
- package/cosmos/vesting/v1beta1/tx.d.ts +7 -6
- package/cosmos/vesting/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/vesting/v1beta1/vesting.d.ts +7 -6
- package/cosmos_proto/bundle.d.ts +2 -2
- package/cosmos_proto/cosmos.d.ts +3 -2
- package/esm/cosmos/protocolpool/v1/tx.js +1 -1
- package/esm/cosmos/staking/v1beta1/staking.js +1 -1
- package/esm/cosmos/staking/v1beta1/tx.js +1 -1
- package/esm/google/protobuf/descriptor.js +4 -4
- package/esm/index.js +1 -0
- package/esm/types.js +7 -0
- package/google/api/http.d.ts +4 -3
- package/google/bundle.d.ts +37 -37
- package/google/protobuf/any.d.ts +2 -1
- package/google/protobuf/descriptor.d.ts +35 -34
- package/google/protobuf/descriptor.js +4 -4
- package/google/protobuf/duration.d.ts +2 -1
- package/google/protobuf/timestamp.d.ts +2 -1
- package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +2 -1
- package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +5 -4
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +7 -6
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +3 -2
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.d.ts +2 -2
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +6 -5
- package/ibc/applications/interchain_accounts/host/v1/host.d.ts +3 -2
- package/ibc/applications/interchain_accounts/host/v1/query.d.ts +3 -2
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +5 -4
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +3 -2
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.d.ts +2 -2
- package/ibc/applications/interchain_accounts/v1/account.d.ts +2 -1
- package/ibc/applications/interchain_accounts/v1/metadata.d.ts +2 -1
- package/ibc/applications/interchain_accounts/v1/packet.d.ts +3 -2
- package/ibc/applications/packet_forward_middleware/v1/genesis.d.ts +4 -3
- package/ibc/applications/transfer/v1/authz.d.ts +3 -2
- package/ibc/applications/transfer/v1/denomtrace.d.ts +2 -1
- package/ibc/applications/transfer/v1/genesis.d.ts +2 -1
- package/ibc/applications/transfer/v1/packet.d.ts +2 -1
- package/ibc/applications/transfer/v1/query.d.ts +13 -12
- package/ibc/applications/transfer/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/applications/transfer/v1/token.d.ts +4 -3
- package/ibc/applications/transfer/v1/transfer.d.ts +2 -1
- package/ibc/applications/transfer/v1/tx.d.ts +5 -4
- package/ibc/applications/transfer/v1/tx.registry.d.ts +3 -2
- package/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +2 -2
- package/ibc/bundle.d.ts +291 -291
- package/ibc/core/channel/v1/channel.d.ts +9 -8
- package/ibc/core/channel/v1/genesis.d.ts +3 -2
- package/ibc/core/channel/v1/query.d.ts +29 -28
- package/ibc/core/channel/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/core/channel/v1/tx.d.ts +21 -20
- package/ibc/core/channel/v1/tx.registry.d.ts +3 -2
- package/ibc/core/channel/v1/tx.rpc.msg.d.ts +2 -2
- package/ibc/core/channel/v2/genesis.d.ts +4 -3
- package/ibc/core/channel/v2/packet.d.ts +5 -4
- package/ibc/core/channel/v2/query.d.ts +17 -16
- package/ibc/core/channel/v2/query.rpc.Query.d.ts +2 -2
- package/ibc/core/channel/v2/tx.d.ts +9 -8
- package/ibc/core/channel/v2/tx.registry.d.ts +3 -2
- package/ibc/core/channel/v2/tx.rpc.msg.d.ts +2 -2
- package/ibc/core/client/v1/client.d.ts +6 -5
- package/ibc/core/client/v1/genesis.d.ts +4 -3
- package/ibc/core/client/v1/query.d.ts +23 -22
- package/ibc/core/client/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/core/client/v1/tx.d.ts +17 -16
- package/ibc/core/client/v1/tx.registry.d.ts +3 -2
- package/ibc/core/client/v1/tx.rpc.msg.d.ts +2 -2
- package/ibc/core/client/v2/config.d.ts +2 -1
- package/ibc/core/client/v2/counterparty.d.ts +2 -1
- package/ibc/core/client/v2/genesis.d.ts +3 -2
- package/ibc/core/client/v2/query.d.ts +5 -4
- package/ibc/core/client/v2/query.rpc.Query.d.ts +2 -2
- package/ibc/core/client/v2/tx.d.ts +5 -4
- package/ibc/core/client/v2/tx.registry.d.ts +3 -2
- package/ibc/core/client/v2/tx.rpc.msg.d.ts +2 -2
- package/ibc/core/commitment/v1/commitment.d.ts +4 -3
- package/ibc/core/commitment/v2/commitment.d.ts +2 -1
- package/ibc/core/connection/v1/connection.d.ts +8 -7
- package/ibc/core/connection/v1/genesis.d.ts +2 -1
- package/ibc/core/connection/v1/query.d.ts +13 -12
- package/ibc/core/connection/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/core/connection/v1/tx.d.ts +11 -10
- package/ibc/core/connection/v1/tx.registry.d.ts +3 -2
- package/ibc/core/connection/v1/tx.rpc.msg.d.ts +2 -2
- package/ibc/lightclients/solomachine/v2/solomachine.d.ts +17 -16
- package/ibc/lightclients/solomachine/v3/solomachine.d.ts +9 -8
- package/ibc/lightclients/tendermint/v1/tendermint.d.ts +6 -5
- package/ibc/lightclients/wasm/v1/genesis.d.ts +3 -2
- package/ibc/lightclients/wasm/v1/query.d.ts +5 -4
- package/ibc/lightclients/wasm/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/lightclients/wasm/v1/tx.d.ts +7 -6
- package/ibc/lightclients/wasm/v1/tx.registry.d.ts +3 -2
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.d.ts +2 -2
- package/ibc/lightclients/wasm/v1/wasm.d.ts +5 -4
- package/index.d.ts +1 -0
- package/index.js +1 -0
- package/package.json +1 -1
- package/sparkdream/blog/genesis.d.ts +2 -1
- package/sparkdream/blog/module/module.d.ts +2 -1
- package/sparkdream/blog/params.d.ts +2 -1
- package/sparkdream/blog/post.d.ts +2 -1
- package/sparkdream/blog/query.d.ts +7 -6
- package/sparkdream/blog/query.rpc.Query.d.ts +2 -2
- package/sparkdream/blog/tx.d.ts +9 -8
- package/sparkdream/blog/tx.registry.d.ts +3 -2
- package/sparkdream/blog/tx.rpc.msg.d.ts +2 -2
- package/sparkdream/bundle.d.ts +25 -25
- package/sparkdream/sparkdream/genesis.d.ts +2 -1
- package/sparkdream/sparkdream/module/module.d.ts +2 -1
- package/sparkdream/sparkdream/params.d.ts +2 -1
- package/sparkdream/sparkdream/query.d.ts +3 -2
- package/sparkdream/sparkdream/query.rpc.Query.d.ts +2 -2
- package/sparkdream/sparkdream/tx.d.ts +3 -2
- package/sparkdream/sparkdream/tx.registry.d.ts +3 -2
- package/sparkdream/sparkdream/tx.rpc.msg.d.ts +2 -2
- package/tendermint/abci/types.d.ts +48 -47
- package/tendermint/bundle.d.ts +89 -89
- package/tendermint/crypto/keys.d.ts +2 -1
- package/tendermint/crypto/proof.d.ts +6 -5
- package/tendermint/p2p/types.d.ts +5 -4
- package/tendermint/types/block.d.ts +2 -1
- package/tendermint/types/evidence.d.ts +5 -4
- package/tendermint/types/params.d.ts +8 -7
- package/tendermint/types/types.d.ts +16 -15
- package/tendermint/types/validator.d.ts +4 -3
- package/tendermint/version/types.d.ts +3 -2
- package/types.d.ts +127 -0
- package/types.js +8 -0
package/cosmos/group/v1/tx.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { MemberRequest, MemberRequestAmino, MemberRequestSDKType, VoteOption, ProposalExecutorResult, ThresholdDecisionPolicy, ThresholdDecisionPolicyProtoMsg, ThresholdDecisionPolicySDKType, PercentageDecisionPolicy, PercentageDecisionPolicyProtoMsg, PercentageDecisionPolicySDKType } from "./types";
|
|
2
2
|
import { Any, AnyProtoMsg, AnyAmino, AnySDKType } 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
|
/**
|
|
@@ -833,7 +834,7 @@ export declare const MsgCreateGroup: {
|
|
|
833
834
|
typeUrl: string;
|
|
834
835
|
encode(message: MsgCreateGroup, writer?: BinaryWriter): BinaryWriter;
|
|
835
836
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateGroup;
|
|
836
|
-
fromPartial(object:
|
|
837
|
+
fromPartial(object: DeepPartial<MsgCreateGroup>): MsgCreateGroup;
|
|
837
838
|
fromAmino(object: MsgCreateGroupAmino): MsgCreateGroup;
|
|
838
839
|
toAmino(message: MsgCreateGroup): MsgCreateGroupAmino;
|
|
839
840
|
fromAminoMsg(object: MsgCreateGroupAminoMsg): MsgCreateGroup;
|
|
@@ -846,7 +847,7 @@ export declare const MsgCreateGroupResponse: {
|
|
|
846
847
|
typeUrl: string;
|
|
847
848
|
encode(message: MsgCreateGroupResponse, writer?: BinaryWriter): BinaryWriter;
|
|
848
849
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateGroupResponse;
|
|
849
|
-
fromPartial(object:
|
|
850
|
+
fromPartial(object: DeepPartial<MsgCreateGroupResponse>): MsgCreateGroupResponse;
|
|
850
851
|
fromAmino(object: MsgCreateGroupResponseAmino): MsgCreateGroupResponse;
|
|
851
852
|
toAmino(message: MsgCreateGroupResponse): MsgCreateGroupResponseAmino;
|
|
852
853
|
fromAminoMsg(object: MsgCreateGroupResponseAminoMsg): MsgCreateGroupResponse;
|
|
@@ -859,7 +860,7 @@ export declare const MsgUpdateGroupMembers: {
|
|
|
859
860
|
typeUrl: string;
|
|
860
861
|
encode(message: MsgUpdateGroupMembers, writer?: BinaryWriter): BinaryWriter;
|
|
861
862
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGroupMembers;
|
|
862
|
-
fromPartial(object:
|
|
863
|
+
fromPartial(object: DeepPartial<MsgUpdateGroupMembers>): MsgUpdateGroupMembers;
|
|
863
864
|
fromAmino(object: MsgUpdateGroupMembersAmino): MsgUpdateGroupMembers;
|
|
864
865
|
toAmino(message: MsgUpdateGroupMembers): MsgUpdateGroupMembersAmino;
|
|
865
866
|
fromAminoMsg(object: MsgUpdateGroupMembersAminoMsg): MsgUpdateGroupMembers;
|
|
@@ -872,7 +873,7 @@ export declare const MsgUpdateGroupMembersResponse: {
|
|
|
872
873
|
typeUrl: string;
|
|
873
874
|
encode(_: MsgUpdateGroupMembersResponse, writer?: BinaryWriter): BinaryWriter;
|
|
874
875
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGroupMembersResponse;
|
|
875
|
-
fromPartial(_:
|
|
876
|
+
fromPartial(_: DeepPartial<MsgUpdateGroupMembersResponse>): MsgUpdateGroupMembersResponse;
|
|
876
877
|
fromAmino(_: MsgUpdateGroupMembersResponseAmino): MsgUpdateGroupMembersResponse;
|
|
877
878
|
toAmino(_: MsgUpdateGroupMembersResponse): MsgUpdateGroupMembersResponseAmino;
|
|
878
879
|
fromAminoMsg(object: MsgUpdateGroupMembersResponseAminoMsg): MsgUpdateGroupMembersResponse;
|
|
@@ -885,7 +886,7 @@ export declare const MsgUpdateGroupAdmin: {
|
|
|
885
886
|
typeUrl: string;
|
|
886
887
|
encode(message: MsgUpdateGroupAdmin, writer?: BinaryWriter): BinaryWriter;
|
|
887
888
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGroupAdmin;
|
|
888
|
-
fromPartial(object:
|
|
889
|
+
fromPartial(object: DeepPartial<MsgUpdateGroupAdmin>): MsgUpdateGroupAdmin;
|
|
889
890
|
fromAmino(object: MsgUpdateGroupAdminAmino): MsgUpdateGroupAdmin;
|
|
890
891
|
toAmino(message: MsgUpdateGroupAdmin): MsgUpdateGroupAdminAmino;
|
|
891
892
|
fromAminoMsg(object: MsgUpdateGroupAdminAminoMsg): MsgUpdateGroupAdmin;
|
|
@@ -898,7 +899,7 @@ export declare const MsgUpdateGroupAdminResponse: {
|
|
|
898
899
|
typeUrl: string;
|
|
899
900
|
encode(_: MsgUpdateGroupAdminResponse, writer?: BinaryWriter): BinaryWriter;
|
|
900
901
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGroupAdminResponse;
|
|
901
|
-
fromPartial(_:
|
|
902
|
+
fromPartial(_: DeepPartial<MsgUpdateGroupAdminResponse>): MsgUpdateGroupAdminResponse;
|
|
902
903
|
fromAmino(_: MsgUpdateGroupAdminResponseAmino): MsgUpdateGroupAdminResponse;
|
|
903
904
|
toAmino(_: MsgUpdateGroupAdminResponse): MsgUpdateGroupAdminResponseAmino;
|
|
904
905
|
fromAminoMsg(object: MsgUpdateGroupAdminResponseAminoMsg): MsgUpdateGroupAdminResponse;
|
|
@@ -911,7 +912,7 @@ export declare const MsgUpdateGroupMetadata: {
|
|
|
911
912
|
typeUrl: string;
|
|
912
913
|
encode(message: MsgUpdateGroupMetadata, writer?: BinaryWriter): BinaryWriter;
|
|
913
914
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGroupMetadata;
|
|
914
|
-
fromPartial(object:
|
|
915
|
+
fromPartial(object: DeepPartial<MsgUpdateGroupMetadata>): MsgUpdateGroupMetadata;
|
|
915
916
|
fromAmino(object: MsgUpdateGroupMetadataAmino): MsgUpdateGroupMetadata;
|
|
916
917
|
toAmino(message: MsgUpdateGroupMetadata): MsgUpdateGroupMetadataAmino;
|
|
917
918
|
fromAminoMsg(object: MsgUpdateGroupMetadataAminoMsg): MsgUpdateGroupMetadata;
|
|
@@ -924,7 +925,7 @@ export declare const MsgUpdateGroupMetadataResponse: {
|
|
|
924
925
|
typeUrl: string;
|
|
925
926
|
encode(_: MsgUpdateGroupMetadataResponse, writer?: BinaryWriter): BinaryWriter;
|
|
926
927
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGroupMetadataResponse;
|
|
927
|
-
fromPartial(_:
|
|
928
|
+
fromPartial(_: DeepPartial<MsgUpdateGroupMetadataResponse>): MsgUpdateGroupMetadataResponse;
|
|
928
929
|
fromAmino(_: MsgUpdateGroupMetadataResponseAmino): MsgUpdateGroupMetadataResponse;
|
|
929
930
|
toAmino(_: MsgUpdateGroupMetadataResponse): MsgUpdateGroupMetadataResponseAmino;
|
|
930
931
|
fromAminoMsg(object: MsgUpdateGroupMetadataResponseAminoMsg): MsgUpdateGroupMetadataResponse;
|
|
@@ -937,7 +938,7 @@ export declare const MsgCreateGroupPolicy: {
|
|
|
937
938
|
typeUrl: string;
|
|
938
939
|
encode(message: MsgCreateGroupPolicy, writer?: BinaryWriter): BinaryWriter;
|
|
939
940
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateGroupPolicy;
|
|
940
|
-
fromPartial(object:
|
|
941
|
+
fromPartial(object: DeepPartial<MsgCreateGroupPolicy>): MsgCreateGroupPolicy;
|
|
941
942
|
fromAmino(object: MsgCreateGroupPolicyAmino): MsgCreateGroupPolicy;
|
|
942
943
|
toAmino(message: MsgCreateGroupPolicy): MsgCreateGroupPolicyAmino;
|
|
943
944
|
fromAminoMsg(object: MsgCreateGroupPolicyAminoMsg): MsgCreateGroupPolicy;
|
|
@@ -950,7 +951,7 @@ export declare const MsgCreateGroupPolicyResponse: {
|
|
|
950
951
|
typeUrl: string;
|
|
951
952
|
encode(message: MsgCreateGroupPolicyResponse, writer?: BinaryWriter): BinaryWriter;
|
|
952
953
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateGroupPolicyResponse;
|
|
953
|
-
fromPartial(object:
|
|
954
|
+
fromPartial(object: DeepPartial<MsgCreateGroupPolicyResponse>): MsgCreateGroupPolicyResponse;
|
|
954
955
|
fromAmino(object: MsgCreateGroupPolicyResponseAmino): MsgCreateGroupPolicyResponse;
|
|
955
956
|
toAmino(message: MsgCreateGroupPolicyResponse): MsgCreateGroupPolicyResponseAmino;
|
|
956
957
|
fromAminoMsg(object: MsgCreateGroupPolicyResponseAminoMsg): MsgCreateGroupPolicyResponse;
|
|
@@ -963,7 +964,7 @@ export declare const MsgUpdateGroupPolicyAdmin: {
|
|
|
963
964
|
typeUrl: string;
|
|
964
965
|
encode(message: MsgUpdateGroupPolicyAdmin, writer?: BinaryWriter): BinaryWriter;
|
|
965
966
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGroupPolicyAdmin;
|
|
966
|
-
fromPartial(object:
|
|
967
|
+
fromPartial(object: DeepPartial<MsgUpdateGroupPolicyAdmin>): MsgUpdateGroupPolicyAdmin;
|
|
967
968
|
fromAmino(object: MsgUpdateGroupPolicyAdminAmino): MsgUpdateGroupPolicyAdmin;
|
|
968
969
|
toAmino(message: MsgUpdateGroupPolicyAdmin): MsgUpdateGroupPolicyAdminAmino;
|
|
969
970
|
fromAminoMsg(object: MsgUpdateGroupPolicyAdminAminoMsg): MsgUpdateGroupPolicyAdmin;
|
|
@@ -976,7 +977,7 @@ export declare const MsgUpdateGroupPolicyAdminResponse: {
|
|
|
976
977
|
typeUrl: string;
|
|
977
978
|
encode(_: MsgUpdateGroupPolicyAdminResponse, writer?: BinaryWriter): BinaryWriter;
|
|
978
979
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGroupPolicyAdminResponse;
|
|
979
|
-
fromPartial(_:
|
|
980
|
+
fromPartial(_: DeepPartial<MsgUpdateGroupPolicyAdminResponse>): MsgUpdateGroupPolicyAdminResponse;
|
|
980
981
|
fromAmino(_: MsgUpdateGroupPolicyAdminResponseAmino): MsgUpdateGroupPolicyAdminResponse;
|
|
981
982
|
toAmino(_: MsgUpdateGroupPolicyAdminResponse): MsgUpdateGroupPolicyAdminResponseAmino;
|
|
982
983
|
fromAminoMsg(object: MsgUpdateGroupPolicyAdminResponseAminoMsg): MsgUpdateGroupPolicyAdminResponse;
|
|
@@ -989,7 +990,7 @@ export declare const MsgCreateGroupWithPolicy: {
|
|
|
989
990
|
typeUrl: string;
|
|
990
991
|
encode(message: MsgCreateGroupWithPolicy, writer?: BinaryWriter): BinaryWriter;
|
|
991
992
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateGroupWithPolicy;
|
|
992
|
-
fromPartial(object:
|
|
993
|
+
fromPartial(object: DeepPartial<MsgCreateGroupWithPolicy>): MsgCreateGroupWithPolicy;
|
|
993
994
|
fromAmino(object: MsgCreateGroupWithPolicyAmino): MsgCreateGroupWithPolicy;
|
|
994
995
|
toAmino(message: MsgCreateGroupWithPolicy): MsgCreateGroupWithPolicyAmino;
|
|
995
996
|
fromAminoMsg(object: MsgCreateGroupWithPolicyAminoMsg): MsgCreateGroupWithPolicy;
|
|
@@ -1002,7 +1003,7 @@ export declare const MsgCreateGroupWithPolicyResponse: {
|
|
|
1002
1003
|
typeUrl: string;
|
|
1003
1004
|
encode(message: MsgCreateGroupWithPolicyResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1004
1005
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateGroupWithPolicyResponse;
|
|
1005
|
-
fromPartial(object:
|
|
1006
|
+
fromPartial(object: DeepPartial<MsgCreateGroupWithPolicyResponse>): MsgCreateGroupWithPolicyResponse;
|
|
1006
1007
|
fromAmino(object: MsgCreateGroupWithPolicyResponseAmino): MsgCreateGroupWithPolicyResponse;
|
|
1007
1008
|
toAmino(message: MsgCreateGroupWithPolicyResponse): MsgCreateGroupWithPolicyResponseAmino;
|
|
1008
1009
|
fromAminoMsg(object: MsgCreateGroupWithPolicyResponseAminoMsg): MsgCreateGroupWithPolicyResponse;
|
|
@@ -1015,7 +1016,7 @@ export declare const MsgUpdateGroupPolicyDecisionPolicy: {
|
|
|
1015
1016
|
typeUrl: string;
|
|
1016
1017
|
encode(message: MsgUpdateGroupPolicyDecisionPolicy, writer?: BinaryWriter): BinaryWriter;
|
|
1017
1018
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGroupPolicyDecisionPolicy;
|
|
1018
|
-
fromPartial(object:
|
|
1019
|
+
fromPartial(object: DeepPartial<MsgUpdateGroupPolicyDecisionPolicy>): MsgUpdateGroupPolicyDecisionPolicy;
|
|
1019
1020
|
fromAmino(object: MsgUpdateGroupPolicyDecisionPolicyAmino): MsgUpdateGroupPolicyDecisionPolicy;
|
|
1020
1021
|
toAmino(message: MsgUpdateGroupPolicyDecisionPolicy): MsgUpdateGroupPolicyDecisionPolicyAmino;
|
|
1021
1022
|
fromAminoMsg(object: MsgUpdateGroupPolicyDecisionPolicyAminoMsg): MsgUpdateGroupPolicyDecisionPolicy;
|
|
@@ -1028,7 +1029,7 @@ export declare const MsgUpdateGroupPolicyDecisionPolicyResponse: {
|
|
|
1028
1029
|
typeUrl: string;
|
|
1029
1030
|
encode(_: MsgUpdateGroupPolicyDecisionPolicyResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1030
1031
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGroupPolicyDecisionPolicyResponse;
|
|
1031
|
-
fromPartial(_:
|
|
1032
|
+
fromPartial(_: DeepPartial<MsgUpdateGroupPolicyDecisionPolicyResponse>): MsgUpdateGroupPolicyDecisionPolicyResponse;
|
|
1032
1033
|
fromAmino(_: MsgUpdateGroupPolicyDecisionPolicyResponseAmino): MsgUpdateGroupPolicyDecisionPolicyResponse;
|
|
1033
1034
|
toAmino(_: MsgUpdateGroupPolicyDecisionPolicyResponse): MsgUpdateGroupPolicyDecisionPolicyResponseAmino;
|
|
1034
1035
|
fromAminoMsg(object: MsgUpdateGroupPolicyDecisionPolicyResponseAminoMsg): MsgUpdateGroupPolicyDecisionPolicyResponse;
|
|
@@ -1041,7 +1042,7 @@ export declare const MsgUpdateGroupPolicyMetadata: {
|
|
|
1041
1042
|
typeUrl: string;
|
|
1042
1043
|
encode(message: MsgUpdateGroupPolicyMetadata, writer?: BinaryWriter): BinaryWriter;
|
|
1043
1044
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGroupPolicyMetadata;
|
|
1044
|
-
fromPartial(object:
|
|
1045
|
+
fromPartial(object: DeepPartial<MsgUpdateGroupPolicyMetadata>): MsgUpdateGroupPolicyMetadata;
|
|
1045
1046
|
fromAmino(object: MsgUpdateGroupPolicyMetadataAmino): MsgUpdateGroupPolicyMetadata;
|
|
1046
1047
|
toAmino(message: MsgUpdateGroupPolicyMetadata): MsgUpdateGroupPolicyMetadataAmino;
|
|
1047
1048
|
fromAminoMsg(object: MsgUpdateGroupPolicyMetadataAminoMsg): MsgUpdateGroupPolicyMetadata;
|
|
@@ -1054,7 +1055,7 @@ export declare const MsgUpdateGroupPolicyMetadataResponse: {
|
|
|
1054
1055
|
typeUrl: string;
|
|
1055
1056
|
encode(_: MsgUpdateGroupPolicyMetadataResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1056
1057
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGroupPolicyMetadataResponse;
|
|
1057
|
-
fromPartial(_:
|
|
1058
|
+
fromPartial(_: DeepPartial<MsgUpdateGroupPolicyMetadataResponse>): MsgUpdateGroupPolicyMetadataResponse;
|
|
1058
1059
|
fromAmino(_: MsgUpdateGroupPolicyMetadataResponseAmino): MsgUpdateGroupPolicyMetadataResponse;
|
|
1059
1060
|
toAmino(_: MsgUpdateGroupPolicyMetadataResponse): MsgUpdateGroupPolicyMetadataResponseAmino;
|
|
1060
1061
|
fromAminoMsg(object: MsgUpdateGroupPolicyMetadataResponseAminoMsg): MsgUpdateGroupPolicyMetadataResponse;
|
|
@@ -1067,7 +1068,7 @@ export declare const MsgSubmitProposal: {
|
|
|
1067
1068
|
typeUrl: string;
|
|
1068
1069
|
encode(message: MsgSubmitProposal, writer?: BinaryWriter): BinaryWriter;
|
|
1069
1070
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgSubmitProposal;
|
|
1070
|
-
fromPartial(object:
|
|
1071
|
+
fromPartial(object: DeepPartial<MsgSubmitProposal>): MsgSubmitProposal;
|
|
1071
1072
|
fromAmino(object: MsgSubmitProposalAmino): MsgSubmitProposal;
|
|
1072
1073
|
toAmino(message: MsgSubmitProposal): MsgSubmitProposalAmino;
|
|
1073
1074
|
fromAminoMsg(object: MsgSubmitProposalAminoMsg): MsgSubmitProposal;
|
|
@@ -1080,7 +1081,7 @@ export declare const MsgSubmitProposalResponse: {
|
|
|
1080
1081
|
typeUrl: string;
|
|
1081
1082
|
encode(message: MsgSubmitProposalResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1082
1083
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgSubmitProposalResponse;
|
|
1083
|
-
fromPartial(object:
|
|
1084
|
+
fromPartial(object: DeepPartial<MsgSubmitProposalResponse>): MsgSubmitProposalResponse;
|
|
1084
1085
|
fromAmino(object: MsgSubmitProposalResponseAmino): MsgSubmitProposalResponse;
|
|
1085
1086
|
toAmino(message: MsgSubmitProposalResponse): MsgSubmitProposalResponseAmino;
|
|
1086
1087
|
fromAminoMsg(object: MsgSubmitProposalResponseAminoMsg): MsgSubmitProposalResponse;
|
|
@@ -1093,7 +1094,7 @@ export declare const MsgWithdrawProposal: {
|
|
|
1093
1094
|
typeUrl: string;
|
|
1094
1095
|
encode(message: MsgWithdrawProposal, writer?: BinaryWriter): BinaryWriter;
|
|
1095
1096
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgWithdrawProposal;
|
|
1096
|
-
fromPartial(object:
|
|
1097
|
+
fromPartial(object: DeepPartial<MsgWithdrawProposal>): MsgWithdrawProposal;
|
|
1097
1098
|
fromAmino(object: MsgWithdrawProposalAmino): MsgWithdrawProposal;
|
|
1098
1099
|
toAmino(message: MsgWithdrawProposal): MsgWithdrawProposalAmino;
|
|
1099
1100
|
fromAminoMsg(object: MsgWithdrawProposalAminoMsg): MsgWithdrawProposal;
|
|
@@ -1106,7 +1107,7 @@ export declare const MsgWithdrawProposalResponse: {
|
|
|
1106
1107
|
typeUrl: string;
|
|
1107
1108
|
encode(_: MsgWithdrawProposalResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1108
1109
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgWithdrawProposalResponse;
|
|
1109
|
-
fromPartial(_:
|
|
1110
|
+
fromPartial(_: DeepPartial<MsgWithdrawProposalResponse>): MsgWithdrawProposalResponse;
|
|
1110
1111
|
fromAmino(_: MsgWithdrawProposalResponseAmino): MsgWithdrawProposalResponse;
|
|
1111
1112
|
toAmino(_: MsgWithdrawProposalResponse): MsgWithdrawProposalResponseAmino;
|
|
1112
1113
|
fromAminoMsg(object: MsgWithdrawProposalResponseAminoMsg): MsgWithdrawProposalResponse;
|
|
@@ -1119,7 +1120,7 @@ export declare const MsgVote: {
|
|
|
1119
1120
|
typeUrl: string;
|
|
1120
1121
|
encode(message: MsgVote, writer?: BinaryWriter): BinaryWriter;
|
|
1121
1122
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgVote;
|
|
1122
|
-
fromPartial(object:
|
|
1123
|
+
fromPartial(object: DeepPartial<MsgVote>): MsgVote;
|
|
1123
1124
|
fromAmino(object: MsgVoteAmino): MsgVote;
|
|
1124
1125
|
toAmino(message: MsgVote): MsgVoteAmino;
|
|
1125
1126
|
fromAminoMsg(object: MsgVoteAminoMsg): MsgVote;
|
|
@@ -1132,7 +1133,7 @@ export declare const MsgVoteResponse: {
|
|
|
1132
1133
|
typeUrl: string;
|
|
1133
1134
|
encode(_: MsgVoteResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1134
1135
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgVoteResponse;
|
|
1135
|
-
fromPartial(_:
|
|
1136
|
+
fromPartial(_: DeepPartial<MsgVoteResponse>): MsgVoteResponse;
|
|
1136
1137
|
fromAmino(_: MsgVoteResponseAmino): MsgVoteResponse;
|
|
1137
1138
|
toAmino(_: MsgVoteResponse): MsgVoteResponseAmino;
|
|
1138
1139
|
fromAminoMsg(object: MsgVoteResponseAminoMsg): MsgVoteResponse;
|
|
@@ -1145,7 +1146,7 @@ export declare const MsgExec: {
|
|
|
1145
1146
|
typeUrl: string;
|
|
1146
1147
|
encode(message: MsgExec, writer?: BinaryWriter): BinaryWriter;
|
|
1147
1148
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgExec;
|
|
1148
|
-
fromPartial(object:
|
|
1149
|
+
fromPartial(object: DeepPartial<MsgExec>): MsgExec;
|
|
1149
1150
|
fromAmino(object: MsgExecAmino): MsgExec;
|
|
1150
1151
|
toAmino(message: MsgExec): MsgExecAmino;
|
|
1151
1152
|
fromAminoMsg(object: MsgExecAminoMsg): MsgExec;
|
|
@@ -1158,7 +1159,7 @@ export declare const MsgExecResponse: {
|
|
|
1158
1159
|
typeUrl: string;
|
|
1159
1160
|
encode(message: MsgExecResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1160
1161
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgExecResponse;
|
|
1161
|
-
fromPartial(object:
|
|
1162
|
+
fromPartial(object: DeepPartial<MsgExecResponse>): MsgExecResponse;
|
|
1162
1163
|
fromAmino(object: MsgExecResponseAmino): MsgExecResponse;
|
|
1163
1164
|
toAmino(message: MsgExecResponse): MsgExecResponseAmino;
|
|
1164
1165
|
fromAminoMsg(object: MsgExecResponseAminoMsg): MsgExecResponse;
|
|
@@ -1171,7 +1172,7 @@ export declare const MsgLeaveGroup: {
|
|
|
1171
1172
|
typeUrl: string;
|
|
1172
1173
|
encode(message: MsgLeaveGroup, writer?: BinaryWriter): BinaryWriter;
|
|
1173
1174
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgLeaveGroup;
|
|
1174
|
-
fromPartial(object:
|
|
1175
|
+
fromPartial(object: DeepPartial<MsgLeaveGroup>): MsgLeaveGroup;
|
|
1175
1176
|
fromAmino(object: MsgLeaveGroupAmino): MsgLeaveGroup;
|
|
1176
1177
|
toAmino(message: MsgLeaveGroup): MsgLeaveGroupAmino;
|
|
1177
1178
|
fromAminoMsg(object: MsgLeaveGroupAminoMsg): MsgLeaveGroup;
|
|
@@ -1184,7 +1185,7 @@ export declare const MsgLeaveGroupResponse: {
|
|
|
1184
1185
|
typeUrl: string;
|
|
1185
1186
|
encode(_: MsgLeaveGroupResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1186
1187
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgLeaveGroupResponse;
|
|
1187
|
-
fromPartial(_:
|
|
1188
|
+
fromPartial(_: DeepPartial<MsgLeaveGroupResponse>): MsgLeaveGroupResponse;
|
|
1188
1189
|
fromAmino(_: MsgLeaveGroupResponseAmino): MsgLeaveGroupResponse;
|
|
1189
1190
|
toAmino(_: MsgLeaveGroupResponse): MsgLeaveGroupResponseAmino;
|
|
1190
1191
|
fromAminoMsg(object: MsgLeaveGroupResponseAminoMsg): MsgLeaveGroupResponse;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TelescopeGeneratedType } from "../../../types";
|
|
2
|
+
import { Registry } from "@cosmjs/proto-signing";
|
|
2
3
|
import { MsgCreateGroup, MsgUpdateGroupMembers, MsgUpdateGroupAdmin, MsgUpdateGroupMetadata, MsgCreateGroupPolicy, MsgCreateGroupWithPolicy, MsgUpdateGroupPolicyAdmin, MsgUpdateGroupPolicyDecisionPolicy, MsgUpdateGroupPolicyMetadata, MsgSubmitProposal, MsgWithdrawProposal, MsgVote, MsgExec, MsgLeaveGroup } from "./tx";
|
|
3
|
-
export declare const registry: ReadonlyArray<[string,
|
|
4
|
+
export declare const registry: ReadonlyArray<[string, TelescopeGeneratedType<any, any, any>]>;
|
|
4
5
|
export declare const load: (protoRegistry: Registry) => void;
|
|
5
6
|
export declare const MessageComposer: {
|
|
6
7
|
encoded: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TxRpc } from "../../../types";
|
|
2
2
|
import { MsgCreateGroup, MsgCreateGroupResponse, MsgUpdateGroupMembers, MsgUpdateGroupMembersResponse, MsgUpdateGroupAdmin, MsgUpdateGroupAdminResponse, MsgUpdateGroupMetadata, MsgUpdateGroupMetadataResponse, MsgCreateGroupPolicy, MsgCreateGroupPolicyResponse, MsgCreateGroupWithPolicy, MsgCreateGroupWithPolicyResponse, MsgUpdateGroupPolicyAdmin, MsgUpdateGroupPolicyAdminResponse, MsgUpdateGroupPolicyDecisionPolicy, MsgUpdateGroupPolicyDecisionPolicyResponse, MsgUpdateGroupPolicyMetadata, MsgUpdateGroupPolicyMetadataResponse, MsgSubmitProposal, MsgSubmitProposalResponse, MsgWithdrawProposal, MsgWithdrawProposalResponse, MsgVote, MsgVoteResponse, MsgExec, MsgExecResponse, MsgLeaveGroup, MsgLeaveGroupResponse } from "./tx";
|
|
3
3
|
/** Msg is the cosmos.group.v1 Msg service. */
|
|
4
4
|
export interface Msg {
|
|
@@ -33,7 +33,7 @@ export interface Msg {
|
|
|
33
33
|
}
|
|
34
34
|
export declare class MsgClientImpl implements Msg {
|
|
35
35
|
private readonly rpc;
|
|
36
|
-
constructor(rpc:
|
|
36
|
+
constructor(rpc: TxRpc);
|
|
37
37
|
createGroup(request: MsgCreateGroup): Promise<MsgCreateGroupResponse>;
|
|
38
38
|
updateGroupMembers(request: MsgUpdateGroupMembers): Promise<MsgUpdateGroupMembersResponse>;
|
|
39
39
|
updateGroupAdmin(request: MsgUpdateGroupAdmin): Promise<MsgUpdateGroupAdminResponse>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Duration, DurationAmino, DurationSDKType } from "../../../google/protobuf/duration";
|
|
2
2
|
import { Any, AnyProtoMsg, AnyAmino, AnySDKType } from "../../../google/protobuf/any";
|
|
3
3
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
|
+
import { DeepPartial } from "../../../helpers";
|
|
4
5
|
/** VoteOption enumerates the valid vote options for a given proposal. */
|
|
5
6
|
export declare enum VoteOption {
|
|
6
7
|
/**
|
|
@@ -741,7 +742,7 @@ export declare const Member: {
|
|
|
741
742
|
typeUrl: string;
|
|
742
743
|
encode(message: Member, writer?: BinaryWriter): BinaryWriter;
|
|
743
744
|
decode(input: BinaryReader | Uint8Array, length?: number): Member;
|
|
744
|
-
fromPartial(object:
|
|
745
|
+
fromPartial(object: DeepPartial<Member>): Member;
|
|
745
746
|
fromAmino(object: MemberAmino): Member;
|
|
746
747
|
toAmino(message: Member): MemberAmino;
|
|
747
748
|
fromAminoMsg(object: MemberAminoMsg): Member;
|
|
@@ -754,7 +755,7 @@ export declare const MemberRequest: {
|
|
|
754
755
|
typeUrl: string;
|
|
755
756
|
encode(message: MemberRequest, writer?: BinaryWriter): BinaryWriter;
|
|
756
757
|
decode(input: BinaryReader | Uint8Array, length?: number): MemberRequest;
|
|
757
|
-
fromPartial(object:
|
|
758
|
+
fromPartial(object: DeepPartial<MemberRequest>): MemberRequest;
|
|
758
759
|
fromAmino(object: MemberRequestAmino): MemberRequest;
|
|
759
760
|
toAmino(message: MemberRequest): MemberRequestAmino;
|
|
760
761
|
fromAminoMsg(object: MemberRequestAminoMsg): MemberRequest;
|
|
@@ -767,7 +768,7 @@ export declare const ThresholdDecisionPolicy: {
|
|
|
767
768
|
typeUrl: string;
|
|
768
769
|
encode(message: ThresholdDecisionPolicy, writer?: BinaryWriter): BinaryWriter;
|
|
769
770
|
decode(input: BinaryReader | Uint8Array, length?: number): ThresholdDecisionPolicy;
|
|
770
|
-
fromPartial(object:
|
|
771
|
+
fromPartial(object: DeepPartial<ThresholdDecisionPolicy>): ThresholdDecisionPolicy;
|
|
771
772
|
fromAmino(object: ThresholdDecisionPolicyAmino): ThresholdDecisionPolicy;
|
|
772
773
|
toAmino(message: ThresholdDecisionPolicy): ThresholdDecisionPolicyAmino;
|
|
773
774
|
fromAminoMsg(object: ThresholdDecisionPolicyAminoMsg): ThresholdDecisionPolicy;
|
|
@@ -780,7 +781,7 @@ export declare const PercentageDecisionPolicy: {
|
|
|
780
781
|
typeUrl: string;
|
|
781
782
|
encode(message: PercentageDecisionPolicy, writer?: BinaryWriter): BinaryWriter;
|
|
782
783
|
decode(input: BinaryReader | Uint8Array, length?: number): PercentageDecisionPolicy;
|
|
783
|
-
fromPartial(object:
|
|
784
|
+
fromPartial(object: DeepPartial<PercentageDecisionPolicy>): PercentageDecisionPolicy;
|
|
784
785
|
fromAmino(object: PercentageDecisionPolicyAmino): PercentageDecisionPolicy;
|
|
785
786
|
toAmino(message: PercentageDecisionPolicy): PercentageDecisionPolicyAmino;
|
|
786
787
|
fromAminoMsg(object: PercentageDecisionPolicyAminoMsg): PercentageDecisionPolicy;
|
|
@@ -793,7 +794,7 @@ export declare const DecisionPolicyWindows: {
|
|
|
793
794
|
typeUrl: string;
|
|
794
795
|
encode(message: DecisionPolicyWindows, writer?: BinaryWriter): BinaryWriter;
|
|
795
796
|
decode(input: BinaryReader | Uint8Array, length?: number): DecisionPolicyWindows;
|
|
796
|
-
fromPartial(object:
|
|
797
|
+
fromPartial(object: DeepPartial<DecisionPolicyWindows>): DecisionPolicyWindows;
|
|
797
798
|
fromAmino(object: DecisionPolicyWindowsAmino): DecisionPolicyWindows;
|
|
798
799
|
toAmino(message: DecisionPolicyWindows): DecisionPolicyWindowsAmino;
|
|
799
800
|
fromAminoMsg(object: DecisionPolicyWindowsAminoMsg): DecisionPolicyWindows;
|
|
@@ -806,7 +807,7 @@ export declare const GroupInfo: {
|
|
|
806
807
|
typeUrl: string;
|
|
807
808
|
encode(message: GroupInfo, writer?: BinaryWriter): BinaryWriter;
|
|
808
809
|
decode(input: BinaryReader | Uint8Array, length?: number): GroupInfo;
|
|
809
|
-
fromPartial(object:
|
|
810
|
+
fromPartial(object: DeepPartial<GroupInfo>): GroupInfo;
|
|
810
811
|
fromAmino(object: GroupInfoAmino): GroupInfo;
|
|
811
812
|
toAmino(message: GroupInfo): GroupInfoAmino;
|
|
812
813
|
fromAminoMsg(object: GroupInfoAminoMsg): GroupInfo;
|
|
@@ -819,7 +820,7 @@ export declare const GroupMember: {
|
|
|
819
820
|
typeUrl: string;
|
|
820
821
|
encode(message: GroupMember, writer?: BinaryWriter): BinaryWriter;
|
|
821
822
|
decode(input: BinaryReader | Uint8Array, length?: number): GroupMember;
|
|
822
|
-
fromPartial(object:
|
|
823
|
+
fromPartial(object: DeepPartial<GroupMember>): GroupMember;
|
|
823
824
|
fromAmino(object: GroupMemberAmino): GroupMember;
|
|
824
825
|
toAmino(message: GroupMember): GroupMemberAmino;
|
|
825
826
|
fromAminoMsg(object: GroupMemberAminoMsg): GroupMember;
|
|
@@ -832,7 +833,7 @@ export declare const GroupPolicyInfo: {
|
|
|
832
833
|
typeUrl: string;
|
|
833
834
|
encode(message: GroupPolicyInfo, writer?: BinaryWriter): BinaryWriter;
|
|
834
835
|
decode(input: BinaryReader | Uint8Array, length?: number): GroupPolicyInfo;
|
|
835
|
-
fromPartial(object:
|
|
836
|
+
fromPartial(object: DeepPartial<GroupPolicyInfo>): GroupPolicyInfo;
|
|
836
837
|
fromAmino(object: GroupPolicyInfoAmino): GroupPolicyInfo;
|
|
837
838
|
toAmino(message: GroupPolicyInfo): GroupPolicyInfoAmino;
|
|
838
839
|
fromAminoMsg(object: GroupPolicyInfoAminoMsg): GroupPolicyInfo;
|
|
@@ -845,7 +846,7 @@ export declare const Proposal: {
|
|
|
845
846
|
typeUrl: string;
|
|
846
847
|
encode(message: Proposal, writer?: BinaryWriter): BinaryWriter;
|
|
847
848
|
decode(input: BinaryReader | Uint8Array, length?: number): Proposal;
|
|
848
|
-
fromPartial(object:
|
|
849
|
+
fromPartial(object: DeepPartial<Proposal>): Proposal;
|
|
849
850
|
fromAmino(object: ProposalAmino): Proposal;
|
|
850
851
|
toAmino(message: Proposal): ProposalAmino;
|
|
851
852
|
fromAminoMsg(object: ProposalAminoMsg): Proposal;
|
|
@@ -858,7 +859,7 @@ export declare const TallyResult: {
|
|
|
858
859
|
typeUrl: string;
|
|
859
860
|
encode(message: TallyResult, writer?: BinaryWriter): BinaryWriter;
|
|
860
861
|
decode(input: BinaryReader | Uint8Array, length?: number): TallyResult;
|
|
861
|
-
fromPartial(object:
|
|
862
|
+
fromPartial(object: DeepPartial<TallyResult>): TallyResult;
|
|
862
863
|
fromAmino(object: TallyResultAmino): TallyResult;
|
|
863
864
|
toAmino(message: TallyResult): TallyResultAmino;
|
|
864
865
|
fromAminoMsg(object: TallyResultAminoMsg): TallyResult;
|
|
@@ -871,7 +872,7 @@ export declare const Vote: {
|
|
|
871
872
|
typeUrl: string;
|
|
872
873
|
encode(message: Vote, writer?: BinaryWriter): BinaryWriter;
|
|
873
874
|
decode(input: BinaryReader | Uint8Array, length?: number): Vote;
|
|
874
|
-
fromPartial(object:
|
|
875
|
+
fromPartial(object: DeepPartial<Vote>): Vote;
|
|
875
876
|
fromAmino(object: VoteAmino): Vote;
|
|
876
877
|
toAmino(message: Vote): VoteAmino;
|
|
877
878
|
fromAminoMsg(object: VoteAminoMsg): Vote;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../helpers";
|
|
2
3
|
export declare enum HashOp {
|
|
3
4
|
/** NO_HASH - NO_HASH is the default if no data passed. Note this is an illegal argument some places. */
|
|
4
5
|
NO_HASH = 0,
|
|
@@ -680,7 +681,7 @@ export declare const ExistenceProof: {
|
|
|
680
681
|
typeUrl: string;
|
|
681
682
|
encode(message: ExistenceProof, writer?: BinaryWriter): BinaryWriter;
|
|
682
683
|
decode(input: BinaryReader | Uint8Array, length?: number): ExistenceProof;
|
|
683
|
-
fromPartial(object:
|
|
684
|
+
fromPartial(object: DeepPartial<ExistenceProof>): ExistenceProof;
|
|
684
685
|
fromAmino(object: ExistenceProofAmino): ExistenceProof;
|
|
685
686
|
toAmino(message: ExistenceProof): ExistenceProofAmino;
|
|
686
687
|
fromAminoMsg(object: ExistenceProofAminoMsg): ExistenceProof;
|
|
@@ -693,7 +694,7 @@ export declare const NonExistenceProof: {
|
|
|
693
694
|
typeUrl: string;
|
|
694
695
|
encode(message: NonExistenceProof, writer?: BinaryWriter): BinaryWriter;
|
|
695
696
|
decode(input: BinaryReader | Uint8Array, length?: number): NonExistenceProof;
|
|
696
|
-
fromPartial(object:
|
|
697
|
+
fromPartial(object: DeepPartial<NonExistenceProof>): NonExistenceProof;
|
|
697
698
|
fromAmino(object: NonExistenceProofAmino): NonExistenceProof;
|
|
698
699
|
toAmino(message: NonExistenceProof): NonExistenceProofAmino;
|
|
699
700
|
fromAminoMsg(object: NonExistenceProofAminoMsg): NonExistenceProof;
|
|
@@ -706,7 +707,7 @@ export declare const CommitmentProof: {
|
|
|
706
707
|
typeUrl: string;
|
|
707
708
|
encode(message: CommitmentProof, writer?: BinaryWriter): BinaryWriter;
|
|
708
709
|
decode(input: BinaryReader | Uint8Array, length?: number): CommitmentProof;
|
|
709
|
-
fromPartial(object:
|
|
710
|
+
fromPartial(object: DeepPartial<CommitmentProof>): CommitmentProof;
|
|
710
711
|
fromAmino(object: CommitmentProofAmino): CommitmentProof;
|
|
711
712
|
toAmino(message: CommitmentProof): CommitmentProofAmino;
|
|
712
713
|
fromAminoMsg(object: CommitmentProofAminoMsg): CommitmentProof;
|
|
@@ -719,7 +720,7 @@ export declare const LeafOp: {
|
|
|
719
720
|
typeUrl: string;
|
|
720
721
|
encode(message: LeafOp, writer?: BinaryWriter): BinaryWriter;
|
|
721
722
|
decode(input: BinaryReader | Uint8Array, length?: number): LeafOp;
|
|
722
|
-
fromPartial(object:
|
|
723
|
+
fromPartial(object: DeepPartial<LeafOp>): LeafOp;
|
|
723
724
|
fromAmino(object: LeafOpAmino): LeafOp;
|
|
724
725
|
toAmino(message: LeafOp): LeafOpAmino;
|
|
725
726
|
fromAminoMsg(object: LeafOpAminoMsg): LeafOp;
|
|
@@ -732,7 +733,7 @@ export declare const InnerOp: {
|
|
|
732
733
|
typeUrl: string;
|
|
733
734
|
encode(message: InnerOp, writer?: BinaryWriter): BinaryWriter;
|
|
734
735
|
decode(input: BinaryReader | Uint8Array, length?: number): InnerOp;
|
|
735
|
-
fromPartial(object:
|
|
736
|
+
fromPartial(object: DeepPartial<InnerOp>): InnerOp;
|
|
736
737
|
fromAmino(object: InnerOpAmino): InnerOp;
|
|
737
738
|
toAmino(message: InnerOp): InnerOpAmino;
|
|
738
739
|
fromAminoMsg(object: InnerOpAminoMsg): InnerOp;
|
|
@@ -745,7 +746,7 @@ export declare const ProofSpec: {
|
|
|
745
746
|
typeUrl: string;
|
|
746
747
|
encode(message: ProofSpec, writer?: BinaryWriter): BinaryWriter;
|
|
747
748
|
decode(input: BinaryReader | Uint8Array, length?: number): ProofSpec;
|
|
748
|
-
fromPartial(object:
|
|
749
|
+
fromPartial(object: DeepPartial<ProofSpec>): ProofSpec;
|
|
749
750
|
fromAmino(object: ProofSpecAmino): ProofSpec;
|
|
750
751
|
toAmino(message: ProofSpec): ProofSpecAmino;
|
|
751
752
|
fromAminoMsg(object: ProofSpecAminoMsg): ProofSpec;
|
|
@@ -758,7 +759,7 @@ export declare const InnerSpec: {
|
|
|
758
759
|
typeUrl: string;
|
|
759
760
|
encode(message: InnerSpec, writer?: BinaryWriter): BinaryWriter;
|
|
760
761
|
decode(input: BinaryReader | Uint8Array, length?: number): InnerSpec;
|
|
761
|
-
fromPartial(object:
|
|
762
|
+
fromPartial(object: DeepPartial<InnerSpec>): InnerSpec;
|
|
762
763
|
fromAmino(object: InnerSpecAmino): InnerSpec;
|
|
763
764
|
toAmino(message: InnerSpec): InnerSpecAmino;
|
|
764
765
|
fromAminoMsg(object: InnerSpecAminoMsg): InnerSpec;
|
|
@@ -771,7 +772,7 @@ export declare const BatchProof: {
|
|
|
771
772
|
typeUrl: string;
|
|
772
773
|
encode(message: BatchProof, writer?: BinaryWriter): BinaryWriter;
|
|
773
774
|
decode(input: BinaryReader | Uint8Array, length?: number): BatchProof;
|
|
774
|
-
fromPartial(object:
|
|
775
|
+
fromPartial(object: DeepPartial<BatchProof>): BatchProof;
|
|
775
776
|
fromAmino(object: BatchProofAmino): BatchProof;
|
|
776
777
|
toAmino(message: BatchProof): BatchProofAmino;
|
|
777
778
|
fromAminoMsg(object: BatchProofAminoMsg): BatchProof;
|
|
@@ -784,7 +785,7 @@ export declare const BatchEntry: {
|
|
|
784
785
|
typeUrl: string;
|
|
785
786
|
encode(message: BatchEntry, writer?: BinaryWriter): BinaryWriter;
|
|
786
787
|
decode(input: BinaryReader | Uint8Array, length?: number): BatchEntry;
|
|
787
|
-
fromPartial(object:
|
|
788
|
+
fromPartial(object: DeepPartial<BatchEntry>): BatchEntry;
|
|
788
789
|
fromAmino(object: BatchEntryAmino): BatchEntry;
|
|
789
790
|
toAmino(message: BatchEntry): BatchEntryAmino;
|
|
790
791
|
fromAminoMsg(object: BatchEntryAminoMsg): BatchEntry;
|
|
@@ -797,7 +798,7 @@ export declare const CompressedBatchProof: {
|
|
|
797
798
|
typeUrl: string;
|
|
798
799
|
encode(message: CompressedBatchProof, writer?: BinaryWriter): BinaryWriter;
|
|
799
800
|
decode(input: BinaryReader | Uint8Array, length?: number): CompressedBatchProof;
|
|
800
|
-
fromPartial(object:
|
|
801
|
+
fromPartial(object: DeepPartial<CompressedBatchProof>): CompressedBatchProof;
|
|
801
802
|
fromAmino(object: CompressedBatchProofAmino): CompressedBatchProof;
|
|
802
803
|
toAmino(message: CompressedBatchProof): CompressedBatchProofAmino;
|
|
803
804
|
fromAminoMsg(object: CompressedBatchProofAminoMsg): CompressedBatchProof;
|
|
@@ -810,7 +811,7 @@ export declare const CompressedBatchEntry: {
|
|
|
810
811
|
typeUrl: string;
|
|
811
812
|
encode(message: CompressedBatchEntry, writer?: BinaryWriter): BinaryWriter;
|
|
812
813
|
decode(input: BinaryReader | Uint8Array, length?: number): CompressedBatchEntry;
|
|
813
|
-
fromPartial(object:
|
|
814
|
+
fromPartial(object: DeepPartial<CompressedBatchEntry>): CompressedBatchEntry;
|
|
814
815
|
fromAmino(object: CompressedBatchEntryAmino): CompressedBatchEntry;
|
|
815
816
|
toAmino(message: CompressedBatchEntry): CompressedBatchEntryAmino;
|
|
816
817
|
fromAminoMsg(object: CompressedBatchEntryAminoMsg): CompressedBatchEntry;
|
|
@@ -823,7 +824,7 @@ export declare const CompressedExistenceProof: {
|
|
|
823
824
|
typeUrl: string;
|
|
824
825
|
encode(message: CompressedExistenceProof, writer?: BinaryWriter): BinaryWriter;
|
|
825
826
|
decode(input: BinaryReader | Uint8Array, length?: number): CompressedExistenceProof;
|
|
826
|
-
fromPartial(object:
|
|
827
|
+
fromPartial(object: DeepPartial<CompressedExistenceProof>): CompressedExistenceProof;
|
|
827
828
|
fromAmino(object: CompressedExistenceProofAmino): CompressedExistenceProof;
|
|
828
829
|
toAmino(message: CompressedExistenceProof): CompressedExistenceProofAmino;
|
|
829
830
|
fromAminoMsg(object: CompressedExistenceProofAminoMsg): CompressedExistenceProof;
|
|
@@ -836,7 +837,7 @@ export declare const CompressedNonExistenceProof: {
|
|
|
836
837
|
typeUrl: string;
|
|
837
838
|
encode(message: CompressedNonExistenceProof, writer?: BinaryWriter): BinaryWriter;
|
|
838
839
|
decode(input: BinaryReader | Uint8Array, length?: number): CompressedNonExistenceProof;
|
|
839
|
-
fromPartial(object:
|
|
840
|
+
fromPartial(object: DeepPartial<CompressedNonExistenceProof>): CompressedNonExistenceProof;
|
|
840
841
|
fromAmino(object: CompressedNonExistenceProofAmino): CompressedNonExistenceProof;
|
|
841
842
|
toAmino(message: CompressedNonExistenceProof): CompressedNonExistenceProofAmino;
|
|
842
843
|
fromAminoMsg(object: CompressedNonExistenceProofAminoMsg): CompressedNonExistenceProof;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../../helpers";
|
|
2
3
|
/** Module is the config object of the mint module. */
|
|
3
4
|
export interface Module {
|
|
4
5
|
feeCollectorName: string;
|
|
@@ -28,7 +29,7 @@ export declare const Module: {
|
|
|
28
29
|
typeUrl: string;
|
|
29
30
|
encode(message: Module, writer?: BinaryWriter): BinaryWriter;
|
|
30
31
|
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
31
|
-
fromPartial(object:
|
|
32
|
+
fromPartial(object: DeepPartial<Module>): Module;
|
|
32
33
|
fromAmino(object: ModuleAmino): Module;
|
|
33
34
|
toAmino(message: Module): ModuleAmino;
|
|
34
35
|
fromAminoMsg(object: ModuleAminoMsg): Module;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Minter, MinterAmino, MinterSDKType, Params, ParamsAmino, ParamsSDKType } from "./mint";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../helpers";
|
|
3
4
|
/** GenesisState defines the mint module's genesis state. */
|
|
4
5
|
export interface GenesisState {
|
|
5
6
|
/** minter is a space for holding current inflation information. */
|
|
@@ -31,7 +32,7 @@ export declare const GenesisState: {
|
|
|
31
32
|
typeUrl: string;
|
|
32
33
|
encode(message: GenesisState, writer?: BinaryWriter): BinaryWriter;
|
|
33
34
|
decode(input: BinaryReader | Uint8Array, length?: number): GenesisState;
|
|
34
|
-
fromPartial(object:
|
|
35
|
+
fromPartial(object: DeepPartial<GenesisState>): GenesisState;
|
|
35
36
|
fromAmino(object: GenesisStateAmino): GenesisState;
|
|
36
37
|
toAmino(message: GenesisState): GenesisStateAmino;
|
|
37
38
|
fromAminoMsg(object: GenesisStateAminoMsg): GenesisState;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../helpers";
|
|
2
3
|
/** Minter represents the minting state. */
|
|
3
4
|
export interface Minter {
|
|
4
5
|
/** current annual inflation rate */
|
|
@@ -77,7 +78,7 @@ export declare const Minter: {
|
|
|
77
78
|
typeUrl: string;
|
|
78
79
|
encode(message: Minter, writer?: BinaryWriter): BinaryWriter;
|
|
79
80
|
decode(input: BinaryReader | Uint8Array, length?: number): Minter;
|
|
80
|
-
fromPartial(object:
|
|
81
|
+
fromPartial(object: DeepPartial<Minter>): Minter;
|
|
81
82
|
fromAmino(object: MinterAmino): Minter;
|
|
82
83
|
toAmino(message: Minter): MinterAmino;
|
|
83
84
|
fromAminoMsg(object: MinterAminoMsg): Minter;
|
|
@@ -90,7 +91,7 @@ export declare const Params: {
|
|
|
90
91
|
typeUrl: string;
|
|
91
92
|
encode(message: Params, writer?: BinaryWriter): BinaryWriter;
|
|
92
93
|
decode(input: BinaryReader | Uint8Array, length?: number): Params;
|
|
93
|
-
fromPartial(object:
|
|
94
|
+
fromPartial(object: DeepPartial<Params>): Params;
|
|
94
95
|
fromAmino(object: ParamsAmino): Params;
|
|
95
96
|
toAmino(message: Params): ParamsAmino;
|
|
96
97
|
fromAminoMsg(object: ParamsAminoMsg): Params;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Params, ParamsAmino, ParamsSDKType } from "./mint";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../helpers";
|
|
3
4
|
/** QueryParamsRequest is the request type for the Query/Params RPC method. */
|
|
4
5
|
export interface QueryParamsRequest {
|
|
5
6
|
}
|
|
@@ -148,7 +149,7 @@ export declare const QueryParamsRequest: {
|
|
|
148
149
|
typeUrl: string;
|
|
149
150
|
encode(_: QueryParamsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
150
151
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryParamsRequest;
|
|
151
|
-
fromPartial(_:
|
|
152
|
+
fromPartial(_: DeepPartial<QueryParamsRequest>): QueryParamsRequest;
|
|
152
153
|
fromAmino(_: QueryParamsRequestAmino): QueryParamsRequest;
|
|
153
154
|
toAmino(_: QueryParamsRequest): QueryParamsRequestAmino;
|
|
154
155
|
fromAminoMsg(object: QueryParamsRequestAminoMsg): QueryParamsRequest;
|
|
@@ -161,7 +162,7 @@ export declare const QueryParamsResponse: {
|
|
|
161
162
|
typeUrl: string;
|
|
162
163
|
encode(message: QueryParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
163
164
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryParamsResponse;
|
|
164
|
-
fromPartial(object:
|
|
165
|
+
fromPartial(object: DeepPartial<QueryParamsResponse>): QueryParamsResponse;
|
|
165
166
|
fromAmino(object: QueryParamsResponseAmino): QueryParamsResponse;
|
|
166
167
|
toAmino(message: QueryParamsResponse): QueryParamsResponseAmino;
|
|
167
168
|
fromAminoMsg(object: QueryParamsResponseAminoMsg): QueryParamsResponse;
|
|
@@ -174,7 +175,7 @@ export declare const QueryInflationRequest: {
|
|
|
174
175
|
typeUrl: string;
|
|
175
176
|
encode(_: QueryInflationRequest, writer?: BinaryWriter): BinaryWriter;
|
|
176
177
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryInflationRequest;
|
|
177
|
-
fromPartial(_:
|
|
178
|
+
fromPartial(_: DeepPartial<QueryInflationRequest>): QueryInflationRequest;
|
|
178
179
|
fromAmino(_: QueryInflationRequestAmino): QueryInflationRequest;
|
|
179
180
|
toAmino(_: QueryInflationRequest): QueryInflationRequestAmino;
|
|
180
181
|
fromAminoMsg(object: QueryInflationRequestAminoMsg): QueryInflationRequest;
|
|
@@ -187,7 +188,7 @@ export declare const QueryInflationResponse: {
|
|
|
187
188
|
typeUrl: string;
|
|
188
189
|
encode(message: QueryInflationResponse, writer?: BinaryWriter): BinaryWriter;
|
|
189
190
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryInflationResponse;
|
|
190
|
-
fromPartial(object:
|
|
191
|
+
fromPartial(object: DeepPartial<QueryInflationResponse>): QueryInflationResponse;
|
|
191
192
|
fromAmino(object: QueryInflationResponseAmino): QueryInflationResponse;
|
|
192
193
|
toAmino(message: QueryInflationResponse): QueryInflationResponseAmino;
|
|
193
194
|
fromAminoMsg(object: QueryInflationResponseAminoMsg): QueryInflationResponse;
|
|
@@ -200,7 +201,7 @@ export declare const QueryAnnualProvisionsRequest: {
|
|
|
200
201
|
typeUrl: string;
|
|
201
202
|
encode(_: QueryAnnualProvisionsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
202
203
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryAnnualProvisionsRequest;
|
|
203
|
-
fromPartial(_:
|
|
204
|
+
fromPartial(_: DeepPartial<QueryAnnualProvisionsRequest>): QueryAnnualProvisionsRequest;
|
|
204
205
|
fromAmino(_: QueryAnnualProvisionsRequestAmino): QueryAnnualProvisionsRequest;
|
|
205
206
|
toAmino(_: QueryAnnualProvisionsRequest): QueryAnnualProvisionsRequestAmino;
|
|
206
207
|
fromAminoMsg(object: QueryAnnualProvisionsRequestAminoMsg): QueryAnnualProvisionsRequest;
|
|
@@ -213,7 +214,7 @@ export declare const QueryAnnualProvisionsResponse: {
|
|
|
213
214
|
typeUrl: string;
|
|
214
215
|
encode(message: QueryAnnualProvisionsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
215
216
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryAnnualProvisionsResponse;
|
|
216
|
-
fromPartial(object:
|
|
217
|
+
fromPartial(object: DeepPartial<QueryAnnualProvisionsResponse>): QueryAnnualProvisionsResponse;
|
|
217
218
|
fromAmino(object: QueryAnnualProvisionsResponseAmino): QueryAnnualProvisionsResponse;
|
|
218
219
|
toAmino(message: QueryAnnualProvisionsResponse): QueryAnnualProvisionsResponseAmino;
|
|
219
220
|
fromAminoMsg(object: QueryAnnualProvisionsResponseAminoMsg): QueryAnnualProvisionsResponse;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TxRpc } from "../../../types";
|
|
2
2
|
import { QueryClient } from "@cosmjs/stargate";
|
|
3
3
|
import { QueryParamsRequest, QueryParamsResponse, QueryInflationRequest, QueryInflationResponse, QueryAnnualProvisionsRequest, QueryAnnualProvisionsResponse } from "./query";
|
|
4
4
|
/** Query provides defines the gRPC querier service. */
|
|
@@ -12,7 +12,7 @@ export interface Query {
|
|
|
12
12
|
}
|
|
13
13
|
export declare class QueryClientImpl implements Query {
|
|
14
14
|
private readonly rpc;
|
|
15
|
-
constructor(rpc:
|
|
15
|
+
constructor(rpc: TxRpc);
|
|
16
16
|
params(request?: QueryParamsRequest): Promise<QueryParamsResponse>;
|
|
17
17
|
inflation(request?: QueryInflationRequest): Promise<QueryInflationResponse>;
|
|
18
18
|
annualProvisions(request?: QueryAnnualProvisionsRequest): Promise<QueryAnnualProvisionsResponse>;
|