libnexakotlin
Toggle table of contents
0.4.7
common
Platform filter
common
Switch theme
Search in API
libnexakotlin
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
>