GetHeadersResponse

data class GetHeadersResponse(start_height: Int, headers: List<BlockHeader>, max: Int) : ElectrumResponse

Functions

toString
Link copied to clipboard
common
open override fun toString(): String

Properties

headers
Link copied to clipboard
common
val headers: List<BlockHeader>
max
Link copied to clipboard
common
val max: Int
start_height
Link copied to clipboard
common
val start_height: Int