Global Variables

The following global variables are available globally.

  • The URI scheme identifier for Stellar SEP-0007 compliant URIs.

    Declaration

    Swift

    public let URISchemeName: String
  • The operation identifier for transaction signing requests in SEP-0007 URIs.

    Declaration

    Swift

    public let SignOperation: String
  • The operation identifier for payment requests in SEP-0007 URIs.

    Declaration

    Swift

    public let PayOperation: String
  • Maximum allowed length for message parameters in SEP-0007 URIs.

    Declaration

    Swift

    public let MessageMaximumLength: Int