MsgClient class
- Annotations
-
- @GrpcServiceName('cosmos.group.v1.Msg')
Constructors
-
MsgClient.new(ClientChannel channel, {CallOptions? options, Iterable<ClientInterceptor>? interceptors})
-
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
$createCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options})
→ ClientCall<Q, R>
-
inherited
-
$createStreamingCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options})
→ ResponseStream<R>
-
inherited
-
$createUnaryCall<Q, R>(ClientMethod<Q, R> method, Q request, {CallOptions? options})
→ ResponseFuture<R>
-
inherited
-
createGroup(MsgCreateGroup request, {CallOptions? options})
→ ResponseFuture<MsgCreateGroupResponse>
-
-
createGroupPolicy(MsgCreateGroupPolicy request, {CallOptions? options})
→ ResponseFuture<MsgCreateGroupPolicyResponse>
-
-
createGroupWithPolicy(MsgCreateGroupWithPolicy request, {CallOptions? options})
→ ResponseFuture<MsgCreateGroupWithPolicyResponse>
-
-
exec(MsgExec request, {CallOptions? options})
→ ResponseFuture<MsgExecResponse>
-
-
leaveGroup(MsgLeaveGroup request, {CallOptions? options})
→ ResponseFuture<MsgLeaveGroupResponse>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
submitProposal(MsgSubmitProposal request, {CallOptions? options})
→ ResponseFuture<MsgSubmitProposalResponse>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateGroupAdmin(MsgUpdateGroupAdmin request, {CallOptions? options})
→ ResponseFuture<MsgUpdateGroupAdminResponse>
-
-
updateGroupMembers(MsgUpdateGroupMembers request, {CallOptions? options})
→ ResponseFuture<MsgUpdateGroupMembersResponse>
-
-
updateGroupMetadata(MsgUpdateGroupMetadata request, {CallOptions? options})
→ ResponseFuture<MsgUpdateGroupMetadataResponse>
-
-
updateGroupPolicyAdmin(MsgUpdateGroupPolicyAdmin request, {CallOptions? options})
→ ResponseFuture<MsgUpdateGroupPolicyAdminResponse>
-
-
updateGroupPolicyDecisionPolicy(MsgUpdateGroupPolicyDecisionPolicy request, {CallOptions? options})
→ ResponseFuture<MsgUpdateGroupPolicyDecisionPolicyResponse>
-
-
updateGroupPolicyMetadata(MsgUpdateGroupPolicyMetadata request, {CallOptions? options})
→ ResponseFuture<MsgUpdateGroupPolicyMetadataResponse>
-
-
vote(MsgVote request, {CallOptions? options})
→ ResponseFuture<MsgVoteResponse>
-
-
withdrawProposal(MsgWithdrawProposal request, {CallOptions? options})
→ ResponseFuture<MsgWithdrawProposalResponse>
-