Class AnyValue
- Namespace
- Aptos
- Assembly
- Aptos.dll
public class AnyValue
- Inheritance
-
AnyValue
- Inherited Members
Constructors
AnyValue(string, string)
public AnyValue(string type, string value)
Parameters
Fields
Type
[JsonProperty("type")]
public string Type
Field Value
Value
[JsonProperty("value")]
public string Value