pub type WalletUpdateWalletTxFn = fn(wtx: &mut WalletTx, new_tx: bool) -> bool;
Expand description

| Callback for updating transaction | metadata in mapWallet. | | ———– | @param wtx | | - reference to mapWallet transaction | to update | ––––– | @param new_tx | | - true if wtx is newly inserted, false | if it previously existed | | ———– | @return | | true if wtx is changed and needs to be | saved to disk, otherwise false |