TransactionInfo

@Serializable
data class TransactionInfo(val amountOut: Long, val fee: Long, val hash: String, val size: Long)

Transaction info.

Author

Marcus Cvjeticanin

Since

0.3.0

Constructors

Link copied to clipboard
constructor(amountOut: Long, fee: Long, hash: String, size: Long)

Properties

Link copied to clipboard
Link copied to clipboard
val fee: Long
Link copied to clipboard
Link copied to clipboard
val size: Long