Get All Phasing Only Controls
Retrieve all accounts subject to phasing control with their respective restrictions.
Request:
- requestType is getAllPhasingOnlyControls
- firstIndex is a zero-based index to the first block ID to retrieve (optional)
- lastIndex is a zero-based index to the last block ID 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:
- phasingOnlyControls (A) is an array with phasing only controls objects
- requestProcessingTime (N) is the API request processing time (in millisec)