Skip to main content

Erc721OrErc1155 type

This feature is currently in beta and may change based on feedback that we receive.

Possible NFT contract types.

Signature:

export type Erc721OrErc1155 = Erc721 | Erc1155;