Get Phasing Poll Votes
Get all cast phasing poll votes in a phasing poll given a phased transaction ID, if they are still available.
Request:
- requestType is getPhasingPollVotes
- transaction is the phased transaction ID
- firstIndex is a zero-based index to the first vote to retrieve (optional)
- lastIndex is a zero-based index to the last vote to retrieve (optional)
- requireBlock is the block ID of a block that must be present in the blockchain during execution (optional)
- requireLastBlock is the block ID of a block that must be last in the blockchain during execution (optional)
Response: Refer to Get Phasing Poll Vote.