Msg

CreateGroupPolicy creates a new group policy using given DecisionPolicy.

post/cosmos.group.v1.Msg/CreateGroupPolicy

Request body

adminstring

admin is the account address of the group admin.

group_idstring uint64

group_id is the unique ID of the group.

metadatastring

metadata is any arbitrary metadata attached to the group policy.

Response

A successful response.

addressstring

address is the account address of the newly created group policy.

Changes