Share
struct Share {
address payable account;
uint96 value;
}
→account: address of royalty receiver
→value: the amount of royalty
struct Share {
address payable account;
uint96 value;
}
→account: address of royalty receiver
→value: the amount of royalty