Uses of Class
org.ldk.structs.Result_u32GraphSyncErrorZ
-
Packages that use Result_u32GraphSyncErrorZ Package Description org.ldk.structs -
-
Uses of Result_u32GraphSyncErrorZ in org.ldk.structs
Subclasses of Result_u32GraphSyncErrorZ in org.ldk.structs Modifier and Type Class Description static classResult_u32GraphSyncErrorZ.Result_u32GraphSyncErrorZ_Errstatic classResult_u32GraphSyncErrorZ.Result_u32GraphSyncErrorZ_OKMethods in org.ldk.structs that return Result_u32GraphSyncErrorZ Modifier and Type Method Description static Result_u32GraphSyncErrorZResult_u32GraphSyncErrorZ. err(GraphSyncError e)Creates a new CResult_u32GraphSyncErrorZ in the error state.static Result_u32GraphSyncErrorZResult_u32GraphSyncErrorZ. ok(int o)Creates a new CResult_u32GraphSyncErrorZ in the success state.Result_u32GraphSyncErrorZRapidGossipSync. update_network_graph(byte[] update_data)Update network graph from binary data.
-