Type alias DasApiAssetRoyalty
Das
Api
Asset
Royalty
: { 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
-
Optional basis_points_raw?: number | null
-
Optional inherited?: boolean | null
-
locked: boolean
-
percent: number
-
primary_sale_happened: boolean
-
royalty_model: "creators" | "fanout" | "single"
-
Resolved royalty rate (e.g. from collection when SFBP is inherited).