mastercoin-MSC / mastercore

mastercore info
mastercoin.org
MIT License
24 stars 11 forks source link

Extract property base information #237

Closed dexX7 closed 9 years ago

dexX7 commented 9 years ago

The underlying idea is basically to end up with something like:

Object obj;
PropertyToJSON(..., obj);
PropertyGrantsToJSON(..., obj);
PropertyHistoryToJSON(..., obj);

Just made this up, but there are a few parts where information is reused as well as some inconsistencies here and there.

A maybe better example: think of a crowdsale, it's a composition of:

... which could then be combined with some basis information about the transaction itself. This may include the fields txid, block, blocktime etc...

zathras-crypto commented 9 years ago

Looks like a nice cleanup, LGTM.