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

What exactly is a block?

how a system based on a blockchain would deal with exponential growth of informations carried in it?

Do extra hop channels in a BOLT#11 invoice need to exist on chain?