SG-721 is a cw721-compatible spec that adds on-chain contract metadata, including royalties.
```rs
pub struct CollectionInfo<T> {
}
pub struct RoyaltyInfo {
}
```
The above is set when the contract is instantiated. The contract inherits everything else from cw721-base.