UNPKG

@melonproject/protocol

Version:

Technology Regulated and Operated Investment Funds

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