Uses of Class
org.ldk.structs.Option_boolZ
-
Packages that use Option_boolZ Package Description org.ldk.structs -
-
Uses of Option_boolZ in org.ldk.structs
Subclasses of Option_boolZ in org.ldk.structs Modifier and Type Class Description static classOption_boolZ.NoneWhen we're in this state, this COption_boolZ contains nothingstatic classOption_boolZ.SomeWhen we're in this state, this COption_boolZ contains a boolMethods in org.ldk.structs that return Option_boolZ Modifier and Type Method Description Option_boolZOption_boolZ. clone()Creates a new COption_boolZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.Option_boolZInMemorySigner. is_outbound()Returns whether the holder is the initiator.static Option_boolZOption_boolZ. none()Constructs a new COption_boolZ containing nothingstatic Option_boolZOption_boolZ. some(boolean o)Constructs a new COption_boolZ containing a bool
-