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