GetTransactionIdFromPosition

data class GetTransactionIdFromPosition(height: Int, tx_pos: Int, merkle: Boolean) : ElectrumRequest

Functions

asJsonRPCRequest
Link copied to clipboard
common
fun asJsonRPCRequest(id: Int = 0): String

Properties

height
Link copied to clipboard
common
val height: Int
merkle
Link copied to clipboard
common
val merkle: Boolean = false
method
Link copied to clipboard
common
open override val method: String
tx_pos
Link copied to clipboard
common
val tx_pos: Int