Package org.ldk.impl
Interface bindings.LDKNodeSigner
-
- Enclosing class:
- bindings
public static interface bindings.LDKNodeSigner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
ecdh(Recipient recipient, byte[] other_key, long tweak)
byte[]
get_inbound_payment_key_material()
long
get_node_id(Recipient recipient)
long
sign_gossip_message(long msg)
long
sign_invoice(byte[] hrp_bytes, byte[] invoice_data, Recipient recipient)
-
-
-
Method Detail
-
get_inbound_payment_key_material
byte[] get_inbound_payment_key_material()
-
get_node_id
long get_node_id(Recipient recipient)
-
ecdh
long ecdh(Recipient recipient, byte[] other_key, long tweak)
-
sign_invoice
long sign_invoice(byte[] hrp_bytes, byte[] invoice_data, Recipient recipient)
-
sign_gossip_message
long sign_gossip_message(long msg)
-
-