TransactionsStatusRequest

@Serializable
data class TransactionsStatusRequest(val transactionHashes: List<String>? = null, val transactionsInPool: Boolean? = null, val transactionsInBlock: Boolean? = null, val transactionsUnknown: Boolean? = null)

Request for getting the transactions status.

Author

Marcus Cvjeticanin

Since

0.1.0

Parameters

transactionHashes

The hashes of the transactions

transactionsInPool

Whether to include transactions in the pool

transactionsInBlock

Whether to include transactions in the block

transactionsUnknown

Whether to include transactions that are unknown

Constructors

Link copied to clipboard
constructor(transactionHashes: List<String>? = null, transactionsInPool: Boolean? = null, transactionsInBlock: Boolean? = null, transactionsUnknown: Boolean? = null)

Properties

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