Package org.ldk.structs
Class APIError.IncompatibleShutdownScript
- java.lang.Object
-
- org.ldk.structs.APIError
-
- org.ldk.structs.APIError.IncompatibleShutdownScript
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.APIError
APIError.APIMisuseError, APIError.ChannelUnavailable, APIError.FeeRateTooHigh, APIError.IncompatibleShutdownScript, APIError.MonitorUpdateFailed, APIError.RouteError
-
-
Field Summary
Fields Modifier and Type Field Description ShutdownScript
script
The incompatible shutdown script.
-
Method Summary
-
Methods inherited from class org.ldk.structs.APIError
apimisuse_error, channel_unavailable, clone, fee_rate_too_high, finalize, incompatible_shutdown_script, monitor_update_failed, route_error
-
-
-
-
Field Detail
-
script
public final ShutdownScript script
The incompatible shutdown script.
-
-