Get Currency Phased Transactions
Get pending phased transactions based on a currency in reverse chronological creation order. These transactions can be considered transaction approval requests.
Request:
- requestType is getCurrencyPhasedTransactions
- currency is the currency ID
- account is an account ID of the account that created the phased transactions (optional)
- withoutWhitelist is true to omit phased transactions that include a whitelist (optional)
- firstIndex is a zero-based index to the first phased transaction to retrieve (optional)
- lastIndex is a zero-based index to the last phased transaction 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 Transaction for details.