Type Alias scrypto::prelude::Url

source ·
pub type Url = UncheckedUrl;
Expand description

We should always UncheckedUrl in Scrypto, as the validation logic is heavy. Thus, this type alias is added.

Aliased Type§

struct Url(pub String);

Fields§

§0: String