GetTransactionIdFromPositionResponse

data class GetTransactionIdFromPositionResponse(txid: ByteVector32, height: Int, tx_pos: Int, merkle: List<ByteVector32>) : ElectrumResponse

Properties

height
Link copied to clipboard
common
val height: Int
merkle
Link copied to clipboard
common
val merkle: List<ByteVector32>
tx_pos
Link copied to clipboard
common
val tx_pos: Int
txid
Link copied to clipboard
common
val txid: ByteVector32