Aniseto / NosoWalletCPP

Noso Wallet implementation in C++
https://www.nosocoin.com
MIT License
2 stars 1 forks source link

Update Summary format in next node update #28

Open Aniseto opened 11 months ago

Aniseto commented 11 months ago

Next node update comes with new data structure for sumary file:

Type TSummaryData = Packed Record Hash : String[40]; {Public hash} Custom : String[40]; {Custom alias} Balance : int64; {Noso balance} Score : int64; {token balance} LastOP : int64; {Last operation block} RootAdd : string[40]; {keys def address} LastMN : int64; {Last paid MN} end;