Skip to main content

sdk.erc721lazymint.ownerof

Home > @openformat/sdk > ERC721LazyMint > ownerOf

ERC721LazyMint.ownerOf() method

Returns the owner of the specified NFT. ownerOf

Signature:

ownerOf(params: ERC721OwnerOfParams): Promise<string>;

Parameters

ParameterTypeDescription
paramsERC721OwnerOfParams

Returns:

Promise<string>

{Promise<string>} - The address of the owner of the specified NFT.

Exceptions

{Error} If there was an error executing the transaction.