Skip to content

Instantly share code, notes, and snippets.

@sigmike
Created August 5, 2016 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sigmike/48b58d14809bcee5cc498e6de221140d to your computer and use it in GitHub Desktop.
Save sigmike/48b58d14809bcee5cc498e6de221140d to your computer and use it in GitHub Desktop.
getsignerrewardvotes
{
"count" : [
{
"vote" : 3,
"value" : 3,
"count" : 267,
"accumulated_percentage" : 13.4
},
{
"vote" : null,
"value" : 4,
"count" : 400,
"accumulated_percentage" : 33.4
},
{
"vote" : 4,
"value" : 4,
"count" : 542,
"accumulated_percentage" : 60.5
},
{
"vote" : 5,
"value" : 5,
"count" : 143,
"accumulated_percentage" : 67.6
},
{
"vote" : 6,
"value" : 6,
"count" : 213,
"accumulated_percentage" : 78.3
},
{
"vote" : 7,
"value" : 7,
"count" : 140,
"accumulated_percentage" : 85.3
},
{
"vote" : 15,
"value" : 15,
"count" : 35,
"accumulated_percentage" : 87.0
},
{
"vote" : 50,
"value" : 50,
"count" : 31,
"accumulated_percentage" : 88.6
},
{
"vote" : 1000,
"value" : 1000,
"count" : 42,
"accumulated_percentage" : 90.7
},
{
"vote" : 10000,
"value" : 10000,
"count" : 187,
"accumulated_percentage" : 100.0
}
],
"amount" : [
{
"vote" : 0.0001,
"value" : 0.0001,
"count" : 3,
"accumulated_percentage" : 0.2
},
{
"vote" : 0.001,
"value" : 0.001,
"count" : 553,
"accumulated_percentage" : 27.8
},
{
"vote" : null,
"value" : 0.01,
"count" : 400,
"accumulated_percentage" : 47.8
},
{
"vote" : 0.01,
"value" : 0.01,
"count" : 784,
"accumulated_percentage" : 87.0
},
{
"vote" : 0.03,
"value" : 0.03,
"count" : 229,
"accumulated_percentage" : 98.5
},
{
"vote" : 0.05,
"value" : 0.05,
"count" : 31,
"accumulated_percentage" : 100.0
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment