Skip to main content
Version: Next

Struct License


_10
pub 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


_10
init(_: String)