NFTContract
The possible NFT contract types.
type NFTContract =
| NFTCollection
| Edition
| Pack
| Multiwrap
| Exclude<DropContract, "TokenDrop">;
Example
const { contract } = useContract("{{contract_address}}");
The possible NFT contract types.
type NFTContract =
| NFTCollection
| Edition
| Pack
| Multiwrap
| Exclude<DropContract, "TokenDrop">;
const { contract } = useContract("{{contract_address}}");