Msg

UpdateGroupAdmin updates the group admin with given group id and previous admin address.

post/cosmos.group.v1.Msg/UpdateGroupAdmin

Request body

adminstring

admin is the current account address of the group admin.

group_idstring uint64

group_id is the unique ID of the group.

new_adminstring

new_admin is the group new admin account address.

Response

A successful response.

Changes