Class ThirdwebChainDataResponse
- Namespace
- Thirdweb
- Assembly
- Thirdweb.dll
[JsonObject(ItemNullValueHandling = NullValueHandling.Ignore)]
public class ThirdwebChainDataResponse
- Inheritance
-
ThirdwebChainDataResponse
- Inherited Members
Properties
Data
[JsonProperty("data")]
public ThirdwebChainData Data { get; set; }
Property Value
Error
[JsonProperty("error")]
public object Error { get; set; }