Map containing data about previously generated receive requests requesting funds to be sent to this address. Only present for IsMine addresses. Map keys are decimal numbers uniquely identifying each request, and map values are serialized RecentRequestEntry objects containing BIP21 URI information including message and amount.

Synopsis

Declared in <wallet/wallet.h>

std::map<std::string, std::string> receive_requests = {};

Created with MrDocs