Asset

public struct Asset

Contains data pertaining to the asset.

  • Balance of the asset.

    Declaration

    Swift

    public let balance: String
  • Icon url of the asset.

    Declaration

    Swift

    public let iconUrl: String
  • Name of the asset.

    Declaration

    Swift

    public let name: String
  • Threshold of coin needed before it can be converted to PhunCoin.

    Declaration

    Swift

    public let conversionThreshold: String