DasApiAssetRoyalty: {
    basis_points: number;
    basis_points_raw?: number | null;
    inherited?: boolean | null;
    locked: boolean;
    percent: number;
    primary_sale_happened: boolean;
    royalty_model: "creators" | "fanout" | "single";
    target: PublicKey | null;
}

Type declaration

  • basis_points: number

    Resolved royalty rate (e.g. from collection when SFBP is inherited).

  • Optional basis_points_raw?: number | null

    Raw seller fee basis points stored on the leaf (65535 when inheriting from collection). Omitted when the leaf stores an explicit rate.

  • Optional inherited?: boolean | null

    True when the leaf uses the inherit sentinel and basis_points was resolved from the collection Royalties plugin.

  • locked: boolean
  • percent: number
  • primary_sale_happened: boolean
  • royalty_model: "creators" | "fanout" | "single"
  • target: PublicKey | null

Generated using TypeDoc