Gets a proposal's tally result at the current time. If the proposal is pending deposits (i.e status 'DepositPeriod') it returns an empty tally result.
proposal id
GET /gov/proposals/{proposalId}/tally HTTP/1.1 Host: akt.nownodes.io Accept: */*
OK
{ "yes": "0.0000000000", "abstain": "0.0000000000", "no": "0.0000000000", "no_with_veto": "0.0000000000" }