Class RouteHint


  • public class RouteHint
    extends Object
    A list of hops along a payment path terminating with a channel to the recipient.
    • Method Detail

      • eq

        public boolean eq​(RouteHint b)
        Checks if two RouteHints 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.
      • clone

        public RouteHint clone()
        Creates a copy of the RouteHint
        Overrides:
        clone in class Object