wallet::CWallet::LoadAddressReceiveRequest

Appends payment request to destination.

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7fbc76bfd708), requires_capability(0x7fbc81b770c8), requires_capability(0x7fbc7e014f48), requires_capability(0x7fbc7e2443f8), requires_capability(0x7fbc8e715038)]]
void
LoadAddressReceiveRequest(
    CTxDestination const& dest,
    std::string const& id,
    std::string const& request);

Parameters

NameDescription
destThe destination the receive request belongs to.
idThe identifier of the receive request.
requestThe serialized receive request data.