Class InvoiceSignature


  • public class InvoiceSignature
    extends Object
    Recoverable signature
    • Method Detail

      • hash

        public long hash()
        Generates a non-cryptographic 64-bit hash of the InvoiceSignature.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • eq

        public boolean eq​(InvoiceSignature b)
        Checks if two InvoiceSignatures contain equal inner contents. This ignores pointers and is_owned flags and looks at the values in fields. Two objects with NULL inner values will be considered "equal" here.