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
Methods in org.ldk.impl that return Secp256k1Error Modifier and Type Method Description static Secp256k1Error
bindings. LDKCResult_PayeePubKeyErrorZ_get_err(long arg)
static Secp256k1Error
bindings. LDKCResult_PublicKeyErrorZ_get_err(long arg)
static Secp256k1Error
bindings. LDKCResult_SecretKeyErrorZ_get_err(long arg)
static Secp256k1Error
bindings. LDKCResult_StringErrorZ_get_err(long arg)
static Secp256k1Error
bindings. LDKCResult_TxCreationKeysErrorZ_get_err(long arg)
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_SecretKeyErrorZ_err(Secp256k1Error e)
static long
bindings. CResult_StringErrorZ_err(Secp256k1Error e)
static long
bindings. 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 Secp256k1Error
Result_PayeePubKeyErrorZ.Result_PayeePubKeyErrorZ_Err. err
Secp256k1Error
Result_PublicKeyErrorZ.Result_PublicKeyErrorZ_Err. err
Secp256k1Error
Result_SecretKeyErrorZ.Result_SecretKeyErrorZ_Err. err
Secp256k1Error
Result_StringErrorZ.Result_StringErrorZ_Err. err
Secp256k1Error
Result_TxCreationKeysErrorZ.Result_TxCreationKeysErrorZ_Err. err
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_SecretKeyErrorZ
Result_SecretKeyErrorZ. err(Secp256k1Error e)
Creates a new CResult_SecretKeyErrorZ in the error state.static Result_StringErrorZ
Result_StringErrorZ. err(Secp256k1Error e)
Creates a new CResult_StringErrorZ in the error state.static Result_TxCreationKeysErrorZ
Result_TxCreationKeysErrorZ. err(Secp256k1Error e)
Creates a new CResult_TxCreationKeysErrorZ in the error state.
-