public static class PaymentChannelServer.DefaultServerChannelProperties extends java.lang.Object implements PaymentChannelServer.ServerChannelProperties
Constructor and Description |
---|
DefaultServerChannelProperties() |
Modifier and Type | Method and Description |
---|---|
long |
getMaxTimeWindow()
The maximum allowed channel time window in seconds.
|
Coin |
getMinPayment()
The size of the payment that the client is requested to pay in the initiate phase.
|
long |
getMinTimeWindow()
The minimum allowed channel time window in seconds, must be larger than 7200.
|
public Coin getMinPayment()
PaymentChannelServer.ServerChannelProperties
getMinPayment
in interface PaymentChannelServer.ServerChannelProperties
public long getMaxTimeWindow()
PaymentChannelServer.ServerChannelProperties
getMaxTimeWindow
in interface PaymentChannelServer.ServerChannelProperties
public long getMinTimeWindow()
PaymentChannelServer.ServerChannelProperties
getMinTimeWindow
in interface PaymentChannelServer.ServerChannelProperties