get Token History
fun getTokenHistory(tokenId: GroupId, cursor: String? = null, timeoutInMs: Int = requestTimeout): Array<Pair<Int, Hash256>>
fun getTokenHistory(tokenId: String, cursor: String? = null, timeoutInMs: Int = requestTimeout): Array<Pair<Int, Hash256>>
Get confirmed and unconfirmed activity in a script
Return
array of (height, transaction hash) pairs
Parameters
token Id
the address or hex encoded token identifier (group id)
timeout In Ms
(optional) Override the default request timeout