Add an rpc command to get current block value and (estimated) breakdown with seesaw.
e.g.
"reward" : 5
"locked" : 11.1%
"staking" : 0.54
"dev" : 0.15
"swap" : 0.35
"light" : 0.44
"medium" : 1.32
"full" : 2.20
Could be done one of two ways... calculating from GetBlockValue and the other calculations; or Tip->vtx[1].vout[0] through vout[5].
Add an rpc command to get current block value and (estimated) breakdown with seesaw.
e.g.
Could be done one of two ways... calculating from GetBlockValue and the other calculations; or Tip->vtx[1].vout[0] through vout[5].