Reference
public struct Reference : Codable, Equatable
The data structure for .reference argument type
-
Undocumented
Declaration
Swift
public let address: String -
Undocumented
Declaration
Swift
public let type: String -
Undocumented
Declaration
Swift
public init(address: String, type: String)
View on GitHub
Reference Structure Reference