Struct ExternalURL
_10pub struct ExternalURL {_10_10 pub let url: String_10}
View to expose a URL to this item on an external site. This can be used by applications like .find and Blocto to direct users to the original link for an NFT.
Initializer​
_10init(_: String)