Merge pull request #911 from Doy-lee/LokiRPCDocUpdates

Add rpc markup for transfer_view and add no doc gen markers
This commit is contained in:
Doyle 2019-12-02 09:57:36 +11:00 committed by GitHub
commit ef62658dfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,6 +77,7 @@
class Serialization_portability_wallet_Test;
class wallet_accessor_test;
LOKI_RPC_DOC_INTROSPECT
namespace tools
{
class ringdb;
@ -261,10 +262,10 @@ private:
bool blink_mempool; // True if this is an approved blink tx in the mempool
// Not serialized, for internal wallet2 use
tools::pay_type pay_type; // Internal use only, not serialized
bool confirmed; // Internal use only, not serialized
crypto::hash hash; // Internal use only, not serialized
std::string lock_msg; // Internal use only, not serialized
tools::pay_type pay_type; // @NoLokiRPCDocGen Internal use only, not serialized
bool confirmed; // @NoLokiRPCDocGen Internal use only, not serialized
crypto::hash hash; // @NoLokiRPCDocGen Internal use only, not serialized
std::string lock_msg; // @NoLokiRPCDocGen Internal use only, not serialized
BEGIN_KV_SERIALIZE_MAP()
KV_SERIALIZE(txid);