Shared

class 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.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion