request Minting
suspend fun requestMinting(selectedImage: String, membershipDuration: Int?)
Content copied to clipboard
Authorizes the minting process for a selected NFT image Returns after the minting of the selected NFT has been authorized
The list of available images can be acquired by calling the getNFTImages function.x
Parameters
selected Image
the ID of the NFT image that is about to be minted
membership Duration
the number of years the membership is requested.
Throws
com. kycdao. android. sdk. exceptions. No Block Chain Account Found
Throws this if the user does not have a blockchain account.