NFTContract type
This feature is currently in beta and may change based on feedback that we receive.
The possible NFT contract types.
Example
const { contract } = useContract(<ContractAddress>);
Signature:
export type NFTContract = NFTCollection | Edition | Pack | Multiwrap | Exclude<DropContract, "TokenDrop">;
References: DropContract