CryptocurrencyHoldingDetails

protocol CryptocurrencyHoldingDetails

Cryptocurrency Holdings Details contained within Funding Instrument

  • Full amount of cryptocurrency the user has

    Declaration

    Swift

    var quantity: String? { get }
  • Symbol of the cryptocurrency

    Declaration

    Swift

    var symbol: String? { get }