String

public extension String
  • Returns whether or not the string has valid account name characters

    Declaration

    Swift

    func hasAllValidPublicAccountCreationNameCharacters() -> Bool
  • Returns whether or not the string is a valid account name when creating an account

    Declaration

    Swift

    func isValidPublicAccountCreationName() -> Bool
  • Returns whether or not the string is a valid account name

    Declaration

    Swift

    func isValidAccountName() -> Bool
  • Undocumented

    Declaration

    Swift

    mutating func popESRPrefix() -> String?