Table of Contents

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

type string
value string

Fields

Type

[JsonProperty("type")]
public string Type

Field Value

string

Value

[JsonProperty("value")]
public string Value

Field Value

string