mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-22 00:18:10 -07:00
global: opreturn part 4
This commit is contained in:
@@ -808,8 +808,8 @@ export function createProfitabilitySectionAll({ cohort, title }) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Section for Full cohorts (STH)
|
||||
* @param {{ cohort: CohortFull, title: (name: string) => string }} args
|
||||
* Section for cohorts with full realized and unrealized profitability data.
|
||||
* @param {{ cohort: { tree: { unrealized: FullRelativePattern, realized: RealizedPattern } }, title: (name: string) => string }} args
|
||||
* @returns {PartialOptionsGroup}
|
||||
*/
|
||||
export function createProfitabilitySectionFull({ cohort, title }) {
|
||||
|
||||
Reference in New Issue
Block a user