lightning-kmp
/
fr.acinq.lightning.transactions
/
Transactions
/
InputInfo
common
Input
Info
data class
InputInfo
(outPoint:
OutPoint
, txOut:
TxOut
, redeemScript:
ByteVector
)
Content copied to clipboard
Constructors
Properties
Constructors
InputInfo
Link copied to clipboard
common
fun
InputInfo
(outPoint:
OutPoint
, txOut:
TxOut
, redeemScript:
List
<
ScriptElt
>)
Content copied to clipboard
Properties
outPoint
Link copied to clipboard
common
val
outPoint
:
OutPoint
Content copied to clipboard
redeemScript
Link copied to clipboard
common
val
redeemScript
:
ByteVector
Content copied to clipboard
txOut
Link copied to clipboard
common
val
txOut
:
TxOut
Content copied to clipboard