sui_multiGetTransactionBlocks
Returns an ordered list of transaction responses The method will throw an error if the input contains any duplicate or the input size exceeds QUERY_MAX_RESULT_LIMIT
Parameters:
object_ids<[ ObjectID ]> - The IDs of the queried objects
options< TransactionBlockResponseOptions > - Config options to control which fields to fetch
Returns:
Vec<[ TransactionBlockResponse ]>
Example:
Last updated