Table of Contents

Enum IncludeWithoutPrice

Namespace
Thirdweb.Api
Assembly
Thirdweb.dll

Whether to include tokens without price data (default: true).

public enum IncludeWithoutPrice

Fields

[EnumMember(Value = "false")] False = 1
[EnumMember(Value = "true")] True = 0