toggle menu
libnexakotlin
0.1.50
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
)
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
)
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