Object

class Object

An object in Sui is a package (set of Move bytecode modules) or object (typed data structure with fields) with additional metadata detailing its id, version, transaction digest, owner field indicating how this object can be accessed.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion