-
- All Implemented Interfaces:
-
java.lang.AutoCloseable,org.bitcoindevkit.Disposable,org.bitcoindevkit.HashableOutPointInterface
public class HashableOutPoint implements Disposable, AutoCloseable, 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.
-
-
Constructor Summary
Constructors Constructor Description HashableOutPoint(OutPoint outpoint)Create a key for a key-value store from an `OutPoint`
-
Method Summary
-
-
Constructor Detail
-
HashableOutPoint
HashableOutPoint(OutPoint outpoint)
Create a key for a key-value store from an `OutPoint`
-
-
-
-