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 classResult_NetworkGraphDecodeErrorZ.Result_NetworkGraphDecodeErrorZ_Errstatic classResult_NetworkGraphDecodeErrorZ.Result_NetworkGraphDecodeErrorZ_OKMethods in org.ldk.structs that return Result_NetworkGraphDecodeErrorZ Modifier and Type Method Description static Result_NetworkGraphDecodeErrorZResult_NetworkGraphDecodeErrorZ. err(DecodeError e)Creates a new CResult_NetworkGraphDecodeErrorZ in the error state.static Result_NetworkGraphDecodeErrorZResult_NetworkGraphDecodeErrorZ. ok(byte[] o_genesis_hash, Logger o_logger)Creates a new CResult_NetworkGraphDecodeErrorZ in the success state.static Result_NetworkGraphDecodeErrorZNetworkGraph. read(byte[] ser, Logger arg)Read a NetworkGraph from a byte array, created by NetworkGraph_write
-