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