Skip to main content

multiGetTransactions

Fetch transactions by their digests.

Returns a list of transactions 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 never existed, or because it was pruned.

multiGetTransactions(
keys: [String!]!
): [Transaction]!

Arguments

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

Type

Transaction object

Description of a transaction, the unit of activity on Sui.