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

    Member represents a group member with an account address, non-zero weight, metadata and added_at timestamp.

    from message cosmos.group.v1.Member

    Hierarchy

    Index

    Constructors

    Properties

    addedAt?: Timestamp

    added_at is a timestamp specifying when a member was added.

    from field: google.protobuf.Timestamp added_at = 4;

    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.Member"

    Methods