Get Referencing Transactions
Gets the transactions referencing a given transaction id.
Request:
- requestType is getReferencingTransactions
- transaction is one transaction ID
- 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:
- transactions (A) is an array of transactions
- requestProcessingTime (N) is the API request processing time (in millisec)