Uses of Class
org.ldk.structs.Result_InitDecodeErrorZ
-
Packages that use Result_InitDecodeErrorZ Package Description org.ldk.structs -
-
Uses of Result_InitDecodeErrorZ in org.ldk.structs
Subclasses of Result_InitDecodeErrorZ in org.ldk.structs Modifier and Type Class Description static class
Result_InitDecodeErrorZ.Result_InitDecodeErrorZ_Err
static class
Result_InitDecodeErrorZ.Result_InitDecodeErrorZ_OK
Methods in org.ldk.structs that return Result_InitDecodeErrorZ Modifier and Type Method Description Result_InitDecodeErrorZ
Result_InitDecodeErrorZ. clone()
Creates a new CResult_InitDecodeErrorZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static Result_InitDecodeErrorZ
Result_InitDecodeErrorZ. err(DecodeError e)
Creates a new CResult_InitDecodeErrorZ in the error state.static Result_InitDecodeErrorZ
Result_InitDecodeErrorZ. ok(Init o)
Creates a new CResult_InitDecodeErrorZ in the success state.static Result_InitDecodeErrorZ
Init. read(byte[] ser)
Read a Init from a byte array, created by Init_write
-