SldDetail
Git Source (opens in a new tab)
Author: Sam Ward
struct SldDetail {
    uint256 Id;
    uint256 ParentId;
    string Label;
    uint256 Price;
    uint256 RoyaltyAmount;
}Git Source (opens in a new tab)
Author: Sam Ward
struct SldDetail {
    uint256 Id;
    uint256 ParentId;
    string Label;
    uint256 Price;
    uint256 RoyaltyAmount;
}