MsgServiceBase class abstract

Annotations
  • @GrpcServiceName('cosmos.group.v1.Msg')

Constructors

MsgServiceBase.new()

Properties

$name String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) → ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
createGroup(ServiceCall call, MsgCreateGroup request) Future<MsgCreateGroupResponse>
createGroup_Pre(ServiceCall call, Future<MsgCreateGroup> request) Future<MsgCreateGroupResponse>
createGroupPolicy(ServiceCall call, MsgCreateGroupPolicy request) Future<MsgCreateGroupPolicyResponse>
createGroupPolicy_Pre(ServiceCall call, Future<MsgCreateGroupPolicy> request) Future<MsgCreateGroupPolicyResponse>
createGroupWithPolicy(ServiceCall call, MsgCreateGroupWithPolicy request) Future<MsgCreateGroupWithPolicyResponse>
createGroupWithPolicy_Pre(ServiceCall call, Future<MsgCreateGroupWithPolicy> request) Future<MsgCreateGroupWithPolicyResponse>
exec(ServiceCall call, MsgExec request) Future<MsgExecResponse>
exec_Pre(ServiceCall call, Future<MsgExec> request) Future<MsgExecResponse>
leaveGroup(ServiceCall call, MsgLeaveGroup request) Future<MsgLeaveGroupResponse>
leaveGroup_Pre(ServiceCall call, Future<MsgLeaveGroup> request) Future<MsgLeaveGroupResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
submitProposal(ServiceCall call, MsgSubmitProposal request) Future<MsgSubmitProposalResponse>
submitProposal_Pre(ServiceCall call, Future<MsgSubmitProposal> request) Future<MsgSubmitProposalResponse>
toString() String
A string representation of this object.
inherited
updateGroupAdmin(ServiceCall call, MsgUpdateGroupAdmin request) Future<MsgUpdateGroupAdminResponse>
updateGroupAdmin_Pre(ServiceCall call, Future<MsgUpdateGroupAdmin> request) Future<MsgUpdateGroupAdminResponse>
updateGroupMembers(ServiceCall call, MsgUpdateGroupMembers request) Future<MsgUpdateGroupMembersResponse>
updateGroupMembers_Pre(ServiceCall call, Future<MsgUpdateGroupMembers> request) Future<MsgUpdateGroupMembersResponse>
updateGroupMetadata(ServiceCall call, MsgUpdateGroupMetadata request) Future<MsgUpdateGroupMetadataResponse>
updateGroupMetadata_Pre(ServiceCall call, Future<MsgUpdateGroupMetadata> request) Future<MsgUpdateGroupMetadataResponse>
updateGroupPolicyAdmin(ServiceCall call, MsgUpdateGroupPolicyAdmin request) Future<MsgUpdateGroupPolicyAdminResponse>
updateGroupPolicyAdmin_Pre(ServiceCall call, Future<MsgUpdateGroupPolicyAdmin> request) Future<MsgUpdateGroupPolicyAdminResponse>
updateGroupPolicyDecisionPolicy(ServiceCall call, MsgUpdateGroupPolicyDecisionPolicy request) Future<MsgUpdateGroupPolicyDecisionPolicyResponse>
updateGroupPolicyDecisionPolicy_Pre(ServiceCall call, Future<MsgUpdateGroupPolicyDecisionPolicy> request) Future<MsgUpdateGroupPolicyDecisionPolicyResponse>
updateGroupPolicyMetadata(ServiceCall call, MsgUpdateGroupPolicyMetadata request) Future<MsgUpdateGroupPolicyMetadataResponse>
updateGroupPolicyMetadata_Pre(ServiceCall call, Future<MsgUpdateGroupPolicyMetadata> request) Future<MsgUpdateGroupPolicyMetadataResponse>
vote(ServiceCall call, MsgVote request) Future<MsgVoteResponse>
vote_Pre(ServiceCall call, Future<MsgVote> request) Future<MsgVoteResponse>
withdrawProposal(ServiceCall call, MsgWithdrawProposal request) Future<MsgWithdrawProposalResponse>
withdrawProposal_Pre(ServiceCall call, Future<MsgWithdrawProposal> request) Future<MsgWithdrawProposalResponse>

Operators

operator ==(Object other) bool
The equality operator.
inherited