Msg

CreateGroup creates a new group with an admin account address, a list of members and some optional metadata.

post/cosmos.group.v1.Msg/CreateGroup

Request body

adminstring

admin is the account address of the group admin.

metadatastring

metadata is any arbitrary metadata to attached to the group.

Response

A successful response.

Changes