NetworkType

public enum NetworkType : String

An enum indicating whether the network is mainnet or testnet

  • Declaration

    Swift

    case mainnet
  • Declaration

    Swift

    case testnet