lightning-kmp
/
fr.acinq.lightning.blockchain.electrum
/
GetHeadersResponse
common
Get
Headers
Response
data class
GetHeadersResponse
(start_height:
Int
, headers:
List
<
BlockHeader
>, max:
Int
) :
ElectrumResponse
Content copied to clipboard
Functions
Properties
Functions
to
String
Link copied to clipboard
common
open override fun
toString
():
String
Content copied to clipboard
Properties
headers
Link copied to clipboard
common
val
headers
:
List
<
BlockHeader
>
Content copied to clipboard
max
Link copied to clipboard
common
val
max
:
Int
Content copied to clipboard
start_height
Link copied to clipboard
common
val
start_height
:
Int
Content copied to clipboard