GetMerkleResponse

data class GetMerkleResponse(txid: ByteVector32, merkle: List<ByteVector32>, block_height: Int, pos: Int, contextOpt: Transaction?) : ElectrumResponse

Properties

block_height
Link copied to clipboard
common
val block_height: Int
contextOpt
Link copied to clipboard
common
val contextOpt: Transaction? = null
merkle
Link copied to clipboard
common
val merkle: List<ByteVector32>
pos
Link copied to clipboard
common
val pos: Int
root
Link copied to clipboard
common
val root: ByteVector32
txid
Link copied to clipboard
common
val txid: ByteVector32