Msg

UpdateGroupMembers updates the group members with given group id and admin address.

post/cosmos.group.v1.Msg/UpdateGroupMembers

Request body

adminstring

admin is the account address of the group admin.

group_idstring uint64

group_id is the unique ID of the group.

Response

A successful response.

CosmosGroupV1MsgUpdateGroupMembersResponse required

MsgUpdateGroupMembersResponse is the Msg/UpdateGroupMembers response type.

Changes