Remove a Profile Picture

Use the functionality below to allow users to remove their SPP from your own front-end.

function createRemoveProfilePictureTransaction (ownerPublicKey: PublicKey): Promise<Transaction>

Params

  • ownerPublicKey - The public key of the wallet

Return value

A Web3 Transaction object

Last updated