wallet::CWallet::LoadAddressReceiveRequest

Appends payment request to destination.

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7ff3720efd58), requires_capability(0x7ff365f1fd58), requires_capability(0x7ff35de5e708), requires_capability(0x7ff35efe31e8), requires_capability(0x7ff366fcf7c8)]]
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.