Skip to main content
⚠️ This is the beta version of the Sui GraphQL schema. The beta schema will replace the alpha GraphQL schema upon its official release.

multiGetTransactionEffects

Fetch transaction effects by their transactions' digests.

Returns a list of transaction effects that is guaranteed to be the same length as keys. If a digest in keys could not be found in the store, its corresponding entry in the result will be null. This could be because the transaction effects never existed, or because it was pruned.

multiGetTransactionEffects(
keys: [String!]!
): [TransactionEffects]!

Arguments

multiGetTransactionEffects.keys ● [String!]! non-null scalar

Type

TransactionEffects object

The results of executing a transaction.