Class MinFinalCltvExpiry


  • public class MinFinalCltvExpiry
    extends Object
    `min_final_cltv_expiry` to use for the last HTLC in the route
    • Method Detail

      • get_a

        public long get_a()
      • set_a

        public void set_a​(long val)
      • of

        public static MinFinalCltvExpiry of​(long a_arg)
        Constructs a new MinFinalCltvExpiry given each field
      • hash

        public long hash()
        Checks if two MinFinalCltvExpirys contain equal inner contents.
      • hashCode

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

        public boolean eq​(MinFinalCltvExpiry b)
        Checks if two MinFinalCltvExpirys 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.