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

bitcoin node: what is the difference between simnet and regtest?

How to check if Electrum is masking my IP with the Tor proxy?

How generic miner connects to bitcoin or ethereum network and does it needs to store entire blockchain?