TzKTBalanceMetadataDimensions
public struct TzKTBalanceMetadataDimensions : Codable
Object containing information about the dimensions of a given piece of media
-
The unit of measurement (e.g. px for pixels)
Declaration
Swift
public let unit: String?
-
String containing the resolution or size (e.g. 1024x787)
Declaration
Swift
public let value: String?
-
Init to manaually create an instance, mostly for testing
Declaration
Swift
public init(unit: String, value: String)