HtlcTxAndSigs

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

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