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 Recipient
Recipient. 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 Recipient
bindings. Recipient_clone(long orig)
static Recipient
bindings. Recipient_node()
static Recipient
bindings. Recipient_phantom_node()
Methods in org.ldk.impl with parameters of type Recipient Modifier and Type Method Description long
bindings.LDKNodeSigner. ecdh(Recipient recipient, byte[] other_key, long tweak)
long
bindings.LDKNodeSigner. get_node_id(Recipient recipient)
static long
bindings. NodeSigner_ecdh(long this_arg, Recipient recipient, byte[] other_key, long tweak)
static long
bindings. NodeSigner_get_node_id(long this_arg, Recipient recipient)
static long
bindings. NodeSigner_sign_invoice(long this_arg, byte[] hrp_bytes, byte[] invoice_data, Recipient recipient)
long
bindings.LDKNodeSigner. sign_invoice(byte[] hrp_bytes, byte[] invoice_data, Recipient recipient)
-
Uses of Recipient in org.ldk.structs
Methods in org.ldk.structs with parameters of type Recipient Modifier and Type Method Description Result_SharedSecretNoneZ
NodeSigner. ecdh(Recipient recipient, byte[] other_key, Option_ScalarZ tweak)
Gets the ECDH shared secret of our node secret and `other_key`, multiplying by `tweak` if one is provided.Result_SharedSecretNoneZ
NodeSigner.NodeSignerInterface. ecdh(Recipient recipient, byte[] other_key, Option_ScalarZ tweak)
Gets the ECDH shared secret of our node secret and `other_key`, multiplying by `tweak` if one is provided.Result_PublicKeyNoneZ
NodeSigner. get_node_id(Recipient recipient)
Get node id based on the provided [`Recipient`].Result_PublicKeyNoneZ
NodeSigner.NodeSignerInterface. get_node_id(Recipient recipient)
Get node id based on the provided [`Recipient`].Result_RecoverableSignatureNoneZ
NodeSigner.NodeSignerInterface. sign_invoice(byte[] hrp_bytes, UInt5[] invoice_data, Recipient recipient)
Sign an invoice.Result_RecoverableSignatureNoneZ
NodeSigner. sign_invoice(byte[] hrp_bytes, UInt5[] invoice_data, Recipient recipient)
Sign an invoice.
-