Package 

Interface HashableOutPointInterface


  • 
    public interface HashableOutPointInterface
    
                        

    An `OutPoint` used as a key in a hash map.

    Due to limitations in generating the foreign language bindings, we cannot use `OutPoint` as a key for hash maps.

    • Method Summary

      Modifier and Type Method Description
      abstract OutPoint outpoint() Get the internal `OutPoint`
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait