Package org.ldk.impl

Interface bindings.LDKNodeSigner

  • Enclosing class:
    bindings

    public static interface bindings.LDKNodeSigner
    • 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)