Type Alias iota_types::base_types::ObjectRef
source · pub type ObjectRef = (ObjectID, SequenceNumber, ObjectDigest);
Trait Implementations§
source§impl From<&ObjectInfo> for ObjectRef
impl From<&ObjectInfo> for ObjectRef
source§fn from(info: &ObjectInfo) -> Self
fn from(info: &ObjectInfo) -> Self
Converts to this type from the input type.
source§impl From<ObjectInfo> for ObjectRef
impl From<ObjectInfo> for ObjectRef
source§fn from(info: ObjectInfo) -> Self
fn from(info: ObjectInfo) -> Self
Converts to this type from the input type.