GetIter overloads
Declared in <txmempool.h>
Returns an iterator to the given hash, if found
[[requires_capability(0x7ff37b420038), requires_capability(0x7ff376fd79e8), requires_capability(0x7ff38def6c08), requires_capability(0x7ff3640f7c18), requires_capability(0x7ff3920f7f08), requires_capability(0x7ff37f5ca028), requires_capability(0x7ff37d0112a8), requires_capability(0x7ff374c14ab8)]]
std::optional<txiter>
GetIter(Txid const& txid) const;
» more...
Returns an iterator to the given witness hash, if found
[[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;
» more...
An iterator to the entry, or std::nullopt if not present.
| Name | Description |
|---|---|
| txid | The txid to look up. |
| wtxid | The wtxid to look up. |