Package org.ldk.impl
Interface bindings.LDKKeysInterface
-
- Enclosing class:
- bindings
public static interface bindings.LDKKeysInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
get_channel_signer(boolean inbound, long channel_value_satoshis)
byte[]
get_destination_script()
byte[]
get_node_secret()
byte[]
get_secure_random_bytes()
long
get_shutdown_scriptpubkey()
long
read_chan_signer(byte[] reader)
long
sign_invoice(byte[] invoice_preimage)
-
-
-
Method Detail
-
get_node_secret
byte[] get_node_secret()
-
get_destination_script
byte[] get_destination_script()
-
get_shutdown_scriptpubkey
long get_shutdown_scriptpubkey()
-
get_channel_signer
long get_channel_signer(boolean inbound, long channel_value_satoshis)
-
get_secure_random_bytes
byte[] get_secure_random_bytes()
-
read_chan_signer
long read_chan_signer(byte[] reader)
-
sign_invoice
long sign_invoice(byte[] invoice_preimage)
-
-