Cached value for whether the transaction spends any inputs known to the wallet.

Synopsis

Declared in <wallet/transaction.h>

mutable
std::optional<bool> m_cached_from_me = {std::nullopt};

Created with MrDocs