getNFT

suspend fun getNFT(id: String): Result<TokenResponse>

Get a specific NFT by ID.

Return

A Result containing a TokenResponse if the NFT was successfully retrieved, or an EmbeddedWalletException in case of failure.

Parameters

id

The ID of the NFT.