Returns whether a wallet transaction is trusted.

Synopsis

Declared in <wallet/receive.h>

bool
CachedTxIsTrusted(
    CWallet const& wallet,
    CWalletTx const& wtx);

Return Value

true if the transaction is trusted.

Parameters

Name

Description

wallet

The wallet that owns the transaction.

wtx

The wallet transaction to evaluate.

Created with MrDocs