Skip to main content

transactionEffects

Fetch transaction effects by its transaction's digest.

Returns null if the transaction effects do not exist in the store, either because that transaction was not executed, or it was pruned.

transactionEffects(
digest: String!
): TransactionEffects

Arguments

transactionEffects.digest ● String! non-null scalar

Type

TransactionEffects object

The results of executing a transaction.