bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class MsgUpdateGroupMetadata

    MsgUpdateGroupMetadata is the Msg/UpdateGroupMetadata request type.

    from message cosmos.group.v1.MsgUpdateGroupMetadata

    Hierarchy

    Index

    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;

    metadata: string = ""

    metadata is the updated group's metadata.

    from field: string metadata = 3;

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

    Methods