Object - OpenDive/AptosKit GitHub Wiki

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