For bitcoin core, in class CAccountingEntry, what's the meaning of some variables?

For bitcoin core, in class CAccountingEntry, what's the meaning of some variables?

When I read the bitcoin core source code, I don't understand the meaning and how to use those variables:

int64_t nTime;
std::string strOtherAccount;
mapValue_t mapValue;
uint64_t nEntryNo;
std::vector _ssExtra; (private one) Could anyone help me out? Thanks

https://ift.tt/2zvT2f3

Comments

Popular posts from this blog

Tor proxy on Electrum, what does Port: 9150 and 9050 mean?

Is there any python library could be used to decodescript in output

Lightning network (lnd): What's the best way to report lnd server issues/ask for help with channels that won't close?