Uses of Class
org.ldk.enums.Recipient
-
Packages that use Recipient Package Description org.ldk.enums org.ldk.impl org.ldk.structs -
-
Uses of Recipient in org.ldk.enums
Methods in org.ldk.enums that return Recipient Modifier and Type Method Description static RecipientRecipient. valueOf(String name)Returns the enum constant of this type with the specified name.static Recipient[]Recipient. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Recipient in org.ldk.impl
Methods in org.ldk.impl that return Recipient Modifier and Type Method Description static Recipientbindings. Recipient_clone(long orig)static Recipientbindings. Recipient_node()static Recipientbindings. Recipient_phantom_node()Methods in org.ldk.impl with parameters of type Recipient Modifier and Type Method Description longbindings.LDKKeysInterface. get_node_secret(Recipient recipient)static longbindings. KeysInterface_get_node_secret(long this_arg, Recipient recipient)static longbindings. KeysInterface_sign_invoice(long this_arg, byte[] hrp_bytes, byte[] invoice_data, Recipient receipient)longbindings.LDKKeysInterface. sign_invoice(byte[] hrp_bytes, byte[] invoice_data, Recipient receipient) -
Uses of Recipient in org.ldk.structs
Methods in org.ldk.structs with parameters of type Recipient Modifier and Type Method Description Result_SecretKeyNoneZKeysInterface. get_node_secret(Recipient recipient)Get node secret key based on the provided [`Recipient`].Result_SecretKeyNoneZKeysInterface.KeysInterfaceInterface. get_node_secret(Recipient recipient)Get node secret key based on the provided [`Recipient`].Result_RecoverableSignatureNoneZKeysInterface.KeysInterfaceInterface. sign_invoice(byte[] hrp_bytes, UInt5[] invoice_data, Recipient receipient)Sign an invoice.Result_RecoverableSignatureNoneZKeysInterface. sign_invoice(byte[] hrp_bytes, UInt5[] invoice_data, Recipient receipient)Sign an invoice.
-