Skip to content
MarcoDotIO edited this page Jun 26, 2023 · 1 revision

Object

public struct Object: ReadObjectProtocol 

Inheritance

ReadObjectProtocol

Initializers

init(allowUngatedTransfer:owner:)

public init(allowUngatedTransfer: Bool, owner: AccountAddress) 

Properties

allowUngatedTransfer

public let allowUngatedTransfer: Bool

owner

public let owner: AccountAddress

structTag

public static let structTag: String = "0x1::object::ObjectCore"

Methods

parse(_:)

public static func parse(_ resource: JSON) throws -> Object 
Types
Protocols
Global Variables
Global Functions
Extensions
Clone this wiki locally