pub fn transaction_input_object_keys(
    tx: &SenderSignedData
) -> SuiResult<Vec<ObjectKey>>
Expand description

Fetch the ObjectKeys (IDs and versions) for non-shared input objects. Includes owned, and immutable objects as well as the gas objects, but not move packages or shared objects.