Shared
A shared object is an object that is shared using the 0x2::transfer::share_object function. Unlike owned objects, once an object is shared, it stays mutable and is accessible by anyone.
type Shared {
initialSharedVersion: Int!
}
Fields
Shared.initialSharedVersion
● Int!
non-null scalar
Implemented By
ObjectOwner
union