viewProfile
Displays a user's Farcaster profile.

Viewing a profile and follow a user from an app.
Usage
import { sdk } from '@farcaster/miniapp-sdk'
 
await sdk.actions.viewProfile({ 
  fid
})Parameters
fid
- Type: 
number 
Farcaster ID of the user whose profile to view.
Return Value
void