MsgCreateGroupPolicy is the Msg/CreateGroupPolicy request type.

from message cosmos.group.v1.MsgCreateGroupPolicy

Hierarchy

Constructors

Properties

admin: string = ""

admin is the account address of the group admin.

from field: string admin = 1;

decisionPolicy?: Any

decision_policy specifies the group policy's decision policy.

from field: google.protobuf.Any decision_policy = 4;

groupId: bigint = protoInt64.zero

group_id is the unique ID of the group.

from field: uint64 group_id = 2;

metadata: string = ""

metadata is any arbitrary metadata attached to the group policy.

from field: string metadata = 3;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.group.v1.MsgCreateGroupPolicy" = "cosmos.group.v1.MsgCreateGroupPolicy"

Methods