ECHONetworkPrefix

public enum ECHONetworkPrefix : String

Options that configures network parameters. Indicates the prefix that is used when generating addresses.

 case echo = "ECHO"
 case bitshares = "GPH"
 case bitsharesTestnet = "TEST"
  • The prefix that is used for ECHO

    Declaration

    Swift

    case echo = "ECHO"
  • The prefix that is used for Bitshares

    Declaration

    Swift

    case bitshares = "GPH"
  • The prefix that is used for testnet

    Declaration

    Swift

    case bitsharesTestnet = "TEST"