UNPKG

@melonproject/protocol

Version:

Technology Regulated and Operated Investment Funds

7 lines (6 loc) 272 B
import { Address } from '@melonproject/token-math'; import { Environment } from '../../../../utils/environment/Environment'; export declare const getPerformanceFee: (environment: Environment, feeManagerAddress: Address) => Promise<{ period: any; rate: number; }>;