lightning-kmp
/
fr.acinq.lightning.blockchain.electrum
/
GetMerkleResponse
common
Get
Merkle
Response
data class
GetMerkleResponse
(txid:
ByteVector32
, merkle:
List
<
ByteVector32
>, block_height:
Int
, pos:
Int
, contextOpt:
Transaction
?) :
ElectrumResponse
Content copied to clipboard
Properties
Properties
block_height
Link copied to clipboard
common
val
block_height
:
Int
Content copied to clipboard
contextOpt
Link copied to clipboard
common
val
contextOpt
:
Transaction
? = null
Content copied to clipboard
merkle
Link copied to clipboard
common
val
merkle
:
List
<
ByteVector32
>
Content copied to clipboard
pos
Link copied to clipboard
common
val
pos
:
Int
Content copied to clipboard
root
Link copied to clipboard
common
val
root
:
ByteVector32
Content copied to clipboard
txid
Link copied to clipboard
common
val
txid
:
ByteVector32
Content copied to clipboard