export type RoyaltyClass = {
    percentage?: number;
    address?: string | null;
    pkh?: string | null;
};
