For the complete documentation index, see llms.txt. This page is also available as Markdown.

Variant

The Variant model with this you can provide the Smart Contract with Variables

Field

Type

Description

V_null

string

null

V_void

sbyte

void

V_boolean

bool

bool

V_boolean_box

bool

bool box

V_byte

sbyte

byte

V_byte_box

sbyte

byte box

V_short

short

short

V_short_box

short

short box

V_int

int

int

V_int_box

int

int box

V_long

long

long

V_long_box

long

long box

V_float

double

float

V_float_box

double

float box

V_double

double

double

V_double_box

double

double box

V_string

string

string

V_object

object

V_array

List<Variant>

array

V_list

List<Variant>

list

V_set

THashSet<Variant>

set

V_big_decimal

string

big decimal

V_amount

amount

V_byte_array

byte[]

byte array

Last updated

Was this helpful?