Msg

CreateGroupWithPolicy creates a new group with policy.

post/cosmos.group.v1.Msg/CreateGroupWithPolicy

Request body

adminstring

admin is the account address of the group and group policy admin.

group_metadatastring

group_metadata is any arbitrary metadata attached to the group.

group_policy_metadatastring

group_policy_metadata is any arbitrary metadata attached to the group policy.

group_policy_as_adminboolean

group_policy_as_admin is a boolean field, if set to true, the group policy account address will be used as group and group policy admin.

Response

A successful response.

Changes