Table of Contents

Enum TokenType

Namespace
Thirdweb
Assembly
Thirdweb.dll

Enumeration representing the type of tokens (ERC721, ERC1155, or ERC20).

public enum TokenType : byte

Fields

ERC1155 = 1

Represents an ERC1155 token.

ERC20 = 2

Represents an ERC20 token.

ERC721 = 0

Represents an ERC721 token.