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.