Uses of Class
org.ldk.structs.Result_NetworkGraphDecodeErrorZ
-
Packages that use Result_NetworkGraphDecodeErrorZ Package Description org.ldk.structs -
-
Uses of Result_NetworkGraphDecodeErrorZ in org.ldk.structs
Subclasses of Result_NetworkGraphDecodeErrorZ in org.ldk.structs Modifier and Type Class Description static class
Result_NetworkGraphDecodeErrorZ.Result_NetworkGraphDecodeErrorZ_Err
static class
Result_NetworkGraphDecodeErrorZ.Result_NetworkGraphDecodeErrorZ_OK
Methods in org.ldk.structs that return Result_NetworkGraphDecodeErrorZ Modifier and Type Method Description static Result_NetworkGraphDecodeErrorZ
Result_NetworkGraphDecodeErrorZ. err(DecodeError e)
Creates a new CResult_NetworkGraphDecodeErrorZ in the error state.static Result_NetworkGraphDecodeErrorZ
Result_NetworkGraphDecodeErrorZ. ok(Network o_network, Logger o_logger)
Creates a new CResult_NetworkGraphDecodeErrorZ in the success state.static Result_NetworkGraphDecodeErrorZ
NetworkGraph. read(byte[] ser, Logger arg)
Read a NetworkGraph from a byte array, created by NetworkGraph_write
-