Returns an iterator to the given witness hash, if found
Declared in <txmempool.h>
[[requires_capability(0x7ff37b4200f8), requires_capability(0x7ff376fd7aa8), requires_capability(0x7ff38def6cc8), requires_capability(0x7ff3640f7cd8), requires_capability(0x7ff3920f7fc8), requires_capability(0x7ff37f5ca0e8), requires_capability(0x7ff37d011368), requires_capability(0x7ff374c14b78)]]
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. |