Returns an iterator to the given witness hash, if found
Declared in <txmempool.h>
[[requires_capability(0x7f95135d27f8), requires_capability(0x7f9501b11bd8), requires_capability(0x7f950ec77dc8), requires_capability(0x7f9525ea7b18), requires_capability(0x7f9515097258), requires_capability(0x7f950826b4f8), requires_capability(0x7f94f856ec08), requires_capability(0x7f9513c58df8)]]
std::optional<txiter>
GetIter(Wtxid const& wtxid) const;
An iterator to the entry, or std::nullopt if not present.
| Name | Description |
|---|---|
| wtxid | The wtxid to look up. |