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.ServerChannelPropertiesgetMinPayment in interface PaymentChannelServer.ServerChannelPropertiespublic long getMaxTimeWindow()
PaymentChannelServer.ServerChannelPropertiesgetMaxTimeWindow in interface PaymentChannelServer.ServerChannelPropertiespublic long getMinTimeWindow()
PaymentChannelServer.ServerChannelPropertiesgetMinTimeWindow in interface PaymentChannelServer.ServerChannelProperties