Returns whether a wallet transaction is trusted.
Declared in <wallet/receive.h>
bool
CachedTxIsTrusted(
CWallet const& wallet,
CWalletTx const& wtx);
true if the transaction is trusted.
| Name | Description |
|---|---|
| wallet | The wallet that owns the transaction. |
| wtx | The wallet transaction to evaluate. |