utilsgetTransactionsOn this pagegetTransactionsDescription: Retrieving a transaction to verify that the data went into the subgraph after the transaction Arguments: NameTypeRequiredDescriptionhashstringYesTransaction hash Returns: type Output = Array<{ id: string}> Example: await sdk.utils.getTransactions({ hash: '0x...' })