Returns true if the given URI is a SEP-0007 style URI, false otherwise. Currently this only checks whether it starts with 'web+stellar:' and is a valid type.
The URI string to check.
Parses a SEP-0007 style URI string and returns a TransactionStellarUri or PayStellarUri, depending on the type.
Throws an error if the uri is not a valid SEP-0007 style URI.
The URI string to parse.
Generated using TypeDoc
Returns true if the given URI is a SEP-0007 style URI, false otherwise. Currently this only checks whether it starts with 'web+stellar:' and is a valid type.