Struct License
_10pub struct License {_10_10 pub let spdxIdentifier: String_10}
View to represent a license according to https://spdx.org/licenses/ This view can be used if the content of an NFT is licensed.
Initializer​
_10init(_: String)