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