Package org.ldk.impl

Interface bindings.LDKKeysInterface

  • Enclosing class:
    bindings

    public static interface bindings.LDKKeysInterface
    • Method Detail

      • get_node_secret

        long get_node_secret​(Recipient recipient)
      • 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[] hrp_bytes,
                          byte[] invoice_data,
                          Recipient receipient)
      • get_inbound_payment_key_material

        byte[] get_inbound_payment_key_material()