toggle menu
libnexakotlin
0.3.5
common
switch theme
search in API
libnexakotlin
/
org.nexa.libnexakotlin
/
TokenGenesisInfo
Token
Genesis
Info
@
Serializable
data
class
TokenGenesisInfo
(
val
document_hash
:
String
?
,
val
document_url
:
String
?
,
val
height
:
Long
,
val
name
:
String
?
,
val
ticker
:
String
?
,
val
token_id_hex
:
String
,
val
txid
:
String
,
val
txidem
:
String
,
val
decimal_places
:
Int
?
=
null
,
val
op_return
:
String
?
=
null
)
:
BCHserializable
Members
Constructors
Token
Genesis
Info
Link copied to clipboard
constructor
(
document_hash
:
String
?
,
document_url
:
String
?
,
height
:
Long
,
name
:
String
?
,
ticker
:
String
?
,
token_id_hex
:
String
,
txid
:
String
,
txidem
:
String
,
decimal_places
:
Int
?
=
null
,
op_return
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
decimal_places
Link copied to clipboard
val
decimal_places
:
Int
?
=
null
document_hash
Link copied to clipboard
val
document_hash
:
String
?
document_url
Link copied to clipboard
val
document_url
:
String
?
height
Link copied to clipboard
val
height
:
Long
name
Link copied to clipboard
val
name
:
String
?
op_return
Link copied to clipboard
val
op_return
:
String
?
=
null
ticker
Link copied to clipboard
val
ticker
:
String
?
token_id_hex
Link copied to clipboard
val
token_id_hex
:
String
txid
Link copied to clipboard
val
txid
:
String
txidem
Link copied to clipboard
val
txidem
:
String
Functions
BCHdeserialize
Link copied to clipboard
open
override
fun
BCHdeserialize
(
stream
:
BCHserialized
)
:
BCHserialized
BCHserialize
Link copied to clipboard
open
override
fun
BCHserialize
(
format
:
SerializationType
)
:
BCHserialized
to
Byte
Array
Link copied to clipboard
open
fun
toByteArray
(
format
:
SerializationType
=
SerializationType.UNKNOWN
)
:
ByteArray