Skip to content

PropertyMap

MarcoDotIO edited this page Jun 26, 2023 · 1 revision

PropertyMap

public struct PropertyMap: ReadObjectProtocol 

Inheritance

ReadObjectProtocol

Initializers

init(properties:)

public init(properties: [Property]) 

Properties

properties

public let properties: [Property]

structTag

public static let structTag: String = "0x4::property_map::PropertyMap"

Methods

toTuple()

public func toTuple() throws -> ([String], [String], [Data]) 

parse(_:)

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