BlockPo / BlockPo-to-Tradelayer

Incubation Repo for the TradeLayer protocol, 0.2.0
http://www.tradelayer.org
Other
8 stars 8 forks source link

Get dCurrency Totals #125

Closed patrickdugan closed 4 years ago

patrickdugan commented 4 years ago

Get total outstanding supply of dUSDs and other dCurrency, taking as a parameter their property IDs or the text codename for the currency (e.g. "dUSD" as a string). Returns outstanding supply. It would be a non-consensus changing extra-credit if this RPC - at a later date - supported-block block historical indexing of these values, but, as with the other RPC that can be logged in parallel for now.

santos177 commented 4 years ago

Working on it, see dcurrency branch.