AssetAmount

public struct AssetAmount : Codable

Undocumented

  • Declaration

    Swift

    public static func == (lhs: AssetAmount, rhs: AssetAmount) -> Bool
  • Declaration

    Swift

    public static func < (lhs: AssetAmount, rhs: AssetAmount) -> Bool
  • Declaration

    Swift

    public static func <= (lhs: AssetAmount, rhs: AssetAmount) -> Bool
  • Declaration

    Swift

    public static func >= (lhs: AssetAmount, rhs: AssetAmount) -> Bool
  • Declaration

    Swift

    public static func > (lhs: AssetAmount, rhs: AssetAmount) -> Bool
  • Undocumented

    Declaration

    Swift

    public static func < (lhs: AssetAmount, rhs: Int) -> Bool
  • Undocumented

    Declaration

    Swift

    public static func <= (lhs: AssetAmount, rhs: Int) -> Bool
  • Undocumented

    Declaration

    Swift

    public static func >= (lhs: AssetAmount, rhs: Int) -> Bool
  • Undocumented

    Declaration

    Swift

    public static func > (lhs: AssetAmount, rhs: Int) -> Bool