Uses of Class
org.ldk.enums.Secp256k1Error
-
Packages that use Secp256k1Error Package Description org.ldk.enums org.ldk.impl org.ldk.structs -
-
Uses of Secp256k1Error in org.ldk.enums
Methods in org.ldk.enums that return Secp256k1Error Modifier and Type Method Description static Secp256k1Error
Secp256k1Error. valueOf(String name)
Returns the enum constant of this type with the specified name.static Secp256k1Error[]
Secp256k1Error. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Secp256k1Error in org.ldk.impl
Fields in org.ldk.impl declared as Secp256k1Error Modifier and Type Field Description Secp256k1Error
bindings.LDKParseError.MalformedSignature. malformed_signature
Secp256k1Error
bindings.LDKSendError.Secp256k1. secp256k1
Methods in org.ldk.impl that return Secp256k1Error Modifier and Type Method Description static Secp256k1Error
bindings. CResult_PayeePubKeyErrorZ_get_err(long owner)
static Secp256k1Error
bindings. CResult_PublicKeyErrorZ_get_err(long owner)
static Secp256k1Error
bindings. CResult_StringErrorZ_get_err(long owner)
Methods in org.ldk.impl with parameters of type Secp256k1Error Modifier and Type Method Description static long
bindings. CResult_PayeePubKeyErrorZ_err(Secp256k1Error e)
static long
bindings. CResult_PublicKeyErrorZ_err(Secp256k1Error e)
static long
bindings. CResult_StringErrorZ_err(Secp256k1Error e)
static long
bindings. ParseError_malformed_signature(Secp256k1Error a)
static long
bindings. SendError_secp256k1(Secp256k1Error a)
-
Uses of Secp256k1Error in org.ldk.structs
Fields in org.ldk.structs declared as Secp256k1Error Modifier and Type Field Description Secp256k1Error
Result_PayeePubKeyErrorZ.Result_PayeePubKeyErrorZ_Err. err
Secp256k1Error
Result_PublicKeyErrorZ.Result_PublicKeyErrorZ_Err. err
Secp256k1Error
Result_StringErrorZ.Result_StringErrorZ_Err. err
Secp256k1Error
ParseError.MalformedSignature. malformed_signature
Secp256k1Error
SendError.Secp256k1. secp256k1
Methods in org.ldk.structs with parameters of type Secp256k1Error Modifier and Type Method Description static Result_PayeePubKeyErrorZ
Result_PayeePubKeyErrorZ. err(Secp256k1Error e)
Creates a new CResult_PayeePubKeyErrorZ in the error state.static Result_PublicKeyErrorZ
Result_PublicKeyErrorZ. err(Secp256k1Error e)
Creates a new CResult_PublicKeyErrorZ in the error state.static Result_StringErrorZ
Result_StringErrorZ. err(Secp256k1Error e)
Creates a new CResult_StringErrorZ in the error state.static ParseError
ParseError. malformed_signature(Secp256k1Error a)
Utility method to constructs a new MalformedSignature-variant ParseErrorstatic SendError
SendError. secp256k1(Secp256k1Error a)
Utility method to constructs a new Secp256k1-variant SendError
-