Private
_configUri authority
Uri path
Uri string representation
Static
equalsStatic
fromStatic
isStatic
isTest if a URI string is a valid wrap URI
URI string
Optional
parsed: UriConfigtrue if input string is a valid wrap URI
Static
parseGenerated using TypeDoc
A Polywrap URI. Some examples of valid URIs are: wrap://https/domain.com wrap://ipfs/QmHASH wrap://wrapscan.io/polywrap/wrap@1.2.3 wrap://ens/sub.domain.eth wrap://file/directory/file.txt
Some example short-hand URIs (utilizing inference): ipfs/QmHASH -> wrap://ipfs/QmHASH https://domain.com -> wrap://https/domain.com
URI inference is performed in the following ways:
Breaking down the various parts of the URI, as it applies to the URI standard: wrap:// - URI Scheme: differentiates Polywrap URIs. wrapscan.io/ - URI Authority: allows the Polywrap URI resolution algorithm to determine an authoritative URI resolver. polywrap/wrap@1.2.3 - URI Path: tells the Authority where the Wrapper resides.