MsgUpdateGroupMembers is the Msg/UpdateGroupMembers request type.

from message cosmos.group.v1.MsgUpdateGroupMembers

Hierarchy

Constructors

Properties

admin: string = ""

admin is the account address of the group admin.

from field: string admin = 1;

groupId: bigint = protoInt64.zero

group_id is the unique ID of the group.

from field: uint64 group_id = 2;

memberUpdates: MemberRequest[] = []

member_updates is the list of members to update, set weight to 0 to remove a member.

from field: repeated cosmos.group.v1.MemberRequest member_updates = 3;

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

Methods