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 Secp256k1ErrorSecp256k1Error. 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 Secp256k1Errorbindings.LDKBolt11ParseError.MalformedSignature. malformed_signatureSecp256k1Errorbindings.LDKSendError.Secp256k1. secp256k1Methods in org.ldk.impl that return Secp256k1Error Modifier and Type Method Description static Secp256k1Errorbindings. CResult_PayeePubKeySecp256k1ErrorZ_get_err(long owner)static Secp256k1Errorbindings. CResult_PublicKeySecp256k1ErrorZ_get_err(long owner)static Secp256k1Errorbindings. CResult_StrSecp256k1ErrorZ_get_err(long owner)Methods in org.ldk.impl with parameters of type Secp256k1Error Modifier and Type Method Description static longbindings. Bolt11ParseError_malformed_signature(Secp256k1Error a)static longbindings. CResult_PayeePubKeySecp256k1ErrorZ_err(Secp256k1Error e)static longbindings. CResult_PublicKeySecp256k1ErrorZ_err(Secp256k1Error e)static longbindings. CResult_StrSecp256k1ErrorZ_err(Secp256k1Error e)static longbindings. SendError_secp256k1(Secp256k1Error a) -
Uses of Secp256k1Error in org.ldk.structs
Fields in org.ldk.structs declared as Secp256k1Error Modifier and Type Field Description Secp256k1ErrorResult_PayeePubKeySecp256k1ErrorZ.Result_PayeePubKeySecp256k1ErrorZ_Err. errSecp256k1ErrorResult_PublicKeySecp256k1ErrorZ.Result_PublicKeySecp256k1ErrorZ_Err. errSecp256k1ErrorResult_StrSecp256k1ErrorZ.Result_StrSecp256k1ErrorZ_Err. errSecp256k1ErrorBolt11ParseError.MalformedSignature. malformed_signatureSecp256k1ErrorSendError.Secp256k1. secp256k1Methods in org.ldk.structs with parameters of type Secp256k1Error Modifier and Type Method Description static Result_PayeePubKeySecp256k1ErrorZResult_PayeePubKeySecp256k1ErrorZ. err(Secp256k1Error e)Creates a new CResult_PayeePubKeySecp256k1ErrorZ in the error state.static Result_PublicKeySecp256k1ErrorZResult_PublicKeySecp256k1ErrorZ. err(Secp256k1Error e)Creates a new CResult_PublicKeySecp256k1ErrorZ in the error state.static Result_StrSecp256k1ErrorZResult_StrSecp256k1ErrorZ. err(Secp256k1Error e)Creates a new CResult_StrSecp256k1ErrorZ in the error state.static Bolt11ParseErrorBolt11ParseError. malformed_signature(Secp256k1Error a)Utility method to constructs a new MalformedSignature-variant Bolt11ParseErrorstatic SendErrorSendError. secp256k1(Secp256k1Error a)Utility method to constructs a new Secp256k1-variant SendError
-