iota_types::base_types

Type Alias ObjectRef

Source
pub type ObjectRef = (ObjectID, SequenceNumber, ObjectDigest);

Trait Implementations§

Source§

impl From<&ObjectInfo> for ObjectRef

Source§

fn from(info: &ObjectInfo) -> Self

Converts to this type from the input type.
Source§

impl From<ObjectInfo> for ObjectRef

Source§

fn from(info: ObjectInfo) -> Self

Converts to this type from the input type.