Get Account Phased Transaction Count
Get the number of pending phased transactions associated with an account given the account ID.
Request:
- requestType is getAccountPhasedTransactionCount
- account is the account ID
- 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:
- numberOfPhasedTransactions (N) is the number of pending phased transactions
- 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)