Local Params
data class LocalParams(nodeId: PublicKey, fundingKeyPath: KeyPath, dustLimit: Satoshi, maxHtlcValueInFlightMsat: Long, channelReserve: Satoshi, htlcMinimum: MilliSatoshi, toSelfDelay: CltvExpiryDelta, maxAcceptedHtlcs: Int, isFunder: Boolean, defaultFinalScriptPubKey: ByteVector, features: Features)
Content copied to clipboard
README: by design, we do not include channel private keys and secret here, so they won't be included in our backups (local files, encrypted peer backup, ...), so even if these backups were compromised channel private keys would not be leaked unless the main seed was also compromised. This means that they will be recomputed once when we convert serialized data to their "live" counterparts.
Constructors
LocalParams
Link copied to clipboard
LocalParams
Link copied to clipboard
fun LocalParams(nodeId: PublicKey, fundingKeyPath: KeyPath, dustLimit: Satoshi, maxHtlcValueInFlightMsat: Long, channelReserve: Satoshi, htlcMinimum: MilliSatoshi, toSelfDelay: CltvExpiryDelta, maxAcceptedHtlcs: Int, isFunder: Boolean, defaultFinalScriptPubKey: ByteVector, features: Features)
Content copied to clipboard
Functions
export
Link copied to clipboard
Properties
channelReserve
Link copied to clipboard
defaultFinalScriptPubKey
Link copied to clipboard
fundingKeyPath
Link copied to clipboard
htlcMinimum
Link copied to clipboard
maxAcceptedHtlcs
Link copied to clipboard
maxHtlcValueInFlightMsat
Link copied to clipboard
toSelfDelay
Link copied to clipboard