Price

public struct Price : Equatable, SteemEncodable, Decodable

Type representing a quotation of the relative value of asset against another asset.

  • The base asset.

    Declaration

    Swift

    public var base: Asset
  • The quote asset.

    Declaration

    Swift

    public var quote: Asset