UNPKG

@melonproject/protocol

Version:

Technology Regulated and Operated Investment Funds

8 lines (7 loc) 284 B
import { Address } from '@melonproject/token-math'; import { Environment } from '../../../../utils/environment/Environment'; export declare const getPolicyInformation: (env: Environment, policyManager: Address) => Promise<{ address: any; name: any; parameters: any; }[]>;