Class Event_Decoded
- Namespace
- Thirdweb.Indexer
- Assembly
- Thirdweb.dll
public class Event_Decoded
- Inheritance
-
Event_Decoded
- Inherited Members
-
Properties
IndexedParams
[JsonProperty("indexed_params")]
public JObject IndexedParams { get; set; }
Property Value
- JObject
Name
[JsonProperty("name")]
public string Name { get; set; }
Property Value
- string
NonIndexedParams
[JsonProperty("non_indexed_params")]
public JObject NonIndexedParams { get; set; }
Property Value
- JObject
Signature
[JsonProperty("signature")]
public string Signature { get; set; }
Property Value
- string