toggle menu
libnexakotlin
0.3.5
common
switch theme
search in API
libnexakotlin
/
org.nexa.libnexakotlin
/
ElectrumClient
/
TokenHistoryWithCursor
Token
History
With
Cursor
@
Serializable
data
class
TokenHistoryWithCursor
(
val
cursor
:
String
?
,
val
history
:
Array
<
ElectrumClient.GetHistoryResult
>
)
Members
Constructors
Token
History
With
Cursor
Link copied to clipboard
constructor
(
cursor
:
String
?
,
history
:
Array
<
ElectrumClient.GetHistoryResult
>
)
Properties
cursor
Link copied to clipboard
val
cursor
:
String
?
history
Link copied to clipboard
val
history
:
Array
<
ElectrumClient.GetHistoryResult
>