Struct Royalty
_10pub struct Royalty {_10_10    pub let receiver: Capability<&AnyResource{FungibleToken.Receiver}>_10_10    pub let cut: UFix64_10_10    pub let description: String_10}
View that defines the composable royalty standard that gives marketplaces a unified interface to support NFT royalties.
Initializer
_10init(receiver: Capability<&AnyResource{FungibleToken.Receiver}>, cut: UFix64, description: String)