requestMinting

suspend fun requestMinting(selectedImage: String, membershipDuration: Int?)

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

selectedImage

the ID of the NFT image that is about to be minted

membershipDuration

the number of years the membership is requested.

Throws

com.kycdao.android.sdk.exceptions.NoBlockChainAccountFound

Throws this if the user does not have a blockchain account.