PoolChangesLiteResponse

@Serializable
data class PoolChangesLiteResponse(val addedTxs: List<Transaction>, val deletedTxsIds: List<String>, val isTailBlockActual: Boolean, val status: String)

Response from the pool changes lite.

Author

Marcus Cvjeticanin

Since

0.1.0

Parameters

addedTxs

List of added transactions.

deletedTxsIds

List of deleted transactions.

isTailBlockActual

Is the tail block actual.

status

Status of the response.

Constructors

Link copied to clipboard
constructor(addedTxs: List<Transaction>, deletedTxsIds: List<String>, isTailBlockActual: Boolean, status: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard