toggle menu
Kaptos
0.1.2-beta
common
switch theme
search in API
Kaptos
/
xyz.mcxross.kaptos.model
/
PropertyValue
Property
Value
sealed
class
PropertyValue
Inheritors
BooleanValue
NumberValue
BigIntValue
StringValue
AccountAddressValue
Uint8ArrayValue
Members
Types
Account
Address
Value
Link copied to clipboard
data
class
AccountAddressValue
(
val
value
:
AccountAddress
)
:
PropertyValue
Big
Int
Value
Link copied to clipboard
data
class
BigIntValue
(
val
value
:
String
)
:
PropertyValue
Boolean
Value
Link copied to clipboard
data
class
BooleanValue
(
val
value
:
Boolean
)
:
PropertyValue
Number
Value
Link copied to clipboard
data
class
NumberValue
(
val
value
:
Number
)
:
PropertyValue
String
Value
Link copied to clipboard
data
class
StringValue
(
val
value
:
String
)
:
PropertyValue
Uint8Array
Value
Link copied to clipboard
data
class
Uint8ArrayValue
(
val
value
:
ByteArray
)
:
PropertyValue
Functions
to
Byte
Array
Link copied to clipboard
abstract
fun
toByteArray
(
)
:
ByteArray