MintNFTReturnType
The return type of the useMintNFT hook.
type MintNFTReturnType = TContract extends Erc721
? Awaited<ReturnType<Erc721Mintable["to"]>>
: TContract extends Erc1155
? Awaited<ReturnType<Erc1155Mintable["to"]>>
: never;
The return type of the useMintNFT hook.
type MintNFTReturnType = TContract extends Erc721
? Awaited<ReturnType<Erc721Mintable["to"]>>
: TContract extends Erc1155
? Awaited<ReturnType<Erc1155Mintable["to"]>>
: never;