HtlcTxAndSigs

data class HtlcTxAndSigs(txinfo: Transactions.TransactionWithInputInfo.HtlcTx, localSig: ByteVector64, remoteSig: ByteVector64)

Constructors

HtlcTxAndSigs
Link copied to clipboard
common
fun HtlcTxAndSigs(from: HtlcTxAndSigs)

Functions

export
Link copied to clipboard
common
fun export(): HtlcTxAndSigs

Properties

localSig
Link copied to clipboard
common
val localSig: ByteVector64
remoteSig
Link copied to clipboard
common
val remoteSig: ByteVector64
txinfo
Link copied to clipboard
common