Royalty configuration for a digital asset.

Specifies the royalty model, target, basis points, and sale status.

1.0.0

interface DasRoyalty {
    basis_points: number;
    locked: boolean;
    percent: number;
    primary_sale_happened: boolean;
    royalty_model: string;
    target: null;
}

Properties

basis_points: number
locked: boolean
percent: number
primary_sale_happened: boolean
royalty_model: string
target