Channel Update
data class ChannelUpdate(signature: ByteVector64, chainHash: ByteVector32, shortChannelId: ShortChannelId, timestampSeconds: Long, messageFlags: Byte, channelFlags: Byte, cltvExpiryDelta: CltvExpiryDelta, htlcMinimumMsat: MilliSatoshi, feeBaseMsat: MilliSatoshi, feeProportionalMillionths: Long, htlcMaximumMsat: MilliSatoshi?, unknownFields: ByteVector) : AnnouncementMessage, HasTimestamp, HasChainHash
Content copied to clipboard
Types
Companion
Link copied to clipboard
Functions
Properties
channelFlags
Link copied to clipboard
cltvExpiryDelta
Link copied to clipboard
feeBaseMsat
Link copied to clipboard
feeProportionalMillionths
Link copied to clipboard
htlcMaximumMsat
Link copied to clipboard
htlcMinimumMsat
Link copied to clipboard
messageFlags
Link copied to clipboard
shortChannelId
Link copied to clipboard
timestampSeconds
Link copied to clipboard
type
Link copied to clipboard
unknownFields
Link copied to clipboard