BlockTransaction

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

Block transaction.

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