EventLeaveGroup is an event emitted when group member leaves the group.

from message cosmos.group.v1.EventLeaveGroup

Hierarchy

Constructors

Properties

address: string = ""

address is the account address of the group member.

from field: string address = 2;

groupId: bigint = protoInt64.zero

group_id is the unique ID of the group.

from field: uint64 group_id = 1;

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

Methods