Profiles
#
Find and load a single profileExample:
๐ AnyAccountId: AccountId | string
๐ ProfileData: CommonData < SocialAccountWithId, ProfileContent > & { profile?: Profile }
#
Find and load an array of profilesExample:
๐ AnyAccountId: AccountId | string
๐ ProfileData: CommonData < SocialAccountWithId, ProfileContent > & { profile?: Profile }