HistoryEntry

data class HistoryEntry(val txHash: String, val txStatus: TxStatus)

Transaction history entry.

Constructors

Link copied to clipboard
constructor(txHash: String, txStatus: TxStatus)

Properties

Link copied to clipboard
Link copied to clipboard