MsgCreateGroup is the Msg/CreateGroup request type.

from message cosmos.group.v1.MsgCreateGroup

Hierarchy

Constructors

Properties

admin: string = ""

admin is the account address of the group admin.

from field: string admin = 1;

members: MemberRequest[] = []

members defines the group members.

from field: repeated cosmos.group.v1.MemberRequest members = 2;

metadata: string = ""

metadata is any arbitrary metadata to attached to the group.

from field: string metadata = 3;

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

Methods