Skip to main content

getTransactions

Description:​

Retrieving a transaction to verify that the data went into the subgraph after the transaction

Arguments:​

NameTypeRequiredDescription
hashstringYesTransaction hash

Returns:​

type Output = Array<{
id: string
}>

Example:​

await sdk.utils.getTransactions({ hash: '0x...' })