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
Methods in org.ldk.impl that return Secp256k1Error Modifier and Type Method Description static Secp256k1Errorbindings. LDKCResult_PayeePubKeyErrorZ_get_err(long arg)static Secp256k1Errorbindings. LDKCResult_PublicKeyErrorZ_get_err(long arg)static Secp256k1Errorbindings. LDKCResult_SecretKeyErrorZ_get_err(long arg)static Secp256k1Errorbindings. LDKCResult_StringErrorZ_get_err(long arg)static Secp256k1Errorbindings. LDKCResult_TxCreationKeysErrorZ_get_err(long arg)Methods in org.ldk.impl with parameters of type Secp256k1Error Modifier and Type Method Description static longbindings. CResult_PayeePubKeyErrorZ_err(Secp256k1Error e)static longbindings. CResult_PublicKeyErrorZ_err(Secp256k1Error e)static longbindings. CResult_SecretKeyErrorZ_err(Secp256k1Error e)static longbindings. CResult_StringErrorZ_err(Secp256k1Error e)static longbindings. CResult_TxCreationKeysErrorZ_err(Secp256k1Error e) -
Uses of Secp256k1Error in org.ldk.structs
Fields in org.ldk.structs declared as Secp256k1Error Modifier and Type Field Description Secp256k1ErrorResult_PayeePubKeyErrorZ.Result_PayeePubKeyErrorZ_Err. errSecp256k1ErrorResult_PublicKeyErrorZ.Result_PublicKeyErrorZ_Err. errSecp256k1ErrorResult_SecretKeyErrorZ.Result_SecretKeyErrorZ_Err. errSecp256k1ErrorResult_StringErrorZ.Result_StringErrorZ_Err. errSecp256k1ErrorResult_TxCreationKeysErrorZ.Result_TxCreationKeysErrorZ_Err. errMethods in org.ldk.structs with parameters of type Secp256k1Error Modifier and Type Method Description static Result_PayeePubKeyErrorZResult_PayeePubKeyErrorZ. err(Secp256k1Error e)Creates a new CResult_PayeePubKeyErrorZ in the error state.static Result_PublicKeyErrorZResult_PublicKeyErrorZ. err(Secp256k1Error e)Creates a new CResult_PublicKeyErrorZ in the error state.static Result_SecretKeyErrorZResult_SecretKeyErrorZ. err(Secp256k1Error e)Creates a new CResult_SecretKeyErrorZ in the error state.static Result_StringErrorZResult_StringErrorZ. err(Secp256k1Error e)Creates a new CResult_StringErrorZ in the error state.static Result_TxCreationKeysErrorZResult_TxCreationKeysErrorZ. err(Secp256k1Error e)Creates a new CResult_TxCreationKeysErrorZ in the error state.
-