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

    Class MsgUpdateGroupAdmin

    MsgUpdateGroupAdmin is the Msg/UpdateGroupAdmin request type.

    from message cosmos.group.v1.MsgUpdateGroupAdmin

    Hierarchy

    Index

    Constructors

    Properties

    admin: string = ""

    admin is the current 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;

    newAdmin: string = ""

    new_admin is the group new admin account address.

    from field: string new_admin = 3;

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

    Methods