Package fr. acinq. lightning. transactions
Types
Commitment Output
Link copied to clipboard
sealed class CommitmentOutput
Content copied to clipboard
Commitment Spec
Link copied to clipboard
data class CommitmentSpec(htlcs: Set<DirectedHtlc>, feerate: FeeratePerKw, toLocal: MilliSatoshi, toRemote: MilliSatoshi)
Content copied to clipboard
Directed Htlc
Link copied to clipboard
sealed class DirectedHtlc
Content copied to clipboard
Incoming Htlc
Link copied to clipboard
Outgoing Htlc
Link copied to clipboard
Transactions
Link copied to clipboard
object Transactions
Content copied to clipboard
Created by PM on 15/12/2016.
Transactions Commitment Outputs
Link copied to clipboard
typealias TransactionsCommitmentOutputs = List<Transactions.CommitmentOutputLink<CommitmentOutput>>
Content copied to clipboard
Type alias for a collection of commitment output links