MsgLeaveGroup is the Msg/LeaveGroup request type.

from message cosmos.group.v1.MsgLeaveGroup

Hierarchy

Constructors

Properties

address: string = ""

address is the account address of the group member.

from field: string address = 1;

groupId: bigint = protoInt64.zero

group_id is the unique ID of the group.

from field: uint64 group_id = 2;

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

Methods