DasApiAssetRoyalty: {
    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"
  • target: PublicKey | null

Generated using TypeDoc