PoolChangesLiteRequest

@Serializable
data class PoolChangesLiteRequest(val tailBlockId: String? = null, val knownTxsIds: List<String>? = null)

Request for getting the changes in the pool.

Author

Marcus Cvjeticanin

Since

0.1.0

Parameters

tailBlockId

The block id of the last block we know about

knownTxsIds

Already known transactions

Constructors

Link copied to clipboard
constructor(tailBlockId: String? = null, knownTxsIds: List<String>? = null)

Properties

Link copied to clipboard
val knownTxsIds: List<String>? = null
Link copied to clipboard
val tailBlockId: String? = null