GetHistoryResult

@Serializable
data class GetHistoryResult(val height: Int, val tx_hash: String)

Constructors

Link copied to clipboard
constructor(height: Int, tx_hash: String)

Properties

Link copied to clipboard
val height: Int
Link copied to clipboard