lib
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
lib
lib
/
app.cash.lninvoice
/
HopHint
Hop
Hint
data
class
HopHint
(
val
pubkey
:
ByteString
,
val
shortChannelId
:
ShortChannelId
,
val
feeBaseMsat
:
Int
,
val
feeProportionalMillionths
:
Int
,
val
cltvExpiryDelta
:
Short
)
(
source
)
Members
Constructors
Hop
Hint
Link copied to clipboard
constructor
(
pubkey
:
ByteString
,
shortChannelId
:
ShortChannelId
,
feeBaseMsat
:
Int
,
feeProportionalMillionths
:
Int
,
cltvExpiryDelta
:
Short
)
Properties
cltv
Expiry
Delta
Link copied to clipboard
val
cltvExpiryDelta
:
Short
fee
Base
Msat
Link copied to clipboard
val
feeBaseMsat
:
Int
fee
Proportional
Millionths
Link copied to clipboard
val
feeProportionalMillionths
:
Int
pubkey
Link copied to clipboard
val
pubkey
:
ByteString
short
Channel
Id
Link copied to clipboard
val
shortChannelId
:
ShortChannelId