Optional
address?: NativeAddressThe address of the user. This can be their native address. Only one of address or username should be specified.
Optional
partialProfile?: booleanIf true, we will only fetch a partial set of the document for the user.
Currently includes: solAddress, username, profile pic, and latest signed in chain
Pretty much, anything you need to display the address but not the full profile
Optional
username?: stringThe username of the user. Only one of address or username should be specified.
Optional
viewsToFetch?: {An array of views to fetch
This defines the options for fetching additional account details.
A view is a way of fetching additional details about an account, and these will be queryable in the response via the
views
property.Each view has a bookmark that is used for pagination and must be supplied to get the next page.