Function.useKeybanNft
function useKeybanNft(tokenAddress: string, tokenId: string): ApiResult<KeybanNft>;
Retrives a single nft data.
Parameters
Parameter | Type | Description |
---|---|---|
tokenAddress | string | The address of the token contract. |
tokenId | string | The ID of the token. |
Returns
- The result containing the NFT or an error.