lightning-kmp
/
fr.acinq.lightning.blockchain.electrum
/
GetTransactionIdFromPosition
common
Get
Transaction
Id
From
Position
data class
GetTransactionIdFromPosition
(height:
Int
, tx_pos:
Int
, merkle:
Boolean
) :
ElectrumRequest
Content copied to clipboard
Functions
Properties
Functions
as
Json
RPCRequest
Link copied to clipboard
common
fun
asJsonRPCRequest
(id:
Int
= 0):
String
Content copied to clipboard
Properties
height
Link copied to clipboard
common
val
height
:
Int
Content copied to clipboard
merkle
Link copied to clipboard
common
val
merkle
:
Boolean
= false
Content copied to clipboard
method
Link copied to clipboard
common
open override val
method
:
String
Content copied to clipboard
tx_pos
Link copied to clipboard
common
val
tx_pos
:
Int
Content copied to clipboard