Group: {
    avatar: string | null;
    banner: string | null;
    bio: string;
    groupId: number;
    license: string | null;
    metadata: any | null;
    name: string;
    publicKey: web3.PublicKey;
    shdw: web3.PublicKey;
    status: number;
    timestamp: number;
}

Type declaration

  • avatar: string | null
  • banner: string | null
  • bio: string
  • groupId: number
  • license: string | null
  • metadata: any | null
  • name: string
  • publicKey: web3.PublicKey
  • shdw: web3.PublicKey
  • status: number
  • timestamp: number

Generated using TypeDoc