Load a wallet transaction read from the database into memory.
Declared in <wallet/wallet.h>
[[requires_capability(0x7f94fde055d8), requires_capability(0x7f95061a8318), requires_capability(0x7f94f2b78e28), requires_capability(0x7f94f0cf7ab8), requires_capability(0x7f94fee3a4a8)]]
bool
LoadToWallet(CWalletTx&& wtx);
true if the transaction was loaded.
| Name | Description |
|---|---|
| wtx | The wallet transaction to load. |