GetMerkle

data class GetMerkle(txid: ByteVector32, height: Int, contextOpt: Transaction?) : ElectrumRequest

Functions

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

Properties

contextOpt
Link copied to clipboard
common
val contextOpt: Transaction? = null
height
Link copied to clipboard
common
val height: Int
method
Link copied to clipboard
common
open override val method: String
txid
Link copied to clipboard
common
val txid: ByteVector32