SwiftPricingOn this pagePricing Represents the pricing information for an given Asset. Declaration struct Pricing Topics Initializers init(from: Decoder) throws Instance Properties let price: Float The price of the asset let unitScale: String? The scale of the unit (e.g., “micro”, “milli”). let unitType: String? The unit of measurement for the price (e.g., “USD”, “EUR”, “TOKENS”).