User: {
    avatar: string | null;
    banner: string | null;
    bio: string;
    following: number[];
    groups: number[];
    license: string | null;
    metadata: any | null;
    nickname: string;
    publicKey: web3.PublicKey;
    shdw: web3.PublicKey;
    socials: SocialData[];
    status: number;
    timestamp: number;
    userId: number;
}

Type declaration

  • avatar: string | null
  • banner: string | null
  • bio: string
  • following: number[]
  • groups: number[]
  • license: string | null
  • metadata: any | null
  • nickname: string
  • publicKey: web3.PublicKey
  • shdw: web3.PublicKey
  • socials: SocialData[]
  • status: number
  • timestamp: number
  • userId: number

Generated using TypeDoc