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