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