Type Alias ObjectRef

Source
pub type ObjectRef = (ObjectId, Version, ObjectDigest);
Expand description

Reference to a particular object.

Used for immutable or owned object transaction inputs (fast-path).

Can be created from ObjectReference::into_parts.