Get Phasing Poll Vote
Get a cast phasing poll vote given a phased transaction ID and an account ID of a voter, if it is still available.
Request:
- requestType is getPhasingPollVote
- transaction is the phased transaction ID
- account is the account ID of a voter in the poll
- 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:
- voter (S) is the account ID of the voter in the poll
- voterRS (S) is the Reed-Solomon address of the voter
- transaction (S) is the phased transaction ID
- lastBlock (S) is the last block ID on the blockchain (applies if requireBlock is provided but not requireLastBlock)
- requestProcessingTime (N) is the API request processing time (in millisec)