RoyaltyInfo
Struct of royalty information
receiver
Address receiving royaltiesbasisPoints
Points used to calculate the royalty payment (0.01%)
struct RoyaltyInfo {
address receiver;
uint96 basisPoints;
}
Struct of royalty information
receiver
Address receiving royaltiesbasisPoints
Points used to calculate the royalty payment (0.01%)struct RoyaltyInfo {
address receiver;
uint96 basisPoints;
}