Skip to main content

Interface: Member

Member record.

Hierarchy

Properties

about

Optional about: string

About member information.


avatar

Optional avatar: string

Avatar URL


avatarNft

Optional avatarNft: string

Link to NFT that's set as profile. Must be minted NFT. NFT


awardsCompleted

Optional awardsCompleted: number

Total awards completed


createdBy

Optional createdBy: string

Member UID Member

Inherited from

BaseRecord.createdBy


createdOn

Optional createdOn: Timestamp

Date/time it was created on.

Inherited from

BaseRecord.createdOn


discord

Optional discord: string

Discord details.


github

Optional github: string

Github link.


name

Optional name: string

Member name. Must be unique in the system.


nonce

Optional nonce: string

Nonce to sign for authetication purposes.


prevValidatedAddresses

Optional prevValidatedAddresses: string[]

Previouslly validated addresses.


spaces

Optional spaces: Object

Link to spaces member interacted with.

Index signature

▪ [spaceId: string]: MemberSpaceStat


totalReward

Optional totalReward: number

Total in rewards

Depreciated

Leagacy code when had just one token. Will be removed.


twitter

Optional twitter: string

Twitter handle.


uid

uid: string

Member ID.

Overrides

BaseRecord.uid


updatedOn

Optional updatedOn: Timestamp

Date/time it was updated on.

Inherited from

BaseRecord.updatedOn


validatedAddress

Optional validatedAddress: ValidatedAddress

Validated addresses.