RemoteParams

data class RemoteParams(nodeId: PublicKey, dustLimit: Satoshi, maxHtlcValueInFlightMsat: Long, channelReserve: Satoshi, htlcMinimum: MilliSatoshi, toSelfDelay: CltvExpiryDelta, maxAcceptedHtlcs: Int, fundingPubKey: PublicKey, revocationBasepoint: PublicKey, paymentBasepoint: PublicKey, delayedPaymentBasepoint: PublicKey, htlcBasepoint: PublicKey, features: Features)

Constructors

RemoteParams
Link copied to clipboard
common
fun RemoteParams(from: RemoteParams)

Functions

export
Link copied to clipboard
common
fun export(): RemoteParams

Properties

channelReserve
Link copied to clipboard
common
val channelReserve: Satoshi
delayedPaymentBasepoint
Link copied to clipboard
common
val delayedPaymentBasepoint: PublicKey
dustLimit
Link copied to clipboard
common
val dustLimit: Satoshi
features
Link copied to clipboard
common
val features: Features
fundingPubKey
Link copied to clipboard
common
val fundingPubKey: PublicKey
htlcBasepoint
Link copied to clipboard
common
val htlcBasepoint: PublicKey
htlcMinimum
Link copied to clipboard
common
val htlcMinimum: MilliSatoshi
maxAcceptedHtlcs
Link copied to clipboard
common
val maxAcceptedHtlcs: Int
maxHtlcValueInFlightMsat
Link copied to clipboard
common
val maxHtlcValueInFlightMsat: Long
nodeId
Link copied to clipboard
common
val nodeId: PublicKey
paymentBasepoint
Link copied to clipboard
common
val paymentBasepoint: PublicKey
revocationBasepoint
Link copied to clipboard
common
val revocationBasepoint: PublicKey
toSelfDelay
Link copied to clipboard
common
val toSelfDelay: CltvExpiryDelta