Type alias DasApiAssetRoyalty
 
Das
Api
Asset
Royalty
: {     basis_points
: number;     locked
: boolean;     percent
: number;     primary_sale_happened
: boolean;     royalty_model
: "creators" | "fanout" | "single";     target
: PublicKey | null; } 
Type declaration
- 
basis_points: number
 
- 
locked: boolean
 
- 
percent: number
 
- 
primary_sale_happened: boolean
 
- 
royalty_model: "creators" | "fanout" | "single"
 
-