Commitments
data class Commitments(channelConfig: ChannelConfig, channelFeatures: ChannelFeatures, localParams: LocalParams, remoteParams: RemoteParams, channelFlags: Byte, localCommit: LocalCommit, remoteCommit: RemoteCommit, localChanges: LocalChanges, remoteChanges: RemoteChanges, localNextHtlcId: Long, remoteNextHtlcId: Long, payments: Map<Long, UUID>, remoteNextCommitInfo: Either<WaitingForRevocation, PublicKey>, commitInput: Transactions.InputInfo, remotePerCommitmentSecrets: ShaChain, channelId: ByteVector32, remoteChannelData: EncryptedChannelData)
Content copied to clipboard
Constructors
Commitments
Link copied to clipboard
Functions
export
Link copied to clipboard
Properties
channelConfig
Link copied to clipboard
channelFeatures
Link copied to clipboard
channelFlags
Link copied to clipboard
commitInput
Link copied to clipboard
localChanges
Link copied to clipboard
localCommit
Link copied to clipboard
localNextHtlcId
Link copied to clipboard
localParams
Link copied to clipboard
remoteChanges
Link copied to clipboard
remoteChannelData
Link copied to clipboard
remoteCommit
Link copied to clipboard
remoteNextCommitInfo
Link copied to clipboard
remoteNextHtlcId
Link copied to clipboard
remoteParams
Link copied to clipboard
remotePerCommitmentSecrets
Link copied to clipboard