MemberRequest represents a group member to be used in Msg server requests. Contrary to Member, it doesn't have any added_at field since this field cannot be set as part of requests.

from message cosmos.group.v1.MemberRequest

Hierarchy

Constructors

Properties

address: string = ""

address is the member's account address.

from field: string address = 1;

metadata: string = ""

metadata is any arbitrary metadata attached to the member.

from field: string metadata = 3;

weight: string = ""

weight is the member's voting weight that should be greater than 0.

from field: string weight = 2;

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

Methods