Last updated 2 years ago
Use the functionality below to allow users to change their PFP from your own front-end.
Params
tokenId - The token object that holds token identifications
tokenId
TokenId is defined by:
function createSetProfilePicturePayload (tokenId: TokenId): Promise<TransactionPayloadEntryFunction>
{ creator: string, collection: string, name: string, }