Helius SDK - v2.2.2
    Preparing search index...

    Interface Royalty

    Royalty configuration for an asset.

    interface Royalty {
        basis_points: number;
        locked: boolean;
        percent: number;
        primary_sale_happened: boolean;
        royalty_model: string;
        target?: string;
    }
    Index

    Properties

    basis_points: number

    Royalty in basis points (e.g. 500 = 5%).

    locked: boolean

    Whether the royalty configuration is locked.

    percent: number

    Royalty percentage as a decimal (e.g. 0.05 = 5%).

    primary_sale_happened: boolean

    Whether the primary sale has occurred.

    royalty_model: string

    Distribution model (creators, fanout, or single).

    target?: string

    Target address for single-recipient royalties.