Normal
data class Normal(staticParams: StaticParams, currentTip: Pair<Int, BlockHeader>, currentOnChainFeerates: OnChainFeerates, commitments: Commitments, shortChannelId: ShortChannelId, buried: Boolean, channelAnnouncement: ChannelAnnouncement?, channelUpdate: ChannelUpdate, remoteChannelUpdate: ChannelUpdate?, localShutdown: Shutdown?, remoteShutdown: Shutdown?, closingFeerates: ClosingFeerates?) : ChannelStateWithCommitments
Content copied to clipboard
Constructors
Functions
export
Link copied to clipboard
Properties
channelAnnouncement
Link copied to clipboard
channelUpdate
Link copied to clipboard
closingFeerates
Link copied to clipboard
commitments
Link copied to clipboard
currentOnChainFeerates
Link copied to clipboard
currentTip
Link copied to clipboard
localShutdown
Link copied to clipboard
remoteChannelUpdate
Link copied to clipboard
remoteShutdown
Link copied to clipboard
shortChannelId
Link copied to clipboard
staticParams
Link copied to clipboard