TransactionsRequest

@Serializable
data class TransactionsRequest(val txsHashes: List<String>? = null)

Request for getting the transactions.

Author

Marcus Cvjeticanin

Since

0.1.0

Parameters

txsHashes

The hashes of the transactions

Constructors

Link copied to clipboard
constructor(txsHashes: List<String>? = null)

Properties

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