User Royalties
Interface
interface UserRoyalties {
percentage: string; // 1 to 10000 represents basis points (0.01% to 100%)
payoutAddress: string; // Address to receive the royalties
}How It Works
Usage Examples
5% Royalty
{
"userRoyalties": {
"percentage": "500", // 500 basis points = 5%
"payoutAddress": "bb1creator..."
}
}2.5% Royalty
Edge Case: One per Transfer
Last updated