Return the map of stored transaction variants keyed by witness txid.
Synopsis
Declared in <wallet/transaction.h>
std::map<Wtxid, CTransactionRef> const&
GetTxs() const;
Return Value
The map of stored transaction variants keyed by witness txid.
Created with MrDocs